d1b8d03604
This commit updates the benchmark and repeat counts for various example files. These changes reflect potential performance improvements or variations observed during testing.
8 lines
113 B
Plaintext
8 lines
113 B
Plaintext
;; Benchmark: 89ns
|
|
;; Benchmark-Repeat: 23311
|
|
;; Output: 5
|
|
(do
|
|
(def f (fn [x] (fn [] x)))
|
|
((f 5))
|
|
)
|