myzhan / boomer

A better load generator for locust, written in golang.
MIT License
1.18k stars 242 forks source link

Onboarding command that fails #190

Closed ricoms closed 1 year ago

ricoms commented 1 year ago

https://github.com/myzhan/boomer/blob/363d524a01d681308c0f848ab50fb234c367949e/docs/source/quickstart.rst?plain=1#L70C18-L70C18

I believe this line should be go run . --run-tasks foo,bar instead of go run --run-tasks foo,bar?

myzhan commented 1 year ago

Yep, fixed.