Skip to content

Commit a44467e

Browse files
committed
Also use slightly faster pzstd for Benchable
1 parent c8acc81 commit a44467e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Benchable.p6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ multi method benchmark-code($full-commit-hash, @code) {
7272
# we should be doing everything in separate isolated containers (soon),
7373
# so this problem will fade away.
7474
}
75-
my $proc = run(:out, :bin, zstd, -dqc, --, {ARCHIVES-LOCATION}/$full-commit-hash.zst);
75+
my $proc = run(:out, :bin, pzstd, -dqc, --, {ARCHIVES-LOCATION}/$full-commit-hash.zst);
7676
run(:in($proc.out), :bin, tar, x, --absolute-names);
7777
my $timing;
7878
if {BUILDS-LOCATION}/$full-commit-hash/bin/perl6.IO !~~ :e {

0 commit comments

Comments
 (0)