Skip to content

Commit 04cbb3f

Browse files
authored
try tls on win
1 parent 976ce03 commit 04cbb3f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

scenarios/tls.benchmarks.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,20 @@ scenarios:
161161
certPwd: testPassword
162162
sslProtocol: tls12
163163

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+
164178
# Kestrel in Docker
165179
tls-handshakes-docker-openssl-332:
166180
application:

0 commit comments

Comments
 (0)