rakyll / hey

HTTP load generator, ApacheBench (ab) replacement
Apache License 2.0
17.61k stars 1.17k forks source link

Hey, sending different requests read from a file? #316

Open 94929 opened 6 months ago

94929 commented 6 months ago

Is there built in functionality to send requests by reading given input text file, line by line?

Basically, simply input a text file containing each different requests defined line by line. Then hey automatically iterates the file and send each line so no need for setting '-n #'.

Is there such functionality? Thanks in advance.

*I know there is a function to send one request repeatedly but I want to send unique requests for each.