Skip to content

Commit 640cefc

Browse files
committed
try again
1 parent 84cde4f commit 640cefc

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
@@ -43,7 +43,7 @@ jobs:
4343
dockerFile: dockerKestrel/src/BenchmarksApps/TLS/Kestrel/Dockerfile
4444
dockerImageName: kestrel
4545
dockerContextDirectory: dockerKestrel/src/BenchmarksApps/TLS/Kestrel
46-
port: "{{dockerServerPort}}"
46+
port: $(dockerServerPort)
4747
readyStateText: Application started.
4848
beforeScript: "openssl version"
4949
environmentVariables:
@@ -160,7 +160,7 @@ scenarios:
160160
job: httpclient
161161
variables:
162162
path: /hello-world
163-
serverPort: "{{dockerServerPort}}"
163+
serverPort: $(dockerServerPort)
164164
presetHeaders: connectionclose
165165
connections: 32
166166
serverScheme: https

0 commit comments

Comments
 (0)