File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
variables :
7
7
serverPort : 5000
8
- dockerServerPort : 8080
9
8
10
9
jobs :
11
10
httpSysServer :
@@ -43,11 +42,11 @@ jobs:
43
42
dockerFile : dockerKestrel/src/BenchmarksApps/TLS/Kestrel/Dockerfile
44
43
dockerImageName : kestrel
45
44
dockerContextDirectory : dockerKestrel/src/BenchmarksApps/TLS/Kestrel
46
- port : $(dockerServerPort)
45
+ port : 8080
47
46
readyStateText : Application started.
48
47
beforeScript : " openssl version"
49
48
environmentVariables :
50
- urls : " https://*:{{dockerServerPort}} " # any ip, port 8080
49
+ urls : " https://*:8080 " # any ip, port 8080
51
50
mTLS : false
52
51
tlsRenegotiation : false
53
52
certValidationConsoleEnabled : false
@@ -160,7 +159,7 @@ scenarios:
160
159
job : httpclient
161
160
variables :
162
161
path : /hello-world
163
- serverPort : $(dockerServerPort)
162
+ serverPort : 8080
164
163
presetHeaders : connectionclose
165
164
connections : 32
166
165
serverScheme : https
You can’t perform that action at this time.
0 commit comments