Created
February 20, 2020 00:34
-
-
Save mark-stopka/626463e73444116045a54247c4be78f6 to your computer and use it in GitHub Desktop.
Jormungandr Genesis Decompression Benchmark
This file contains hidden or 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
[mark_stopka@nlgc-bltn-docker-host-01 block0]$ time gzip -d -c 8e4d2a343f3dcf9330ad9035b3e8d168e6728904262f2c434a4f8f934ec7b676.block0.gz > /dev/null | |
real 0m0.454s | |
user 0m0.348s | |
sys 0m0.016s | |
[mark_stopka@nlgc-bltn-docker-host-01 block0]$ time bzip2 -d -c 8e4d2a343f3dcf9330ad9035b3e8d168e6728904262f2c434a4f8f934ec7b676.block0.bz2 > /dev/null | |
real 0m2.968s | |
user 0m2.767s | |
sys 0m0.030s | |
[mark_stopka@nlgc-bltn-docker-host-01 block0]$ time lzma -d -c 8e4d2a343f3dcf9330ad9035b3e8d168e6728904262f2c434a4f8f934ec7b676.block0.lzma > /dev/null | |
real 0m2.507s | |
user 0m2.392s | |
sys 0m0.030s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment