Update benchmark results
This commit updates the benchmark results for various examples. The benchmark times and repeat counts have been adjusted to reflect current performance characteristics.
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
;; Fibonacci Recursive
|
||||
;; Benchmark: 51.5us
|
||||
;; Benchmark-Repeat: 40
|
||||
;; Benchmark: 45.9us
|
||||
;; Benchmark-Repeat: 45
|
||||
;; Output: 55
|
||||
(do
|
||||
(def fib (fn [n]
|
||||
|
||||
Reference in New Issue
Block a user