Skip to content

Commit c69e2ce

Browse files
committed
port 8080
1 parent 1503f74 commit c69e2ce

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
@@ -58,11 +58,11 @@ scenarios:
5858
tlsRenegotiation: true # enables client cert validation
5959
httpSysLogs: false # only for debug purposes
6060
certValidationConsoleEnabled: false # only for debug purposes
61-
serverPort: 30000 # IMPORTANT: not to intersect with other tests
61+
serverPort: 8080 # IMPORTANT: not to intersect with other tests in case http.sys configuration impacts other benchmarks
6262
load:
6363
job: httpclient
6464
variables:
65-
serverPort: 30000 # in sync with server
65+
serverPort: 8080 # in sync with server
6666
path: /hello-world
6767
presetHeaders: connectionclose
6868
connections: 32

0 commit comments

Comments
 (0)