autocannon icon indicating copy to clipboard operation
autocannon copied to clipboard

Send unique payload on each request on each connection during load testing

Open amroczeK opened this issue 7 months ago • 1 comments

As per the title, I am trying to send a unique payload for each POST request autocannon sends during load testing to circumvent a caching layer.

I have tried using client.setBody, client.setRequest and client.setRequests with setupClient but it seems to modify the request once per connection.

Any suggestions is welcome! :)

amroczeK avatar Jul 29 '24 08:07 amroczeK