org.jetbrains.kotlinx.benchmark
Owner: Kotlin Team
Toolkit for running benchmarks for multiplatform Kotlin code.
https://github.com/Kotlin/kotlinx-benchmark
Sources: https://github.com/Kotlin/kotlinx-benchmark.git
Version 0.4.2
0.4.2
Created 21 January 2022.
Toolkit for running benchmarks for multiplatform Kotlin code.
Add this plugin to your build using the plugins DSL:
plugins {
id("org.jetbrains.kotlinx.benchmark") version "0.4.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.jetbrains.kotlinx:kotlinx-benchmark-plugin:0.4.2") } } apply(plugin = "org.jetbrains.kotlinx.benchmark")
- Applying plugins to all subprojects .