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

Author: amroczeKCreated Jul 29, 2024Updated Sep 3, 2024

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! :)