Home
last modified time | relevance | path

Searched refs:total_in_sec (Results 1 – 1 of 1) sorted by relevance

/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/test/src/sw/redis++/
H A Dbenchmark_test.hpp116 auto total_in_sec = total_in_msec * 1.0 / 1000; in _run() local
123 std::cout << total_request_num << " requests cost " << total_in_sec << " seconds" << std::endl; in _run()