json/benchmarks
Perry Kundert 0b803d0a5f Simplify the json/src/benchmarks.cpp to allow more optimal code gen.
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.
2017-10-07 15:50:19 -07:00
..
files added benchmarks for numbers 2016-07-20 23:06:45 +02:00
src Simplify the json/src/benchmarks.cpp to allow more optimal code gen. 2017-10-07 15:50:19 -07:00
thirdparty 🔨 cleaned up Makefiles and docs #698 2017-10-04 19:27:35 +02:00
Makefile Simplify the json/src/benchmarks.cpp to allow more optimal code gen. 2017-10-07 15:50:19 -07:00
README.md 🔨 cleaned up Makefiles and docs #698 2017-10-04 19:27:35 +02:00

README.md

Bechmarks

Run make to compile and run a small set of benchmarks.