Update expected output for tak.myc benchmark

This commit is contained in:
Michael Schimmel
2026-02-20 00:59:31 +01:00
parent 30cd73aa63
commit cd3f63632f
+1 -1
View File
@@ -1,7 +1,7 @@
;; Takeuchi Function Benchmark
;; heavily recursive, benefits significantly from specialization of integer arithmetic
;; and direct function calls (skipping dynamic dispatch).
;; Output: 4
;; Output: 5
;; Benchmark: 468.7us