1
1
imports :
2
2
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml
3
3
- 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
6
5
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
7
6
8
7
variables :
@@ -57,7 +56,7 @@ scenarios:
57
56
presetHeaders : connectionclose
58
57
connections : 32
59
58
serverScheme : https
60
- sslProtocols : tls12
59
+ sslProtocol : tls12
61
60
62
61
mTls-handshakes-httpsys :
63
62
application :
@@ -78,7 +77,7 @@ scenarios:
78
77
serverScheme : https
79
78
certPath : https://raw.githubusercontent.com/aspnet/Benchmarks/refs/heads/main/src/BenchmarksApps/TLS/HttpSys/testCert.pfx
80
79
certPwd : testPassword
81
- sslProtocols : tls12
80
+ sslProtocol : tls12
82
81
83
82
tls-renegotiation-httpsys :
84
83
application :
@@ -97,7 +96,7 @@ scenarios:
97
96
serverScheme : https
98
97
certPath : https://raw.githubusercontent.com/aspnet/Benchmarks/refs/heads/main/src/BenchmarksApps/TLS/HttpSys/testCert.pfx
99
98
certPwd : testPassword
100
- sslProtocols : tls12
99
+ sslProtocol : tls12
101
100
102
101
# Kestrel
103
102
@@ -111,7 +110,7 @@ scenarios:
111
110
presetHeaders : connectionclose
112
111
connections : 32
113
112
serverScheme : https
114
- sslProtocols : tls12
113
+ sslProtocol : tls12
115
114
116
115
mTls-handshakes-kestrel :
117
116
application :
@@ -128,7 +127,7 @@ scenarios:
128
127
serverScheme : https
129
128
certPath : https://raw.githubusercontent.com/aspnet/Benchmarks/refs/heads/main/src/BenchmarksApps/TLS/Kestrel/testCert.pfx
130
129
certPwd : testPassword
131
- sslProtocols : tls12
130
+ sslProtocol : tls12
132
131
133
132
tls-renegotiation-kestrel :
134
133
application :
@@ -146,4 +145,4 @@ scenarios:
146
145
serverScheme : https
147
146
certPath : https://raw.githubusercontent.com/aspnet/Benchmarks/refs/heads/main/src/BenchmarksApps/TLS/Kestrel/testCert.pfx
148
147
certPwd : testPassword
149
- sslProtocols : tls12
148
+ sslProtocol : tls12
0 commit comments