-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
Use more descriptive flags for ghz CLI ? #75
Labels
Comments
My two cents: I'd appreciate it if it matched Prototool as much as possible:
|
Also grpcurl:
|
Merged
Released in 0.33.0. Open to further feedback and improvements. Please note that this introduced breaking changes with regards to the config file. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While the current flags are compact and succinct, it may be worth while to change (some) flags to longer more descriptive format to improve UX. Potentially we could keep the short format as optional shorter and quicker alternatives.
For example some ideas for potential changes:
It seems most benchmarking tools opt for short options. But from research a handful offer descriptive flags as well. Some ideas or inspirations: autocannon and vegeta.
This may likely be a breaking change for the config file format.
To support both short and long format we may switch from standard flag module to something more robust, like kingpin perhaps.
@peter-edge Feel free to share any thoughts.
The text was updated successfully, but these errors were encountered: