We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efccb57 commit a62f08dCopy full SHA for a62f08d
docs/jmh_results.ods
14.3 KB
docs/jmh_results.png
-8.17 KB
jbbp/pom.xml
@@ -118,7 +118,7 @@
118
</goals>
119
<configuration>
120
<classpathScope>test</classpathScope>
121
- <executable>java</executable>
+ <executable>java8</executable>
122
<arguments>
123
<argument>-classpath</argument>
124
<classpath/>
pom.xml
@@ -25,7 +25,7 @@
25
<maven.compiler.source>1.8</maven.compiler.source>
26
<maven.compiler.target>1.8</maven.compiler.target>
27
<junit5.version>5.7.1</junit5.version>
28
- <jmh.version>1.21</jmh.version>
+ <jmh.version>1.35</jmh.version>
29
</properties>
30
31
<issueManagement>
0 commit comments