[==========] 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 06:37:50.245973  7359 striped64-test.cc:135] Basic counter took   56ms.
I20260812 06:37:50.246157  7359 striped64-test.cc:136] Striped counter took 76ms.
[       OK ] Striped64Test.TestSingleIncrDecr (133 ms)
[ RUN      ] Striped64Test.TestMultiIncrDecr
I20260812 06:37:51.093602  7359 striped64-test.cc:135] Basic counter took   423ms.
I20260812 06:37:51.093685  7359 striped64-test.cc:136] Striped counter took 424ms.
[       OK ] Striped64Test.TestMultiIncrDecr (847 ms)
[ RUN      ] Striped64Test.TestSize
[       OK ] Striped64Test.TestSize (0 ms)
[----------] 4 tests from Striped64Test (981 ms total)

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