• Shubham Lagwankar's avatar
    Problem: trie benchmarks count loop times instead of lookup calls (#3406) · 8ef72d48
    Shubham Lagwankar authored
    * 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
    8ef72d48
Name
Last commit
Last update
..
benchmark_radix_tree.cpp Loading commit data...
inproc_lat.cpp Loading commit data...
inproc_thr.cpp Loading commit data...
local_lat.cpp Loading commit data...
local_thr.cpp Loading commit data...
remote_lat.cpp Loading commit data...
remote_thr.cpp Loading commit data...