change url of test

This commit is contained in:
Yanislav Igonin 2022-05-18 10:24:41 +03:00
parent e7cb6bd176
commit 965dc59ffc

View File

@ -1,4 +1,4 @@
echo "GET https://micrach.igonin.dev" | vegeta attack -rate 100 -duration=120s | tee results.bin | vegeta report
echo "GET http://localhost:3000" | vegeta attack -rate 100 -duration=120s | tee results.bin | vegeta report
# vegeta report -type=json results.bin > metrics.json
cat results.bin | vegeta plot > plot.html
open plot.html