Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 150 Bytes

benchmark_scripts.md

File metadata and controls

8 lines (6 loc) · 150 Bytes

benchmark scripts

Benchmark any http endpoint

export APP_URL=localhost:8000
time (for i in {1..5}; do curl -L $APP_URL;echo \n;done)