autocannon
autocannon copied to clipboard
Send unique payload on each request on each connection during load testing
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! :)