Optimise literal parsing, add argument parsing metrics and add some benchmarks
This commit is contained in:
parent
f984a40f58
commit
ce2fbe9746
6 changed files with 336 additions and 20 deletions
|
|
@ -39,6 +39,18 @@
|
|||
<artifactId>cloud-core</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.openjdk.jmh</groupId>
|
||||
<artifactId>jmh-core</artifactId>
|
||||
<version>1.25.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.openjdk.jmh</groupId>
|
||||
<artifactId>jmh-generator-annprocess</artifactId>
|
||||
<version>1.25.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.intellectualsites</groupId>
|
||||
<artifactId>cloud-pipeline</artifactId>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue