We need the ability to do a list of max-seconds or max-requests. The different rates that we set on the --rates parameter need different number of requests or different test durations to get usable results from the test.
For concurrency of 600, if we require 600 seconds, we are now forced to run concurrency 1 for 600 seconds too.
The same applies if we were to attempt to use max-requests too. Concurrency 1 test does not require 600 or 1200 requests to get valid data.
We need the ability to do a list of max-seconds or max-requests. The different rates that we set on the --rates parameter need different number of requests or different test durations to get usable results from the test.
For concurrency of 600, if we require 600 seconds, we are now forced to run concurrency 1 for 600 seconds too.
The same applies if we were to attempt to use max-requests too. Concurrency 1 test does not require 600 or 1200 requests to get valid data.