Add benchmark metadata to examples

This commit is contained in:
Michael Schimmel
2026-02-22 00:43:39 +01:00
parent e87f7232e6
commit 5790880002
10 changed files with 39 additions and 6 deletions
+2
View File
@@ -1,3 +1,5 @@
;; Benchmark: 501ns
;; Benchmark-Repeat: 4038
(do
(def PI 3.1415)
(def area (fn [x] (* PI x)))