clojurescript 2025-04-01

Is there a "criterium for clojurescript"?

not really. Benchmarking in the browser is quite difficult

cljs does have https://cljs.github.io/api/cljs.core/simple-benchmark for benchmarking if all you all you need is something basic

👍 2