Skip to content

Commit a62f08d

Browse files
committed
updated
1 parent efccb57 commit a62f08d

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

docs/jmh_results.ods

14.3 KB
Binary file not shown.

docs/jmh_results.png

-8.17 KB
Loading

jbbp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
</goals>
119119
<configuration>
120120
<classpathScope>test</classpathScope>
121-
<executable>java</executable>
121+
<executable>java8</executable>
122122
<arguments>
123123
<argument>-classpath</argument>
124124
<classpath/>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<maven.compiler.source>1.8</maven.compiler.source>
2626
<maven.compiler.target>1.8</maven.compiler.target>
2727
<junit5.version>5.7.1</junit5.version>
28-
<jmh.version>1.21</jmh.version>
28+
<jmh.version>1.35</jmh.version>
2929
</properties>
3030

3131
<issueManagement>

0 commit comments

Comments
 (0)