Skip to content

Instantly share code, notes, and snippets.

@cberner
Created October 30, 2015 17:33
Show Gist options
  • Save cberner/b5de95e68e2ba2aa7ca2 to your computer and use it in GitHub Desktop.
Save cberner/b5de95e68e2ba2aa7ca2 to your computer and use it in GitHub Desktop.
8u60
Benchmark (arrays) Mode Cnt Score Error Units
BenchmarkInvoke.boundInvokeExact 10000 avgt 10 0.733 ± 0.028 ns/op
BenchmarkInvoke.boundInvokeExact 100000 avgt 10 1.143 ± 0.037 ns/op
BenchmarkInvoke.fast 10000 avgt 10 0.721 ± 0.028 ns/op
BenchmarkInvoke.fast 100000 avgt 10 1.113 ± 0.032 ns/op
BenchmarkInvoke.forceLambdaFormInvokeExact 10000 avgt 10 4.643 ± 0.164 ns/op
BenchmarkInvoke.forceLambdaFormInvokeExact 100000 avgt 10 5.221 ± 0.152 ns/op
BenchmarkInvoke.invokeExact 10000 avgt 10 4.752 ± 0.142 ns/op
BenchmarkInvoke.invokeExact 100000 avgt 10 5.575 ± 0.211 ns/op
BenchmarkInvoke.invokeStatic 10000 avgt 10 5.968 ± 0.155 ns/op
BenchmarkInvoke.invokeStatic 100000 avgt 10 6.644 ± 0.310 ns/op
BenchmarkInvoke.localBoundInvokeExact 10000 avgt 10 3.400 ± 0.142 ns/op
BenchmarkInvoke.localBoundInvokeExact 100000 avgt 10 1.738 ± 0.104 ns/op
BenchmarkInvoke.multipleInvokeExact 10000 avgt 10 4.873 ± 0.160 ns/op
BenchmarkInvoke.multipleInvokeExact 100000 avgt 10 5.458 ± 0.083 ns/op
BenchmarkInvoke.multipleInvokeStatic 10000 avgt 10 6.049 ± 0.128 ns/op
BenchmarkInvoke.multipleInvokeStatic 100000 avgt 10 6.772 ± 0.102 ns/op
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment