We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d2235 commit 23330fcCopy full SHA for 23330fc
devops/scripts/benchmarks/presets.py
@@ -48,12 +48,12 @@ def main():
48
"query",
49
help="Query benchmarks ran by a preset (as defined in presets.py)"
50
)
51
- validate_parser.add_argument(
+ query_parser.add_argument(
52
"preset_to_query",
53
type=str,
54
help="preset name to query"
55
56
57
"-q", "--quiet",
58
action="store_true",
59
help="Disable stdout messages: Useful if you want to check if a preset exists within a shell script."
0 commit comments