Skip to content

Commit 83c31b0

Browse files
committed
adjust based on pr in crank
1 parent 7dfe879 commit 83c31b0

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

scenarios/tls.benchmarks.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
imports:
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

87
variables:
@@ -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

Comments
 (0)