Skip to content

Commit e641f52

Browse files
committed
switch xz to zstd
1 parent 8741b22 commit e641f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jobs/BenchmarkJob.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function retrieve_daily_data!(cfg, date)
143143
datapath = joinpath(dailydir, "data")
144144
try
145145
open("data.tar.zst") do io
146-
stream = XzDecompressorStream(io)
146+
stream = ZstdDecompressorStream(io)
147147
Tar.extract(stream, datapath)
148148
end
149149
datafiles = readdir(datapath)

0 commit comments

Comments
 (0)