Skip to content

Instantly share code, notes, and snippets.

@AntonIXO
Created July 14, 2023 21:28
Show Gist options
  • Save AntonIXO/f30021ef6ae0437194e7803550c45d29 to your computer and use it in GitHub Desktop.
Save AntonIXO/f30021ef6ae0437194e7803550c45d29 to your computer and use it in GitHub Desktop.
New c2me benchmarks
[00:04:32] [Render thread/INFO]: Benchmarking chunk stream speed
[00:04:32] [Render thread/INFO]: Warming up
[00:05:47] [Render thread/INFO]: Generating 128MB random data
[00:05:47] [Render thread/INFO]: Starting benchmark for GZIP
[00:05:53] [Render thread/INFO]: GZIP write speed: 22.206 MB/s (22.213 MB/s compressed)
[00:05:53] [Render thread/INFO]: GZIP compression ratio: 100.031 %
[00:05:53] [Render thread/INFO]: GZIP read speed: 755.001 MB/s (755.232 MB/s compressed)
[00:05:53] [Render thread/INFO]: Generating 128MB random data
[00:05:54] [Render thread/INFO]: Starting benchmark for DEFLATE
[00:06:00] [Render thread/INFO]: DEFLATE write speed: 21.86 MB/s (21.866 MB/s compressed)
[00:06:00] [Render thread/INFO]: DEFLATE compression ratio: 100.031 %
[00:06:00] [Render thread/INFO]: DEFLATE read speed: 703.764 MB/s (703.979 MB/s compressed)
[00:06:00] [Render thread/INFO]: Generating 128MB random data
[00:06:01] [Render thread/INFO]: Starting benchmark for UNCOMPRESSED
[00:06:02] [Render thread/INFO]: UNCOMPRESSED write speed: 87.461 MB/s (87.461 MB/s compressed)
[00:06:02] [Render thread/INFO]: UNCOMPRESSED compression ratio: 100 %
[00:06:04] [Render thread/INFO]: UNCOMPRESSED read speed: 1498.176 MB/s (1498.176 MB/s compressed)
[00:06:04] [Render thread/INFO]: Generating 128MB random data
[00:06:05] [Render thread/INFO]: Starting benchmark for zstd
[00:06:05] [Render thread/INFO]: zstd write speed: 486.461 MB/s (486.472 MB/s compressed)
[00:06:05] [Render thread/INFO]: zstd compression ratio: 100.002 %
[00:06:05] [Render thread/INFO]: zstd read speed: 1215.041 MB/s (1215.069 MB/s compressed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment