Hi everyone Do you know if the benchmark library c...
# javascript
g
Hi everyone Do you know if the benchmark library can be used in a kotlin/js browser project?
a
“kotlinx.benchmark is a toolkit for running benchmarks for multiplatform code written in Kotlin and running on the following supported targets: JVM, JavaScript and Native.”
g
Thanks @Arjan van Wieringen. I was asking more specifically for the Kotlin/Js “browser” type, because I saw in the documentation it was using “node”. Also in the compose web project they aren’t using it to benchmark in the browser neither. I was wondering if for browser is supported
a
Hmm, I think it is pretty agnostic. You could try I suppose.
g
I tried but no benchmark was ran 😞