096f166153
These changes update the benchmark numbers and repeat counts in the example files. The benchmark results have slightly varied, and these updates reflect the most recent measurements.
8 lines
113 B
Plaintext
8 lines
113 B
Plaintext
;; Benchmark: 92ns
|
|
;; Benchmark-Repeat: 21826
|
|
;; Output: 5
|
|
(do
|
|
(def f (fn [x] (fn [] x)))
|
|
((f 5))
|
|
)
|