webcrystal/README.md

12 lines
292 B
Markdown

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