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 9467543 commit 0c1c146Copy full SHA for 0c1c146
pyperformance/data-files/benchmarks/bm_xdsl/run_benchmark.py
@@ -101,7 +101,7 @@ def add_cmdline_args(cmd, args):
101
"--size",
102
type=int,
103
default=1000,
104
- help="Number of integer additions (default: 100)",
+ help="Number of integer additions (default: 1000)",
105
)
106
args = runner.parse_args()
107
runner.bench_time_func("xdsl_constant_fold", bench_xdsl_constant_folding, args.size)
0 commit comments