Skip to content

Commit 6332df9

Browse files
committed
httpsys logs
1 parent efa9d8f commit 6332df9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scenarios/tls.benchmarks.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ jobs:
1717
variables:
1818
mTLS: false
1919
certValidationConsoleEnabled: false
20+
tlsRenegotiation: false
21+
httpSysLogs: false
2022
statsEnabled: false
21-
arguments: "--urls https://{{serverAddress}}:{{serverPort}} --mTLS {{mTLS}} --certValidationConsoleEnabled {{certValidationConsoleEnabled}} --statsEnabled {{statsEnabled}} --tlsRenegotiation {{tlsRenegotiation}}"
23+
arguments: "--urls https://{{serverAddress}}:{{serverPort}} --mTLS {{mTLS}} --certValidationConsoleEnabled {{certValidationConsoleEnabled}} --statsEnabled {{statsEnabled}} --tlsRenegotiation {{tlsRenegotiation}} --httpSysLogs {{httpSysLogs}}"
2224

2325
kestrelServer:
2426
source:
@@ -54,6 +56,7 @@ scenarios:
5456
variables:
5557
mTLS: true
5658
tlsRenegotiation: true
59+
httpSysLogs: false # only for debug purposes
5760
certValidationConsoleEnabled: false # only for debug purposes
5861
load:
5962
job: httpclient

0 commit comments

Comments
 (0)