We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9b531 commit 9a3ea4aCopy full SHA for 9a3ea4a
scenarios/tls.benchmarks.yml
@@ -221,9 +221,8 @@ scenarios:
221
tls-handshakes-docker-azurelinux:
222
application:
223
job: dockerLinuxKestrelServer
224
- variables:
225
- # openssl version is already pre-installed with base image
226
- dockerFile: dockerKestrel/src/BenchmarksApps/TLS/Kestrel/Dockerfile.azurelinux
+ # openssl version is already pre-installed with base image (latest)
+ dockerFile: dockerKestrel/src/BenchmarksApps/TLS/Kestrel/Dockerfile.azurelinux
227
load:
228
job: httpclient
229
variables:
0 commit comments