Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable '-t X' option in server mode #354

Open
TheRealDJ opened this issue Feb 16, 2016 · 0 comments
Open

Enable '-t X' option in server mode #354

TheRealDJ opened this issue Feb 16, 2016 · 0 comments

Comments

@TheRealDJ
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants