Skip to content

Instantly share code, notes, and snippets.

@mark-stopka
Created February 20, 2020 00:34
Show Gist options
  • Save mark-stopka/626463e73444116045a54247c4be78f6 to your computer and use it in GitHub Desktop.
Save mark-stopka/626463e73444116045a54247c4be78f6 to your computer and use it in GitHub Desktop.
Jormungandr Genesis Decompression Benchmark
[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