Skip to content

Commit 9ec8ffd

Browse files
committed
include details in config
1 parent 7b10961 commit 9ec8ffd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

scenarios/tls.benchmarks.yml

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

66
variables:
77
serverPort: 5000
8+
dockerServerPort: 8080
89

910
jobs:
1011
httpSysServer:
@@ -42,10 +43,11 @@ jobs:
4243
dockerFile: dockerKestrel/src/BenchmarksApps/TLS/Kestrel/Dockerfile
4344
dockerImageName: kestrel
4445
dockerContextDirectory: dockerKestrel/src/BenchmarksApps/TLS/Kestrel
45-
port: 8080
46+
port: {{dockerServerPort}}
4647
readyStateText: Application started.
48+
beforeScript: "openssl version"
4749
environmentVariables:
48-
urls: https://*:8080 # any ip, port 8080
50+
urls: https://*:{{dockerServerPort}} # any ip, port 8080
4951
mTLS: false
5052
tlsRenegotiation: false
5153
certValidationConsoleEnabled: false
@@ -158,7 +160,7 @@ scenarios:
158160
job: httpclient
159161
variables:
160162
path: /hello-world
161-
# serverPort: 5000
163+
serverPort: {{dockerServerPort}}
162164
presetHeaders: connectionclose
163165
connections: 32
164166
serverScheme: https

0 commit comments

Comments
 (0)