mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add jmh
This commit is contained in:
16
pom.xml
16
pom.xml
@@ -46,6 +46,7 @@
|
||||
<module>hutool-poi</module>
|
||||
<module>hutool-socket</module>
|
||||
<module>hutool-swing</module>
|
||||
<module>hutool-jmh</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
@@ -58,7 +59,7 @@
|
||||
<junit.version>5.10.3</junit.version>
|
||||
<lombok.version>1.18.34</lombok.version>
|
||||
<kotlin-version>1.9.25</kotlin-version>
|
||||
<jmh.version>1.37</jmh.version>
|
||||
<bouncycastle.version>1.78.1</bouncycastle.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -82,19 +83,6 @@
|
||||
<version>${lombok.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<!-- 基准性能测试 -->
|
||||
<dependency>
|
||||
<groupId>org.openjdk.jmh</groupId>
|
||||
<artifactId>jmh-core</artifactId>
|
||||
<version>${jmh.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.openjdk.jmh</groupId>
|
||||
<artifactId>jmh-generator-annprocess</artifactId>
|
||||
<version>${jmh.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<issueManagement>
|
||||
|
Reference in New Issue
Block a user