[==========] Running 3 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 3 tests from TestCompression
[ RUN      ] TestCompression.TestNoCompressionCodec
[       OK ] TestCompression.TestNoCompressionCodec (1 ms)
[ RUN      ] TestCompression.TestSnappyCompressionCodec
[       OK ] TestCompression.TestSnappyCompressionCodec (1 ms)
[ RUN      ] TestCompression.TestSimpleBenchmark
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260812 06:37:25.862684 24686 compression-test.cc:124] SNAPPY compress throughput: 109.103 MB/sec, ratio: 0.254272
I20260812 06:37:28.863216 24686 compression-test.cc:142] SNAPPY uncompress throughput: 1199.26 MB/sec
I20260812 06:37:31.863600 24686 compression-test.cc:124] LZ4 compress throughput: 110.007 MB/sec, ratio: 0.3573
I20260812 06:37:34.863730 24686 compression-test.cc:142] LZ4 uncompress throughput: 1457.85 MB/sec
I20260812 06:37:37.864080 24686 compression-test.cc:124] ZLIB compress throughput: 19.0288 MB/sec, ratio: 0.147095
I20260812 06:37:40.864274 24686 compression-test.cc:142] ZLIB uncompress throughput: 120.82 MB/sec
[       OK ] TestCompression.TestSimpleBenchmark (18002 ms)
[----------] 3 tests from TestCompression (18005 ms total)

[----------] Global test environment tear-down
[==========] 3 tests from 1 test suite ran. (18005 ms total)
[  PASSED  ] 3 tests.
