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 0127224 commit ffb12fcCopy full SHA for ffb12fc
bench
@@ -294,7 +294,7 @@ multi MAIN ('time', *@components, :$variants?, :$tests?, :$tests-tagged?,
294
295
#= Compare benchmark timings
296
multi MAIN ('compare', *@timings, :$format?, :$style?, :$outfile?,
297
- :$ignore-startup = True, :$ignore-compile = True) {
+ Bool :$ignore-startup = True, Bool :$ignore-compile = True) {
298
needs-timings('compare');
299
300
my @options = as-options(:compare, :$ignore-startup, :$ignore-compile, :$format, :$style, :$outfile);
@@ -309,7 +309,7 @@ multi MAIN ('compare', *@timings, :$format?, :$style?, :$outfile?,
309
310
#= Compare historical peak performance scores
311
multi MAIN ('history', *@timings, :$format?, :$style?, :$outfile?,
312
313
needs-timings('show history');
314
315
my @options = as-options(:compare, :history,
0 commit comments