We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976ce03 commit 04cbb3fCopy full SHA for 04cbb3f
scenarios/tls.benchmarks.yml
@@ -161,6 +161,20 @@ scenarios:
161
certPwd: testPassword
162
sslProtocol: tls12
163
164
+# Kestrel on Windows
165
+
166
+ tls-handshakes-kestrel-win:
167
+ application:
168
+ job: kestrelServer
169
+ load:
170
+ job: httpclient
171
+ variables:
172
+ path: /hello-world
173
+ presetHeaders: connectionclose
174
+ connections: 32
175
+ serverScheme: https
176
+ sslProtocol: tls12
177
178
# Kestrel in Docker
179
tls-handshakes-docker-openssl-332:
180
application:
0 commit comments