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 9750581 commit 73b3100Copy full SHA for 73b3100
benchmark/scripts/run_smoke_bench
@@ -88,7 +88,7 @@ def main():
88
help='In addition to stdout, write the results into a markdown file')
89
argparser.add_argument(
90
'-threshold', type=float,
91
- help='The performance threshold in % which triggers a re-run',
+ help='The performance threshold in %% which triggers a re-run',
92
default=5)
93
94
'-num-samples', type=int,
0 commit comments