Introduce JMH profile and src/jmh/java configuration to co-locate JMH benchmarks.

Closes #2407
This commit is contained in:
Mark Paluch
2024-10-29 08:59:53 +01:00
parent e8e37b56ba
commit 3b0faed3dd
3 changed files with 91 additions and 4 deletions

View File

@@ -100,8 +100,6 @@
</executions>
</plugin>
<!-- Make sure we build on Java 8 with only release dependencies -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>