2cc47c557b
This commit updates the benchmark results for various examples. The benchmark times and repeat counts have been adjusted to reflect current performance characteristics.
8 lines
113 B
Plaintext
8 lines
113 B
Plaintext
;; Benchmark: 92ns
|
|
;; Benchmark-Repeat: 21729
|
|
;; Output: 5
|
|
(do
|
|
(def f (fn [x] (fn [] x)))
|
|
((f 5))
|
|
)
|