Skip to content

Commit de2c192

Browse files
committed
try wrk
1 parent 4e0b7b8 commit de2c192

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

scenarios/rejection.benchmarks.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
imports:
66
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Bombardier/bombardier.yml
77
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.HttpClient/httpclient.yml
8+
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml
89
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
910

1011
variables:
@@ -82,7 +83,7 @@ scenarios:
8283
variables:
8384
httpSysUrlPrefix: "https://testserver:{{serverPort}}"
8485
load:
85-
job: httpclient
86+
job: wrk
8687
variables:
8788
path: /hello-world
8889
connections: 32
@@ -121,7 +122,7 @@ scenarios:
121122
variables:
122123
enableHostHeaderValidation: true
123124
load:
124-
job: httpclient
125+
job: wrk
125126
variables:
126127
path: /hello-world
127128
connections: 32

src/BenchmarksApps/TLS/HttpSys/appsettings.Development.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"mTLS": "false",
99
"httpSysLogs": "true",
10-
"tlsRenegotiation": "true",
11-
"certValidationConsoleEnabled": "true",
10+
"tlsRenegotiation": "false",
11+
"certValidationConsoleEnabled": "false",
1212
"httpSysUrlPrefix": "https://testserver:5000"
1313
}

src/BenchmarksApps/TLS/Kestrel/appsettings.Development.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
},
88
"mTLS": "false",
99
"tlsRenegotiation": "false",
10-
"certValidationConsoleEnabled": "false"
10+
"certValidationConsoleEnabled": "false",
11+
"enableHostHeaderValidation": "false"
1112
}

0 commit comments

Comments
 (0)