Created
July 14, 2023 21:43
-
-
Save AntonIXO/511b9f8f582a411257b682774bcae396 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
Warming up | |
Generating 128MB random data | |
Starting benchmark for GZIP | |
GZIP write speed: 29.5 MB/s (29.509 MB/s compressed) | |
GZIP compression ratio: 100.031 % | |
GZIP read speed: 716.785 MB/s (717.003 MB/s compressed) | |
Generating 128MB random data | |
Starting benchmark for DEFLATE | |
DEFLATE write speed: 26.232 MB/s (26.24 MB/s compressed) | |
DEFLATE compression ratio: 100.031 % | |
DEFLATE read speed: 573.306 MB/s (573.481 MB/s compressed) | |
Generating 128MB random data | |
Starting benchmark for UNCOMPRESSED | |
UNCOMPRESSED write speed: 617.913 MB/s (617.913 MB/s compressed) | |
UNCOMPRESSED compression ratio: 100 % | |
UNCOMPRESSED read speed: 867.408 MB/s (867.408 MB/s compressed) | |
Generating 128MB random data | |
Starting benchmark for zstd | |
zstd write speed: 375.845 MB/s (375.854 MB/s compressed) | |
zstd compression ratio: 100.002 % | |
zstd read speed: 559.443 MB/s (559.456 MB/s compressed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment