You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to benchmark POST requests where I could pass a random id at the end of path.
I tried using setupClient to change the url, but I'll only change the first request of each client.
The text was updated successfully, but these errors were encountered:
Any pointers on how an api for that could look like (I'm happy to do a PR, write tests...)?
In cli setting alone it could work similarly to idInjection in body (with [id]), while it'd be awesome to have the config object accept url as a function
I'd like to benchmark
POST
requests where I could pass a random id at the end of path.I tried using
setupClient
to change the url, but I'll only change the first request of each client.The text was updated successfully, but these errors were encountered: