tsenart / vegeta

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

Can we use vegeta to test URLs which are dedicated to uploading files? #449

Closed fengnex closed 5 years ago

fengnex commented 5 years ago

Question

You knwo there are some web services that are used to upload files, when we need to test such services, we would naturally prefer to test any of them with DIFFERENT files.

My question is whether the above test requirement has been already supported by vegeta? thx.

tsenart commented 5 years ago

Yes, look into the README on how to generate different targets with different bodies.