Skip to content

Instantly share code, notes, and snippets.

@Fabszn
Created June 11, 2012 23:47
Show Gist options
  • Save Fabszn/2913463 to your computer and use it in GitHub Desktop.
Save Fabszn/2913463 to your computer and use it in GitHub Desktop.
final Benchmark java = BenchmarkProxyManager.getProxiedClass(JavaBenchmark.class);
final Benchmark guava = BenchmarkProxyManager.getProxiedClass(GuavaBenchmark.class);
final Benchmark lambdaj = BenchmarkProxyManager.getProxiedClass(LambdaJBenchmark.class);
java.iterateSimpleList(lines);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment