diff --git a/README.md b/README.md index a9a0d2a..d33a8d0 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ $ go install github.com/tsenart/vegeta $ echo "GET http://localhost/" | vegeta attack -rate=100 -duration=5s | vegeta report $ vegeta attack -targets=targets.txt > results.vr $ vegeta report -input=results.vr -reporter=json > metrics.json -$ vegeta report -input=results.vr -reporter=plot:timings > plot.svg +$ cat results.vr | vegeta report -reporter=plot:timings > plot.svg ``` ## Usage manual