11imports :
22 - https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml
33 - https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Bombardier/bombardier.yml
4- # - https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.HttpClient/httpclient.yml
5- - https://raw.githubusercontent.com/dotnet/crank/311be9f76544c3f5340ccedc26e77212b3f4abd0/src/Microsoft.Crank.Jobs.HttpClient/httpclient.yml
4+ - https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.HttpClient/httpclient.yml
65 - https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
76
87variables :
@@ -57,7 +56,7 @@ scenarios:
5756 presetHeaders : connectionclose
5857 connections : 32
5958 serverScheme : https
60- sslProtocols : tls12
59+ sslProtocol : tls12
6160
6261 mTls-handshakes-httpsys :
6362 application :
@@ -78,7 +77,7 @@ scenarios:
7877 serverScheme : https
7978 certPath : https://raw.githubusercontent.com/aspnet/Benchmarks/refs/heads/main/src/BenchmarksApps/TLS/HttpSys/testCert.pfx
8079 certPwd : testPassword
81- sslProtocols : tls12
80+ sslProtocol : tls12
8281
8382 tls-renegotiation-httpsys :
8483 application :
@@ -97,7 +96,7 @@ scenarios:
9796 serverScheme : https
9897 certPath : https://raw.githubusercontent.com/aspnet/Benchmarks/refs/heads/main/src/BenchmarksApps/TLS/HttpSys/testCert.pfx
9998 certPwd : testPassword
100- sslProtocols : tls12
99+ sslProtocol : tls12
101100
102101# Kestrel
103102
@@ -111,7 +110,7 @@ scenarios:
111110 presetHeaders : connectionclose
112111 connections : 32
113112 serverScheme : https
114- sslProtocols : tls12
113+ sslProtocol : tls12
115114
116115 mTls-handshakes-kestrel :
117116 application :
@@ -128,7 +127,7 @@ scenarios:
128127 serverScheme : https
129128 certPath : https://raw.githubusercontent.com/aspnet/Benchmarks/refs/heads/main/src/BenchmarksApps/TLS/Kestrel/testCert.pfx
130129 certPwd : testPassword
131- sslProtocols : tls12
130+ sslProtocol : tls12
132131
133132 tls-renegotiation-kestrel :
134133 application :
@@ -146,4 +145,4 @@ scenarios:
146145 serverScheme : https
147146 certPath : https://raw.githubusercontent.com/aspnet/Benchmarks/refs/heads/main/src/BenchmarksApps/TLS/Kestrel/testCert.pfx
148147 certPwd : testPassword
149- sslProtocols : tls12
148+ sslProtocol : tls12
0 commit comments