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
124 B
Plaintext
8 lines
124 B
Plaintext
;; Benchmark: 87ns
|
|
;; Benchmark-Repeat: 23072
|
|
;; Output: 31.41592653589793
|
|
(do
|
|
(def area (fn [x] (* PI x)))
|
|
(area 10)
|
|
)
|