[==========] Running 2 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 2 tests from CrcTest
[ RUN      ] CrcTest.TestCRC32C
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260812 06:37:40.442919 12769 crc-test.cc:69] CRC32C of abcdefgh is: 0x000000000a9421b7 (full 64 bits)
I20260812 06:37:40.443043 12769 crc-test.cc:71] CRC32C of abcdefgh is: 0x0a9421b7 (truncated 32 bits)
[       OK ] CrcTest.TestCRC32C (1 ms)
[ RUN      ] CrcTest.BenchmarkCRC32C
I20260812 06:37:48.946271 12769 crc-test.cc:105] 40000 runs of CRC32C on 4000000 bytes of data (total: 160000000000 bytes) in 8.479885764 seconds; 18868178.705809273 bytes per millisecond, 18 bytes per nanosecond!
[       OK ] CrcTest.BenchmarkCRC32C (8503 ms)
[----------] 2 tests from CrcTest (8505 ms total)

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