Perf: Reduce Fibonacci benchmark time

This commit is contained in:
Michael Schimmel
2026-02-19 17:12:37 +01:00
parent b8390a3431
commit 55502cbb69
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
;; Complex Data Structure Test
;; Benchmark: 50.2us
;; Benchmark: 49.4us
;; Output: {:input 10, :name "Fibonacci", :output 55}
(do
(def fib (fn [n]