Skip to content

Commit 8d2b95f

Browse files
Abduqodiri Qurbonzodaqurbonzoda
authored andcommitted
Fix IntelliJ progress reporting in JS
1 parent 9eab80d commit 8d2b95f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/jsMain/src/kotlinx/benchmark/js/JsExecutor.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class JsExecutor(name: String, @Suppress("UNUSED_PARAMETER") dummy_args: Array<o
1515
start: () -> Unit,
1616
complete: () -> Unit
1717
) {
18+
start()
1819
val jsSuite: dynamic = benchmarkJs.Suite()
1920
jsSuite.on("complete") {
2021
complete()

0 commit comments

Comments
 (0)