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 5606410 commit 48a7b54Copy full SHA for 48a7b54
scenarios/tls.benchmarks.yml
@@ -251,11 +251,11 @@ scenarios:
251
# buildArguments:
252
# - SSL_LOGGING_ENABLED=false
253
load:
254
- job: wrk
+ job: httpclient
255
variables:
256
path: /hello-world
257
serverPort: 8080
258
presetHeaders: connectionclose
259
connections: 32
260
serverScheme: https
261
- # sslProtocol: tls12
+ sslProtocol: tls12
src/BenchmarksApps/TLS/Nginx/config/nginx.conf
@@ -7,7 +7,7 @@ http {
7
'"$http_user_agent" "$http_x_forwarded_for" '
8
'[$ssl_protocol] [$ssl_cipher]';
9
10
- # access_log /var/log/nginx/access.log ssl_logs;
+ access_log /var/log/nginx/access.log ssl_logs;
11
12
server {
13
listen 8080 ssl;
0 commit comments