https://bz.apache.org/bugzilla/show_bug.cgi?id=62887
--- Comment #14 from Artem Fedorov <[email protected]> --- Created attachment 36260 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36260&action=edit Benchmark test class I created a benchmark test for equals and compareTo methods. Dependencies: <dependency> <groupId>org.openjdk.jmh</groupId> <artifactId>jmh-core</artifactId> <version>1.19</version> </dependency> <dependency> <groupId>org.openjdk.jmh</groupId> <artifactId>jmh-generator-annprocess</artifactId> <version>1.19</version> </dependency> -- You are receiving this mail because: You are the assignee for the bug.
