Skip to content

Commit 7fb0d74

Browse files
Abduqodiri Qurbonzodaqurbonzoda
Abduqodiri Qurbonzoda
authored andcommitted
Add wasmJs target in benchmarks
1 parent 79ef892 commit 7fb0d74

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

benchmarks/build.gradle.kts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ kotlin {
3030
}
3131
}
3232

33-
//TODO: Add wasm benchmarks as soon as wasmJs/wasmWasi will be published
33+
wasmJs {
34+
nodejs()
35+
}
36+
37+
//TODO: Add wasmWasi benchmarks as soon as kx-benchmark supports the target
3438

3539
sourceSets.all {
3640
kotlin.setSrcDirs(listOf("$name/src"))
@@ -94,6 +98,7 @@ benchmark {
9498
jmhVersion = "1.21"
9599
}
96100
register("js")
101+
register("wasmJs")
97102
register("macosX64")
98103
register("linuxX64")
99104
register("mingwX64")

0 commit comments

Comments
 (0)