0ed52a811d
This commit updates the benchmark metadata in several example files. The benchmark runs and repeat counts have been slightly adjusted due to optimizations or minor variations in execution.
8 lines
113 B
Plaintext
8 lines
113 B
Plaintext
;; Benchmark: 620ns
|
|
;; Benchmark-Repeat: 3234
|
|
;; Output: 5
|
|
(do
|
|
(def f (fn [x] (fn [] x)))
|
|
((f 5))
|
|
)
|