libzmq/perf
Shubham Lagwankar 8ef72d482e Problem: trie benchmarks count loop times instead of lookup calls (#3406)
* 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
2019-02-13 18:47:39 +00:00
..
benchmark_radix_tree.cpp Problem: trie benchmarks count loop times instead of lookup calls (#3406) 2019-02-13 18:47:39 +00:00
inproc_lat.cpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
inproc_thr.cpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
local_lat.cpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
local_thr.cpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
remote_lat.cpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
remote_thr.cpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00