Skip to content

Commit db2038a

Browse files
committed
use httpClient instead of wrk (does not support tls13?)
1 parent c6d46ff commit db2038a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scenarios/tls.benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ scenarios:
4545
application:
4646
job: httpSysServer
4747
load:
48-
job: wrk
48+
job: httpclient
4949
variables:
5050
path: /hello-world
5151
presetHeaders: connectionclose
@@ -96,7 +96,7 @@ scenarios:
9696
application:
9797
job: kestrelServer
9898
load:
99-
job: wrk
99+
job: httpclient
100100
variables:
101101
path: /hello-world
102102
presetHeaders: connectionclose

0 commit comments

Comments
 (0)