Created
February 16, 2023 19:16
-
-
Save cgwalters/bff889991c9b50204c4e894751908ba6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
-rw-r--r--. 1 walters walters 613M Feb 15 17:16 qcow2.xz | |
-rw-r--r--. 1 walters walters 669M Feb 15 17:58 qcow2.zstd | |
$ time xz -d < qcow2.xz >/dev/null | |
________________________________________________________ | |
Executed in 12.62 secs fish external | |
usr time 12.51 secs 190.00 micros 12.51 secs | |
sys time 0.09 secs 69.00 micros 0.09 secs | |
$ time zstd -d < qcow2.zstd >/dev/null | |
________________________________________________________ | |
Executed in 809.93 millis fish external | |
usr time 723.67 millis 231.00 micros 723.44 millis | |
sys time 84.89 millis 72.00 micros 84.81 millis | |
$ | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment