File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
imports :
6
6
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Bombardier/bombardier.yml
7
+ - https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.HttpClient/httpclient.yml
7
8
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
8
9
9
10
variables :
@@ -89,7 +90,7 @@ scenarios:
89
90
application :
90
91
job : kestrelServer
91
92
load :
92
- job : bombardier
93
+ job : httpclient
93
94
variables :
94
95
path : /unknown/%09
95
96
presetHeaders : connectionclose
@@ -100,7 +101,7 @@ scenarios:
100
101
application :
101
102
job : kestrelServer
102
103
load :
103
- job : bombardier
104
+ job : httpclient
104
105
variables :
105
106
path : /hello-world
106
107
connections : 32
@@ -112,7 +113,7 @@ scenarios:
112
113
application :
113
114
job : kestrelServer
114
115
load :
115
- job : bombardier
116
+ job : httpclient
116
117
variables :
117
118
path : /hello-world
118
119
connections : 32
You can’t perform that action at this time.
0 commit comments