We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Command line arguments / config Configuration file from https://ghz.sh/docs/example_config
{ "proto": "/path/to/greeter.proto", "call": "helloworld.Greeter.SayHello", "total": 2000, "concurrency": 50, "data": { "name": "Joe" }, "metadata": { "foo": "bar", "trace_id": "{{.RequestNumber}}", "timestamp": "{{.TimestampUnix}}" }, "import-paths": [ "/path/to/protos" ], "max-duration": "10s", "host": "0.0.0.0:50051" }
Describe the bug I constantly got an error when try to call command with configuration file:
ghz: error: strconv.ParseUint: parsing "config.json": invalid syntax, try --help
To Reproduce
ghz -config config.json
Expected behavior Should run correctly
Environment
Additional context I've tried different combination of options in config file. All of them didn't works at all.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Command line arguments / config
Configuration file from https://ghz.sh/docs/example_config
Describe the bug
I constantly got an error when try to call command with configuration file:
To Reproduce
ghz -config config.json
Expected behavior
Should run correctly
Environment
Additional context
I've tried different combination of options in config file. All of them didn't works at all.
The text was updated successfully, but these errors were encountered: