2cc47c557b
This commit updates the benchmark results for various examples. The benchmark times and repeat counts have been adjusted to reflect current performance characteristics.
7 lines
95 B
Plaintext
7 lines
95 B
Plaintext
;; Benchmark: 91ns
|
|
;; Benchmark-Repeat: 22036
|
|
(do
|
|
(def area (fn [x] (* PI x)))
|
|
(area 10)
|
|
)
|