[==========] 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 08:03:56.276202 27979 crc-test.cc:69] CRC32C of abcdefgh is: 0x000000000a9421b7 (full 64 bits)
I20260812 08:03:56.276420 27979 crc-test.cc:71] CRC32C of abcdefgh is: 0x0a9421b7 (truncated 32 bits)
[       OK ] CrcTest.TestCRC32C (1 ms)
[ RUN      ] CrcTest.BenchmarkCRC32C
I20260812 08:04:04.157233 27979 crc-test.cc:105] 40000 runs of CRC32C on 4000000 bytes of data (total: 160000000000 bytes) in 7.858018999 seconds; 20361365.888827879 bytes per millisecond, 20 bytes per nanosecond!
[       OK ] CrcTest.BenchmarkCRC32C (7880 ms)
[----------] 2 tests from CrcTest (7882 ms total)

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