tokuhirom / nanobench

Tiny benchmarking framework for Java 7+
17 stars 3 forks source link

Class style benchmarking. #1

Closed tokuhirom closed 10 years ago

tokuhirom commented 10 years ago

Why?

  1. Class style indicates it benchmarks the code instead of closures.
  2. It works on Java 7.
  3. Easy to debug. You can invoke the code directly.
  4. Reflection is easy to use for Java users.