Skip to content

consoleau/kassava-benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kassava Benchmarks

Build Status

Benchmarks Kassava equals(), hashCode() and toString() implementations against manual, Guava and Apache implementations.

Special thanks to JetBrains for the Kotlin/JMH example (on which this project is based) at https://github.com/JetBrains/kotlin-benchmarks

Build:

mvn clean package

Run: 10 warm up rounds, 5 iterations, 1 fork, avg time in ns

java -jar target/benchmarks.jar -wi 10 -i 5 -f 1 -tu ns -bm avgt

About

JMH Benchmark of Kassava compared to manual, Guava and Apache implementations of toString() and equals()

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages