Skip to content

Commit 48a7b54

Browse files
committed
add log for ssl again + httpclient
1 parent 5606410 commit 48a7b54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scenarios/tls.benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,11 +251,11 @@ scenarios:
251251
# buildArguments:
252252
# - SSL_LOGGING_ENABLED=false
253253
load:
254-
job: wrk
254+
job: httpclient
255255
variables:
256256
path: /hello-world
257257
serverPort: 8080
258258
presetHeaders: connectionclose
259259
connections: 32
260260
serverScheme: https
261-
# sslProtocol: tls12
261+
sslProtocol: tls12

src/BenchmarksApps/TLS/Nginx/config/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ http {
77
'"$http_user_agent" "$http_x_forwarded_for" '
88
'[$ssl_protocol] [$ssl_cipher]';
99

10-
# access_log /var/log/nginx/access.log ssl_logs;
10+
access_log /var/log/nginx/access.log ssl_logs;
1111

1212
server {
1313
listen 8080 ssl;

0 commit comments

Comments
 (0)