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:
@@ -1,7 +1,7 @@
|
||||
;; Record to Tuple Mapping Test
|
||||
;; Output: 30
|
||||
;; Benchmark: 755ns
|
||||
;; Benchmark-Repeat: 2652
|
||||
;; Benchmark: 743ns
|
||||
;; Benchmark-Repeat: 2733
|
||||
(do
|
||||
(def rec {:x 10 :y 20})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user