File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 6
6
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Bombardier/bombardier.yml
7
7
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.HttpClient/httpclient.yml
8
8
- 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
10
9
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
11
10
12
11
variables :
@@ -84,7 +83,7 @@ scenarios:
84
83
variables :
85
84
httpSysUrlPrefix : " https://testserver:{{serverPort}}"
86
85
load :
87
- job : wrk2
86
+ job : wrk
88
87
variables :
89
88
path : /hello-world
90
89
connections : 32
@@ -123,7 +122,7 @@ scenarios:
123
122
variables :
124
123
enableHostHeaderValidation : true
125
124
load :
126
- job : wrk2
125
+ job : wrk
127
126
variables :
128
127
path : /hello-world
129
128
connections : 32
You can’t perform that action at this time.
0 commit comments