Skip to content

Commit 84cde4f

Browse files
committed
wrap
1 parent 9ec8ffd commit 84cde4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scenarios/tls.benchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ 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:
50-
urls: https://*:{{dockerServerPort}} # any ip, port 8080
50+
urls: "https://*:{{dockerServerPort}}" # any ip, port 8080
5151
mTLS: false
5252
tlsRenegotiation: false
5353
certValidationConsoleEnabled: false
@@ -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)