Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 571 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 571 Bytes

jmh-kotlin official JetBrains project

A set of JMH benchmarks for various Kotlin language constructions and standard library functions.

Build:

mvn clean package

Note: need clean package every time, otherwise removed benchmarks will be hanging around.

Build with custom kotlin version:

mvn clean package -Dkotlin.version=<VERSION>

Run:

java -jar target/benchmarks.jar

Also see commands.txt for more pre-configured commands.