Skip to content

Instantly share code, notes, and snippets.

@andresteingress
Last active August 29, 2015 13:56
Show Gist options
  • Save andresteingress/9140595 to your computer and use it in GitHub Desktop.
Save andresteingress/9140595 to your computer and use it in GitHub Desktop.
Json Parser Benchmark
Result : 567399.330 ?(99.9%) 4926.983 ops/s
Statistics: (min, avg, max) = (555682.417, 567399.330, 576296.450), stdev = 6156.507
Confidence interval (99.9%): [562472.347, 572326.313]
Benchmark Mode Thr Count Sec Mean Mean error Units
g.j.Benchmark.characterJsonParserGroovy thrpt 1 20 1 567399.330 4926.983 ops/s
g.j.Benchmark.fastJsonParserGroovy thrpt 1 20 1 584611.082 18457.878 ops/s
g.j.Benchmark.parserGson thrpt 1 20 1 271117.797 6513.312 ops/s
g.j.Benchmark.parserJackson thrpt 1 20 1 243472.297 1353.115 ops/s
g.j.Benchmark.simpleTestBoon thrpt 1 20 1 602522.100 5618.953 ops/s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment