–1 vote
11 views

How do you write (and run) a correct micro-benchmark in Java?

I'm looking for some code samples and comments illustrating various things to think about.

Example: Should the benchmark measure time/iteration or iterations/time, and why?

Please log in or register to answer this question.

...