1. 19 Feb, 2019 3 commits
  2. 18 Feb, 2019 10 commits
  3. 17 Feb, 2019 15 commits
  4. 16 Feb, 2019 1 commit
  5. 13 Feb, 2019 1 commit
    • 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
  6. 12 Feb, 2019 6 commits
  7. 11 Feb, 2019 2 commits
  8. 10 Feb, 2019 1 commit
  9. 07 Feb, 2019 1 commit