Skip to content

Commit 8dda568

Browse files
committed
try try
1 parent 376fb3c commit 8dda568

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

scenarios/rejection.benchmarks.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ scenarios:
5757
serverScheme: https
5858
sslProtocol: tls12
5959

60-
61-
6260
# Kestrel
6361

6462
kestrel-encoded-url:
@@ -77,11 +75,10 @@ scenarios:
7775
application:
7876
job: kestrelServer
7977
load:
80-
job: httpclient
78+
job: bombardier
8179
variables:
82-
path: /hello-world/%09
83-
presetHeaders: connectionclose
80+
path: /hello-world
8481
connections: 32
8582
serverScheme: https
86-
sslProtocol: tls12
87-
header: "User-Agent: Québec"
83+
customHeaders:
84+
- X-Custom: "Québec"

0 commit comments

Comments
 (0)