0ed52a811d
This commit updates the benchmark metadata in several example files. The benchmark runs and repeat counts have been slightly adjusted due to optimizations or minor variations in execution.
7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
;; Benchmark: 503ns
|
|
;; Benchmark-Repeat: 3987
|
|
(do
|
|
(def PI 3.1415)
|
|
(def area (fn [x] (* PI x)))
|
|
(area 10)
|
|
) |