c03b2af770
This commit updates the benchmark numbers in various example files. The changes reflect recent performance optimizations or adjustments to the benchmarking environment.
7 lines
96 B
Plaintext
7 lines
96 B
Plaintext
;; Benchmark: 129ns
|
|
;; Benchmark-Repeat: 15483
|
|
(do
|
|
(def area (fn [x] (* PI x)))
|
|
(area 10)
|
|
)
|