[==========] 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 08:03:44.806704  3097 compression-test.cc:124] SNAPPY compress throughput: 111.436 MB/sec, ratio: 0.256714
I20260812 08:03:47.807194  3097 compression-test.cc:142] SNAPPY uncompress throughput: 1199.44 MB/sec
I20260812 08:03:50.807497  3097 compression-test.cc:124] LZ4 compress throughput: 109.749 MB/sec, ratio: 0.365234
I20260812 08:03:53.807631  3097 compression-test.cc:142] LZ4 uncompress throughput: 1425.6 MB/sec
I20260812 08:03:56.807966  3097 compression-test.cc:124] ZLIB compress throughput: 18.7445 MB/sec, ratio: 0.151733
I20260812 08:03:59.808147  3097 compression-test.cc:142] ZLIB uncompress throughput: 121.178 MB/sec
[       OK ] TestCompression.TestSimpleBenchmark (18002 ms)
[----------] 3 tests from TestCompression (18004 ms total)

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