added average turnaround time calculation in benchmark

This commit is contained in:
2025-01-16 14:54:21 +08:00
parent 05a265e4b4
commit 03ee75266d
2 changed files with 15 additions and 2 deletions

View File

@@ -48,8 +48,8 @@
<xs:complexType name="tlsCertificateAuthorizationType">
<xs:sequence>
<xs:element name="group-extractor" type="gbcs:X500NameExtractorType"/>
<xs:element name="user-extractor" type="gbcs:X500NameExtractorType"/>
<xs:element name="group-extractor" type="gbcs:X500NameExtractorType" minOccurs="0"/>
<xs:element name="user-extractor" type="gbcs:X500NameExtractorType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>