Skip to content

Commit d1c1723

Browse files
committed
http client
1 parent 4b3ed06 commit d1c1723

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scenarios/rejection.benchmarks.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
imports:
66
- 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
78
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
89

910
variables:
@@ -89,7 +90,7 @@ scenarios:
8990
application:
9091
job: kestrelServer
9192
load:
92-
job: bombardier
93+
job: httpclient
9394
variables:
9495
path: /unknown/%09
9596
presetHeaders: connectionclose
@@ -100,7 +101,7 @@ scenarios:
100101
application:
101102
job: kestrelServer
102103
load:
103-
job: bombardier
104+
job: httpclient
104105
variables:
105106
path: /hello-world
106107
connections: 32
@@ -112,7 +113,7 @@ scenarios:
112113
application:
113114
job: kestrelServer
114115
load:
115-
job: bombardier
116+
job: httpclient
116117
variables:
117118
path: /hello-world
118119
connections: 32

0 commit comments

Comments
 (0)