[==========] 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 08:03:00.021749  3771 jsonwriter-test.cc:194] Throughput: 20.1564MB/sec
[       OK ] TestJsonWriter.BenchmarkAllTypes (5099 ms)
[ RUN      ] TestJsonWriter.BenchmarkNestedMessage
I20260812 08:03:05.080243  3771 jsonwriter-test.cc:194] Throughput: 15.9524MB/sec
[       OK ] TestJsonWriter.BenchmarkNestedMessage (5054 ms)
[ RUN      ] TestJsonWriter.BenchmarkRepeatedInt64
I20260812 08:03:27.360177  3771 jsonwriter-test.cc:194] Throughput: 22.1319MB/sec
[       OK ] TestJsonWriter.BenchmarkRepeatedInt64 (22279 ms)
[----------] 7 tests from TestJsonWriter (32437 ms total)

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