First of all thank you for creating the benchmark utility, I find it very useful.
My use case is benchmarking a search API endpoint. I am passing an arbitrary number of query parameters (e.g. /search?a1=b1&a2=b2&a3=b3) and performing a GET call.
I can see in docs that api-benchmark allows a function to generate payloads for each POST call. Would be great if we could have the same ability to dynamically generate/randomize query strings for GET calls.
First of all thank you for creating the benchmark utility, I find it very useful.
My use case is benchmarking a search API endpoint. I am passing an arbitrary number of query parameters (e.g. /search?a1=b1&a2=b2&a3=b3) and performing a GET call.
I can see in docs that api-benchmark allows a function to generate payloads for each POST call. Would be great if we could have the same ability to dynamically generate/randomize query strings for GET calls.