feat: return simple static html reponse |
||
|---|---|---|
| src | ||
| static | ||
| README.md | ||
| Vagrantfile | ||
| targets.txt | ||
README.md
vagrant up vagrant ssh
cd /vagrant clear && crystal run src/main.cr
vagrant halt
vegeta attack -targets targets.txt -rate=20 -duration=30s
vegeta attack -targets=targets.txt -name=300qps -rate=300 -duration=25s > results.300qps.bin;cat results.300qps.bin | vegeta plot > plot.300qps.html