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 79ef892 commit 7fb0d74Copy full SHA for 7fb0d74
benchmarks/build.gradle.kts
@@ -30,7 +30,11 @@ kotlin {
30
}
31
32
33
- //TODO: Add wasm benchmarks as soon as wasmJs/wasmWasi will be published
+ wasmJs {
34
+ nodejs()
35
+ }
36
+
37
+ //TODO: Add wasmWasi benchmarks as soon as kx-benchmark supports the target
38
39
sourceSets.all {
40
kotlin.setSrcDirs(listOf("$name/src"))
@@ -94,6 +98,7 @@ benchmark {
94
98
jmhVersion = "1.21"
95
99
96
100
register("js")
101
+ register("wasmJs")
97
102
register("macosX64")
103
register("linuxX64")
104
register("mingwX64")
0 commit comments