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 9d774bf commit 5bb7a65Copy full SHA for 5bb7a65
scenarios/tls.benchmarks.yml
@@ -55,8 +55,8 @@ scenarios:
55
mTLS: true
56
certValidationConsoleEnabled: false # only for debug purposes
57
options:
58
- beforeScript: ".\setup-httpsys.ps1"
59
- afterScript: ".\shutdown-httpsys.ps1"
+ beforeScript: "powershell -File .\\setup-httpsys.ps1"
+ afterScript: "powershell -File .\\shutdown-httpsys.ps1"
60
load:
61
job: httpclient
62
variables:
0 commit comments