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.
7 lines
95 B
Plaintext
7 lines
95 B
Plaintext
;; Benchmark: 92ns
|
|
;; Benchmark-Repeat: 21507
|
|
(do
|
|
(def area (fn [x] (* PI x)))
|
|
(area 10)
|
|
)
|