Re-enable js benchmarking

This commit is contained in:
Michael Bull 2022-01-08 14:34:28 +00:00
parent 0aad0925f1
commit 9ced7ac483
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@ allOpen {
benchmark { benchmark {
targets { targets {
register("jvm") register("jvm")
// TODO: enable js benchmarking once https://github.com/Kotlin/kotlinx-benchmark/issues/28 is fixed. register("js")
// register("js")
} }
} }