Skip to content

Commit 0c1c146

Browse files
committed
Align help string with default value of size
1 parent 9467543 commit 0c1c146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyperformance/data-files/benchmarks/bm_xdsl/run_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def add_cmdline_args(cmd, args):
101101
"--size",
102102
type=int,
103103
default=1000,
104-
help="Number of integer additions (default: 100)",
104+
help="Number of integer additions (default: 1000)",
105105
)
106106
args = runner.parse_args()
107107
runner.bench_time_func("xdsl_constant_fold", bench_xdsl_constant_folding, args.size)

0 commit comments

Comments
 (0)