mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 02:42:58 +01:00
8ef72d482e
* Problem: trie benchmarks count loop times instead of lookup calls Solution: measure the time taken by each lookup call instead Other changes: - show average time taken and reduce other output - show number of keys, queries and key size before running the benchmark - use steady_clock as high_resolution_clock might not be steady - increase size of query set to 1M |
||
---|---|---|
.. | ||
benchmark_radix_tree.cpp | ||
inproc_lat.cpp | ||
inproc_thr.cpp | ||
local_lat.cpp | ||
local_thr.cpp | ||
remote_lat.cpp | ||
remote_thr.cpp |