File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Download] ( https://api.bintray.com/packages/kotlin/kotlinx/kotlinx.benchmark/images/download.svg ) ] ( https://bintray.com/kotlin/kotlinx/kotlinx.benchmark/_latestVersion )
4
4
5
5
** kotlinx.benchmark** is a toolkit for running benchmarks for multiplatform code written in Kotlin
6
- and running on all supported targets: JVM, JavaScript and Native.
6
+ and running on the next supported targets: JVM, JavaScript.
7
+
8
+ Technically it can be run on Native target, but current implementation doesn't allow to get right measurements in many
9
+ cases for native benchmarks, so it isn't recommended to use this library for native benchmarks yet.
10
+ See [ issue] ( https://github.com/Kotlin/kotlinx-benchmark/issues/24 ) for more information.
7
11
8
12
If you're familiar with [ JMH] ( https://openjdk.java.net/projects/code-tools/jmh/ ) , it is very similar and uses it under
9
13
the hoods to run benchmarks on JVM.
You can’t perform that action at this time.
0 commit comments