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 5acabb3 commit 4a74c92Copy full SHA for 4a74c92
runtime/jsMain/src/kotlinx/benchmark/Utils.kt renamed to runtime/jsMain/src/kotlinx/benchmark/UtilsJs.kt
@@ -29,4 +29,4 @@ internal val jsEngineSupport: JsEngineSupport by lazy {
29
}
30
31
internal actual inline fun measureNanoseconds(block: () -> Unit): Long =
32
- if (isD8) d8MeasureTime(block) else nodeJsMeasureTime(block)
+ if (isD8) d8MeasureTime(block) else nodeJsMeasureTime(block)
0 commit comments