Skip to content

Commit 73b3100

Browse files
committed
[benchmark] Fix help printing for run_smoke_bench
1 parent 9750581 commit 73b3100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/scripts/run_smoke_bench

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def main():
8888
help='In addition to stdout, write the results into a markdown file')
8989
argparser.add_argument(
9090
'-threshold', type=float,
91-
help='The performance threshold in % which triggers a re-run',
91+
help='The performance threshold in %% which triggers a re-run',
9292
default=5)
9393
argparser.add_argument(
9494
'-num-samples', type=int,

0 commit comments

Comments
 (0)