fvasco
4
Ok, don’t worry.
Write a good test is hard, on JVM it is really hard.
I can read your test: “the first block is slower than last”, this is often true on JVM.
If you want to write a valuable test on JVM then you have to consider JMH.
See my comments here:
1 Like