Add benchmark button to UI

The benchmark button is only enabled in release builds. If clicked, it
will trigger the benchmark suite.
This commit is contained in:
Michael Schimmel
2026-02-18 21:46:50 +01:00
parent 7a561ab69c
commit 7e54b3f443
3 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
;; Complex Data Structure Test
;; Benchmark: 49.8us
;; Benchmark: 50.2us
;; Output: {:input 10, :name "Fibonacci", :output 55}
(do
(def fib (fn [n]