[==========] Running 7 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 7 tests from TestJsonWriter
[ RUN      ] TestJsonWriter.TestPBEmpty
[       OK ] TestJsonWriter.TestPBEmpty (2 ms)
[ RUN      ] TestJsonWriter.TestPBAllFieldTypes
[       OK ] TestJsonWriter.TestPBAllFieldTypes (0 ms)
[ RUN      ] TestJsonWriter.TestPBRepeatedPrimitives
[       OK ] TestJsonWriter.TestPBRepeatedPrimitives (0 ms)
[ RUN      ] TestJsonWriter.TestPBNestedMessage
[       OK ] TestJsonWriter.TestPBNestedMessage (0 ms)
[ RUN      ] TestJsonWriter.BenchmarkAllTypes
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260812 06:36:32.454682  4683 jsonwriter-test.cc:194] Throughput: 19.2981MB/sec
[       OK ] TestJsonWriter.BenchmarkAllTypes (5156 ms)
[ RUN      ] TestJsonWriter.BenchmarkNestedMessage
I20260812 06:36:37.470891  4683 jsonwriter-test.cc:194] Throughput: 17.1597MB/sec
[       OK ] TestJsonWriter.BenchmarkNestedMessage (5016 ms)
[ RUN      ] TestJsonWriter.BenchmarkRepeatedInt64
I20260812 06:36:58.105794  4683 jsonwriter-test.cc:194] Throughput: 23.3822MB/sec
[       OK ] TestJsonWriter.BenchmarkRepeatedInt64 (20634 ms)
[----------] 7 tests from TestJsonWriter (30811 ms total)

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