Skip to content

Commit 8f38060

Browse files
committed
just explicitly
1 parent 640cefc commit 8f38060

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

scenarios/tls.benchmarks.yml

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

66
variables:
77
serverPort: 5000
8-
dockerServerPort: 8080
98

109
jobs:
1110
httpSysServer:
@@ -43,11 +42,11 @@ jobs:
4342
dockerFile: dockerKestrel/src/BenchmarksApps/TLS/Kestrel/Dockerfile
4443
dockerImageName: kestrel
4544
dockerContextDirectory: dockerKestrel/src/BenchmarksApps/TLS/Kestrel
46-
port: $(dockerServerPort)
45+
port: 8080
4746
readyStateText: Application started.
4847
beforeScript: "openssl version"
4948
environmentVariables:
50-
urls: "https://*:{{dockerServerPort}}" # any ip, port 8080
49+
urls: "https://*:8080" # any ip, port 8080
5150
mTLS: false
5251
tlsRenegotiation: false
5352
certValidationConsoleEnabled: false
@@ -160,7 +159,7 @@ scenarios:
160159
job: httpclient
161160
variables:
162161
path: /hello-world
163-
serverPort: $(dockerServerPort)
162+
serverPort: 8080
164163
presetHeaders: connectionclose
165164
connections: 32
166165
serverScheme: https

0 commit comments

Comments
 (0)