Skip to content

feat(cli): make minor improvements to speedtest #6266

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

Merged
merged 6 commits into from
Feb 22, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Update cli/testdata/coder_speedtest_--help.golden"
This reverts commit 4b91702.
  • Loading branch information
ammario committed Feb 17, 2023
commit d442e9df6e518fbef17d076343e3eabd120c5aaa
2 changes: 1 addition & 1 deletion cli/testdata/coder_speedtest_--help.golden
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Usage:

Flags:
-d, --direct Specifies whether to wait for a direct connection before testing speed.
--direction string Specifies whether to test downlink or uplink throughput (up|down) (default "down")
--direction string Specifies whether to run in reverse mode where the client receives
and the server sends. (up|down) (default "down")
-h, --help help for speedtest
-t, --time duration Specifies the duration to monitor traffic. (default 5s)
Expand Down