c03b2af770
This commit updates the benchmark numbers in various example files. The changes reflect recent performance optimizations or adjustments to the benchmarking environment.
8 lines
114 B
Plaintext
8 lines
114 B
Plaintext
;; Benchmark: 129ns
|
|
;; Benchmark-Repeat: 15494
|
|
;; Output: 5
|
|
(do
|
|
(def f (fn [x] (fn [] x)))
|
|
((f 5))
|
|
)
|