1. 28 Oct, 2017 1 commit
  2. 27 Oct, 2017 5 commits
  3. 25 Oct, 2017 1 commit
  4. 24 Oct, 2017 5 commits
  5. 23 Oct, 2017 2 commits
  6. 22 Oct, 2017 7 commits
  7. 21 Oct, 2017 5 commits
  8. 18 Oct, 2017 2 commits
  9. 17 Oct, 2017 1 commit
  10. 16 Oct, 2017 8 commits
  11. 15 Oct, 2017 1 commit
  12. 13 Oct, 2017 1 commit
  13. 07 Oct, 2017 1 commit
    • Perry Kundert's avatar
      Simplify the json/src/benchmarks.cpp to allow more optimal code gen. · 0b803d0a
      Perry Kundert authored
      o For some unknown reason, the complexity of the benchmark platform
        prevented some C++ compilers from generating optimal code, properly
        reflective of the real performance in actual deployment.
      o Added the json_benchmarks_simple target, which performs the same
        suite of tests as json_benchmarks.
      o Simplified the benchmark platform, and emit an "Average" TPS
        (Transactions Per Second) value reflective of aggregate parse/output
        performance.
      0b803d0a