[==========] Running 3 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from RpcBench
[ RUN      ] RpcBench.BenchmarkCalls
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260812 08:03:38.134999 12609 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 0.0.0.0:39015 every 8 connection(s)
I20260812 08:03:38.135025 12610 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 0.0.0.0:39015 every 8 connection(s)
I20260812 08:03:48.145116 12590 rpc-bench.cc:124] Mode:            Sync
I20260812 08:03:48.145224 12590 rpc-bench.cc:126] Client threads:   16
I20260812 08:03:48.145247 12590 rpc-bench.cc:132] Worker threads:   1
I20260812 08:03:48.145259 12590 rpc-bench.cc:133] Server reactors:  4
I20260812 08:03:48.145300 12590 rpc-bench.cc:134] Encryption:       0
I20260812 08:03:48.145330 12590 rpc-bench.cc:135] ----------------------------------
I20260812 08:03:48.145358 12590 rpc-bench.cc:136] Reqs/sec:         10454.4
I20260812 08:03:48.145421 12590 rpc-bench.cc:137] User CPU per req: 247.733us
I20260812 08:03:48.145452 12590 rpc-bench.cc:138] Sys CPU per req:  107.396us
I20260812 08:03:48.145480 12590 rpc-bench.cc:139] Ctx Sw. per req:  4.55186
I20260812 08:03:48.145509 12590 rpc-bench.cc:140] Server reactor load histogram
I20260812 08:03:48.145535 12590 rpc-bench.cc:141] Count: 1974
Mean: 17.5537
Last: 7
Percentiles:
   0%  (min) = 4
  25%        = 6
  50%  (med) = 7
  75%        = 8
  95%        = 70
  99%        = 80
  99.9%      = 83
  99.99%     = 85
  100% (max) = 85
I20260812 08:03:48.145622 12590 rpc-bench.cc:142] Server reactor latency histogram
I20260812 08:03:48.145661 12590 rpc-bench.cc:143] Count: 324040
Mean: 106.325
Last: 91
Percentiles:
   0%  (min) = 0
  25%        = 41
  50%  (med) = 58
  75%        = 78
  95%        = 398
  99%        = 800
  99.9%      = 1464
  99.99%     = 2624
  100% (max) = 15980
[       OK ] RpcBench.BenchmarkCalls (10026 ms)
[ RUN      ] RpcBench.BenchmarkCallsAsync
I20260812 08:03:48.153861 12803 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 0.0.0.0:42629 every 8 connection(s)
I20260812 08:03:48.153915 12804 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 0.0.0.0:42629 every 8 connection(s)
I20260812 08:03:58.182209 12590 rpc-bench.cc:124] Mode:            Async
I20260812 08:03:58.182291 12590 rpc-bench.cc:128] Client reactors:  16
I20260812 08:03:58.182304 12590 rpc-bench.cc:129] Call concurrency: 60
I20260812 08:03:58.182315 12590 rpc-bench.cc:132] Worker threads:   1
I20260812 08:03:58.182325 12590 rpc-bench.cc:133] Server reactors:  4
I20260812 08:03:58.182336 12590 rpc-bench.cc:134] Encryption:       0
I20260812 08:03:58.182348 12590 rpc-bench.cc:135] ----------------------------------
I20260812 08:03:58.182358 12590 rpc-bench.cc:136] Reqs/sec:         14789.3
I20260812 08:03:58.182377 12590 rpc-bench.cc:137] User CPU per req: 201.063us
I20260812 08:03:58.182389 12590 rpc-bench.cc:138] Sys CPU per req:  53.4827us
I20260812 08:03:58.182401 12590 rpc-bench.cc:139] Ctx Sw. per req:  0.884526
I20260812 08:03:58.182418 12590 rpc-bench.cc:140] Server reactor load histogram
I20260812 08:03:58.182430 12590 rpc-bench.cc:141] Count: 1980
Mean: 21.8823
Last: 7
Percentiles:
   0%  (min) = 5
  25%        = 9
  50%  (med) = 11
  75%        = 18
  95%        = 79
  99%        = 88
  99.9%      = 94
  99.99%     = 95
  100% (max) = 95
I20260812 08:03:58.182466 12590 rpc-bench.cc:142] Server reactor latency histogram
I20260812 08:03:58.182477 12590 rpc-bench.cc:143] Count: 218266
Mean: 200.384
Last: 60
Percentiles:
   0%  (min) = 0
  25%        = 58
  50%  (med) = 89
  75%        = 179
  95%        = 656
  99%        = 2144
  99.9%      = 6016
  99.99%     = 12608
  100% (max) = 25129
[       OK ] RpcBench.BenchmarkCallsAsync (10041 ms)
[----------] 2 tests from RpcBench (20068 ms total)

[----------] 1 test from RpcAcceptorBench
[ RUN      ] RpcAcceptorBench.MeasureAcceptorDispatchTimes
I20260812 08:03:58.199854 13043 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 0.0.0.0:45321 every 8 connection(s)
I20260812 08:03:59.642681 12590 rpc-bench.cc:389] Dispatched 5525 connection requests in 1 seconds
I20260812 08:03:59.642794 12590 rpc-bench.cc:391] Request dispatching time (us): min 5 max 8313 average 29.488868778280544
[       OK ] RpcAcceptorBench.MeasureAcceptorDispatchTimes (1453 ms)
[----------] 1 test from RpcAcceptorBench (1453 ms total)

[----------] Global test environment tear-down
[==========] 3 tests from 2 test suites ran. (21522 ms total)
[  PASSED  ] 3 tests.
