rust-lang / crater

Run experiments across parts of the Rust ecosystem!
https://crater.rust-lang.org
627 stars 88 forks source link

zstd-compress archives #718

Closed Mark-Simulacrum closed 8 months ago

Mark-Simulacrum commented 8 months ago

Archives are smaller, faster to compress, and faster to decompress. Installing zstd is pretty easy on most platforms as well, on my couple systems the default system tar is able to read .tar.zst files just fine too.

It's a win for the duration of the compression though; zstd compressing the all.tar tarball takes ~12 seconds locally vs. 2 minutes with gzip (at default settings), and zstd produces a ~500MB smaller compressed result (1.2 GB -> 705MB).

Mark-Simulacrum commented 8 months ago

@bors r+

bors commented 8 months ago

:pushpin: Commit 48d50f06e984becfb5d7c09f0f3352b6d0b6daca has been approved by Mark-Simulacrum

It is now in the queue for this repository.

bors commented 8 months ago

:hourglass: Testing commit 48d50f06e984becfb5d7c09f0f3352b6d0b6daca with merge 2474dbfba00ddd501b86b5d1677873609498ab4c...

bors commented 8 months ago

:broken_heart: Test failed - checks-actions

Mark-Simulacrum commented 8 months ago

@bors r+

bors commented 8 months ago

:pushpin: Commit f7739688d4e032b64fc32f9e501617b2ac1cd33a has been approved by Mark-Simulacrum

It is now in the queue for this repository.

bors commented 8 months ago

:hourglass: Testing commit f7739688d4e032b64fc32f9e501617b2ac1cd33a with merge 4dbd62a91b924960b0ff56016d26c7e139ce3b3c...

bors commented 8 months ago

:sunny: Test successful - checks-actions Approved by: Mark-Simulacrum Pushing 4dbd62a91b924960b0ff56016d26c7e139ce3b3c to master...