Update benchmark results
The benchmark results in several example files have been updated. This commit reflects slight variations in performance measurements for various test cases, including closure scope, data structures, destructuring, higher-order functions, macros, and tuple operations.
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
;; Higher-Order Function Example
|
||||
;; Benchmark: 725ns
|
||||
;; Benchmark-Repeat: 2768
|
||||
;; Benchmark: 680ns
|
||||
;; Benchmark-Repeat: 2981
|
||||
;; Output: 25
|
||||
(do
|
||||
(def apply (fn [f x] (f x)))
|
||||
|
||||
Reference in New Issue
Block a user