The max_duration_ms currently controls the duration of the test, and will terminate once reached.
Ideally we'd want to run the entire samples in the dataset or as prescribed by the n_samples_to_issue at runtime.
One suggestion would be controlling a default behaviour with max_duration_ms=-1 which keeps test alive until samples are done.
The
max_duration_mscurrently controls the duration of the test, and will terminate once reached.Ideally we'd want to run the entire samples in the dataset or as prescribed by the
n_samples_to_issueat runtime.One suggestion would be controlling a default behaviour with
max_duration_ms=-1which keeps test alive until samples are done.