-
Notifications
You must be signed in to change notification settings - Fork 118
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
Benchmark rally add flags #1576
Conversation
Co-authored-by: Jaime Soriano Pastor <[email protected]>
Co-authored-by: Jaime Soriano Pastor <[email protected]>
docs/howto/rally_benchmarking.md
Outdated
|
||
## Loading a package from registry | ||
If the `package-from-registry` flag is used, the package installed in Kibana and its assets referenced in the track will be loaded from registry. The format of the flag value is `%packageName%-%packageVersion%`. | ||
You still need to run the command from the root of the local package in order to read the benchmark scenario (`benchmark` flag). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean I need to run two commands? I tried the following:
elastic-package benchmark rally --benchmark pod-benchmark -v --package-from-registry=kubernetes-1.55.0
Can you share a working example that users can just copy/paste?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
your example is correct: I've reworded the docs, please let me know if it's clearer now
💚 Build Succeeded
History
cc @aspacca |
Add
package-from-registry
anduse-corpus-at-path
flags.See updated docs for usage.