We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1503f74 commit c69e2ceCopy full SHA for c69e2ce
scenarios/tls.benchmarks.yml
@@ -58,11 +58,11 @@ scenarios:
58
tlsRenegotiation: true # enables client cert validation
59
httpSysLogs: false # only for debug purposes
60
certValidationConsoleEnabled: false # only for debug purposes
61
- serverPort: 30000 # IMPORTANT: not to intersect with other tests
+ serverPort: 8080 # IMPORTANT: not to intersect with other tests in case http.sys configuration impacts other benchmarks
62
load:
63
job: httpclient
64
variables:
65
- serverPort: 30000 # in sync with server
+ serverPort: 8080 # in sync with server
66
path: /hello-world
67
presetHeaders: connectionclose
68
connections: 32
0 commit comments