Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ZaurM/kotlin-benchmarks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

176 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Run:

java -jar target/benchmarks.jar

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

About

This is the project to verify and investigate performance issues in Kotlin and standard library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Kotlin 43.6%
  • JavaScript 30.1%
  • Java 23.2%
  • HTML 2.6%
  • CSS 0.5%