Skip to content

Commit 60ee6e4

Browse files
committed
exploded timings have to be appended, not pushed
1 parent 1af2f3e commit 60ee6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ multi MAIN ('compare', *@timings, :$format?, :$style?, :$outfile?,
417417

418418
my @timings-files;
419419
for explode-timings(@timings, :!chdir).kv -> $component, @files {
420-
@timings-files.push: @files.map: "$TIMINGS_DIR/$component/" ~ *;
420+
@timings-files.append: @files.map: "$TIMINGS_DIR/$component/" ~ *;
421421
}
422422

423423
run "perl", "$PROGRAM-DIR/analyze", @options, @timings-files;

0 commit comments

Comments
 (0)