JMH bug report
Aleksey Shipilev
shade at redhat.com
Mon Mar 2 18:04:31 UTC 2020
On 2/22/20 8:48 AM, Dmitriy Dumanskiy wrote:
> JMH S 48 cc.microbenchmarks.core.arrays.escape.EscapeTest S 80
> cc.microbenchmarks.core.arrays.escape.generated.EscapeTest_switchEscaper_jmhTest
> S 13 switchEscaper S 10 Throughput E A 1 1 1 E I 2 10 T 3 1 s I 4 1000 I 2
> 10 T 3 1 s I 4 1000 I 1 1 E E E E E M 1 1 s 4 1 1 1 \ 2 1
Please provide MCVE for this.
But even before doing that, make sure all JMH dependencies versions are the same. The benchmark line
format is version-specific, and it is important that the parts that generated the line (usually
jmh-generator-annprocess) and the part that read it (usually jmh-core) agree.
--
Thanks,
-Aleksey
More information about the jmh-dev
mailing list