Created
August 30, 2020 22:10
-
-
Save antonfirsov/16f0b97ec5534bd2cb8d897ab1461cfe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
go to runtime/src/libraries/System.Net.Http/tests/StressTests/HttpStress | |
run | |
1. Linux: ./run-docker-compose.sh -b -clientstressargs "-maxExecutionTime 720" | |
2. Windows: .\run-docker-compose.ps1 -b -w -clientstressargs "-maxExecutionTime 720" | |
run again for HTTP/1.1 | |
1. Linux: ./run-docker-compose.sh -b -clientstressargs "-maxExecutionTime 720 -http 1.1" | |
2. Windows: .\run-docker-compose.ps1 -b -w -clientstressargs "-maxExecutionTime 720 -http 1.1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment