Optimise literal parsing, add argument parsing metrics and add some benchmarks

This commit is contained in:
Alexander Söderberg 2020-09-24 14:36:10 +02:00
parent f984a40f58
commit ce2fbe9746
No known key found for this signature in database
GPG key ID: C0207FF7EA146678
6 changed files with 336 additions and 20 deletions

View file

@ -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>