We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ff25f commit 6c62950Copy full SHA for 6c62950
README.md
@@ -18,10 +18,6 @@
18
**kotlinx.benchmark** is a toolkit for running benchmarks for multiplatform code written in Kotlin
19
and running on the next supported targets: JVM, JavaScript.
20
21
-Technically it can be run on Native target, but current implementation doesn't allow to get right measurements in many
22
-cases for native benchmarks, so it isn't recommended to use this library for native benchmarks yet.
23
-See [issue](https://github.com/Kotlin/kotlinx-benchmark/issues/24) for more information.
24
-
25
If you're familiar with [JMH](https://openjdk.java.net/projects/code-tools/jmh/), it is very similar and uses it under
26
the hoods to run benchmarks on JVM.
27
0 commit comments