Skip to content

Instantly share code, notes, and snippets.

@matriv
Created August 8, 2016 22:18
Show Gist options
  • Save matriv/aebaf7c22237ae55c20b4d1d647a5068 to your computer and use it in GitHub Desktop.
Save matriv/aebaf7c22237ae55c20b4d1d647a5068 to your computer and use it in GitHub Desktop.
Result "testWithoutIf":
905846726.800 ±(99.9%) 3858743.057 ops/s [Average]
(min, avg, max) = (836690777.086, 905846726.800, 943887137.592), stdev = 16338159.725
CI (99.9%): [901987983.743, 909705469.857] (assumes normal distribution)
# Run complete. Total time: 00:06:45
Benchmark Mode Cnt Score Error Units
MyBenchmark.testWithoutIf thrpt 200 905846726.800 ± 3858743.057 ops/s
Result "testWithIf":
908117933.009 ±(99.9%) 5141420.244 ops/s [Average]
(min, avg, max) = (831500967.980, 908117933.009, 974195617.716), stdev = 21769095.253
CI (99.9%): [902976512.765, 913259353.254] (assumes normal distribution)
# Run complete. Total time: 00:06:45
Benchmark Mode Cnt Score Error Units
MyBenchmark.testWithIf thrpt 200 908117933.009 ± 5141420.244 ops/s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment