Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bench] adjust the benchmarking code to be more meaningful
``` Benchmark Mode Cnt Score Error Units StringLoopBenchmark.benchLongDecodeStringLoop thrpt 5 10745.123 ± 194.012 ops/ms StringLoopBenchmark.benchLongJavaStringLoop thrpt 5 123630.568 ± 2992.694 ops/ms StringLoopBenchmark.benchLongRubyStringLoop thrpt 5 20841.347 ± 1095.569 ops/ms StringLoopBenchmark.benchShortDecodeStringLoop thrpt 5 15207.295 ± 933.209 ops/ms StringLoopBenchmark.benchShortJavaStringLoop thrpt 5 140604.846 ± 2555.282 ops/ms StringLoopBenchmark.benchShortRubyStringLoop thrpt 5 103548.193 ± 3440.039 ops/ms ```