Skip to content

Commit 8ad0658

Browse files
committed
no wrk2
1 parent fc06504 commit 8ad0658

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scenarios/rejection.benchmarks.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ 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
88
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk/wrk.yml
9-
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Wrk2/wrk2.yml
109
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
1110

1211
variables:
@@ -84,7 +83,7 @@ scenarios:
8483
variables:
8584
httpSysUrlPrefix: "https://testserver:{{serverPort}}"
8685
load:
87-
job: wrk2
86+
job: wrk
8887
variables:
8988
path: /hello-world
9089
connections: 32
@@ -123,7 +122,7 @@ scenarios:
123122
variables:
124123
enableHostHeaderValidation: true
125124
load:
126-
job: wrk2
125+
job: wrk
127126
variables:
128127
path: /hello-world
129128
connections: 32

0 commit comments

Comments
 (0)