Skip to content

Instantly share code, notes, and snippets.

@cberner
Created October 30, 2015 17:31
Show Gist options
  • Save cberner/ec8039d1fd972568fe88 to your computer and use it in GitHub Desktop.
Save cberner/ec8039d1fd972568fe88 to your computer and use it in GitHub Desktop.
8u40
Benchmark (arrays) Mode Cnt Score Error Units
BenchmarkInvoke.boundInvokeExact 10000 avgt 10 8.558 ± 0.357 ns/op
BenchmarkInvoke.boundInvokeExact 100000 avgt 10 9.832 ± 0.258 ns/op
BenchmarkInvoke.fast 10000 avgt 10 0.740 ± 0.016 ns/op
BenchmarkInvoke.fast 100000 avgt 10 1.117 ± 0.024 ns/op
BenchmarkInvoke.forceLambdaFormInvokeExact 10000 avgt 10 8.403 ± 0.134 ns/op
BenchmarkInvoke.forceLambdaFormInvokeExact 100000 avgt 10 9.267 ± 0.227 ns/op
BenchmarkInvoke.invokeExact 10000 avgt 10 8.525 ± 0.198 ns/op
BenchmarkInvoke.invokeExact 100000 avgt 10 9.102 ± 0.136 ns/op
BenchmarkInvoke.invokeStatic 10000 avgt 10 10.354 ± 0.384 ns/op
BenchmarkInvoke.invokeStatic 100000 avgt 10 10.776 ± 0.199 ns/op
BenchmarkInvoke.localBoundInvokeExact 10000 avgt 10 8.278 ± 0.157 ns/op
BenchmarkInvoke.localBoundInvokeExact 100000 avgt 10 9.733 ± 0.234 ns/op
BenchmarkInvoke.multipleInvokeExact 10000 avgt 10 8.427 ± 0.116 ns/op
BenchmarkInvoke.multipleInvokeExact 100000 avgt 10 9.582 ± 0.284 ns/op
BenchmarkInvoke.multipleInvokeStatic 10000 avgt 10 10.228 ± 0.198 ns/op
BenchmarkInvoke.multipleInvokeStatic 100000 avgt 10 10.938 ± 0.253 ns/op
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment