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 would like the server side to dictate the maximum duration for a test. Maybe also add a '--force-duration X' to override a client's requested test duration also.
Ex 1: Server called with '-t 30' and client called with '-t 30' runs 30s test
Ex 2: Server called with '-t 30' and client called with '-t 15' runs 15s test
Ex 3: Server called with '-t 15' and client called with '-t 30' runs 15s test
Ex 4: Server called with '--force-duration 30' and client called with '-t 15' runs 30s test
The text was updated successfully, but these errors were encountered:
I would like the server side to dictate the maximum duration for a test. Maybe also add a '--force-duration X' to override a client's requested test duration also.
Ex 1: Server called with '-t 30' and client called with '-t 30' runs 30s test
Ex 2: Server called with '-t 30' and client called with '-t 15' runs 15s test
Ex 3: Server called with '-t 15' and client called with '-t 30' runs 15s test
Ex 4: Server called with '--force-duration 30' and client called with '-t 15' runs 30s test
The text was updated successfully, but these errors were encountered: