Skip to content

Commit 64a4d28

Browse files
committed
shuffle args
1 parent a759d4e commit 64a4d28

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scenarios/tls.benchmarks.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
project: src/BenchmarksApps/TLS/HttpSys/HttpSys.csproj
1616
readyStateText: Application started.
1717
variables:
18+
# behavioral settings
1819
mTLS: false # enables settings on http.sys to negotiate client cert on connections
1920
tlsRenegotiation: false # enables client cert validation
2021
tlsProtocols: "tls12"
@@ -32,11 +33,13 @@ jobs:
3233
project: src/BenchmarksApps/TLS/Kestrel/Kestrel.csproj
3334
readyStateText: Application started.
3435
variables:
36+
# behavioral settings
3537
mTLS: false
3638
tlsRenegotiation: false
39+
tlsProtocols: "tls12"
40+
# debug purpose settings
3741
certValidationConsoleEnabled: false
3842
statsEnabled: false
39-
tlsProtocols: "tls12"
4043
arguments: "--urls https://{{serverAddress}}:{{serverPort}} --mTLS {{mTLS}} --certValidationConsoleEnabled {{certValidationConsoleEnabled}} --statsEnabled {{statsEnabled}} --tlsRenegotiation {{tlsRenegotiation}} --tlsProtocols {{tlsProtocols}}"
4144

4245
scenarios:

0 commit comments

Comments
 (0)