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:
Michael Schimmel
2026-02-21 15:16:36 +01:00
parent dc81b7d616
commit 9222fb5bc8
15 changed files with 27 additions and 27 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
;; Closure Scope Test
;; Benchmark: 780ns
;; Benchmark-Repeat: 2602
;; Benchmark: 777ns
;; Benchmark-Repeat: 2659
;; Output: 15
(do
(def make-adder (fn [x]