[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from Striped64Test
[ RUN      ] Striped64Test.TestBasic
[       OK ] Striped64Test.TestBasic (0 ms)
[ RUN      ] Striped64Test.TestSingleIncrDecr
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260812 08:04:06.543675 29083 striped64-test.cc:135] Basic counter took   55ms.
I20260812 08:04:06.543903 29083 striped64-test.cc:136] Striped counter took 74ms.
[       OK ] Striped64Test.TestSingleIncrDecr (130 ms)
[ RUN      ] Striped64Test.TestMultiIncrDecr
I20260812 08:04:07.372098 29083 striped64-test.cc:135] Basic counter took   412ms.
I20260812 08:04:07.372184 29083 striped64-test.cc:136] Striped counter took 415ms.
[       OK ] Striped64Test.TestMultiIncrDecr (828 ms)
[ RUN      ] Striped64Test.TestSize
[       OK ] Striped64Test.TestSize (0 ms)
[----------] 4 tests from Striped64Test (959 ms total)

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