Skip to content

Commit e5cbc4c

Browse files
author
LepilkinaElena
authored
Fix README information connected with Kotlin/Native (#25)
1 parent 62f999a commit e5cbc4c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
[![Download](https://api.bintray.com/packages/kotlin/kotlinx/kotlinx.benchmark/images/download.svg) ](https://bintray.com/kotlin/kotlinx/kotlinx.benchmark/_latestVersion)
44

55
**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.
711

812
If you're familiar with [JMH](https://openjdk.java.net/projects/code-tools/jmh/), it is very similar and uses it under
913
the hoods to run benchmarks on JVM.

0 commit comments

Comments
 (0)