tsenart / vegeta

HTTP load testing tool and library. It's over 9000!
http://godoc.org/github.com/tsenart/vegeta/lib
MIT License
23.42k stars 1.36k forks source link

Add easyjson to ReadMe #657

Open GRASBOCK opened 11 months ago

GRASBOCK commented 11 months ago

Not a big request. Just to make it more streamlined. When installing from source: Before make vegeta one needs to make sure to have easyjson installed as it is required by vegeta. A single line to do it go get github.com/mailru/easyjson && go install github.com/mailru/easyjson/...@latest from their own readme.

GRASBOCK commented 11 months ago

Actually on linux sudo apt install golang-easyjson is easier.