Skip to content

Commit

Permalink
switch xz to zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Nov 10, 2022
1 parent 8741b22 commit e641f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/BenchmarkJob.jl
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function retrieve_daily_data!(cfg, date)
datapath = joinpath(dailydir, "data")
try
open("data.tar.zst") do io
stream = XzDecompressorStream(io)
stream = ZstdDecompressorStream(io)
Tar.extract(stream, datapath)
end
datafiles = readdir(datapath)
Expand Down

0 comments on commit e641f52

Please sign in to comment.