Skip to content

Instantly share code, notes, and snippets.

@antonfirsov
Created August 30, 2020 22:10
Show Gist options
  • Save antonfirsov/16f0b97ec5534bd2cb8d897ab1461cfe to your computer and use it in GitHub Desktop.
Save antonfirsov/16f0b97ec5534bd2cb8d897ab1461cfe to your computer and use it in GitHub Desktop.
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