Update benchmark tests with filtering
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
;; Benchmark: 143ns
|
||||
;; Benchmark-Repeat: 14093
|
||||
;; Benchmark: 130ns
|
||||
;; Benchmark-Repeat: 15355
|
||||
;; Output: 5
|
||||
(((fn [x] (fn [] x)) 5))
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
;; Benchmark: 363ns
|
||||
;; Benchmark-Repeat: 5561
|
||||
;; Benchmark: 336ns
|
||||
;; Benchmark-Repeat: 5959
|
||||
;; examples/def_local_inlining.myc
|
||||
;; Demonstrates potential for DefLocal-Inlining (Phase 2.5)
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
;; Benchmark: 339ns
|
||||
;; Benchmark-Repeat: 6100
|
||||
;; Benchmark: 237ns
|
||||
;; Benchmark-Repeat: 8555
|
||||
;; Output: 5
|
||||
(do
|
||||
(def y 1)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
;; Benchmark: 217ns
|
||||
;; Benchmark-Repeat: 9500
|
||||
;; Benchmark: 198ns
|
||||
;; Benchmark-Repeat: 10207
|
||||
;; Nested Macro and Arithmetic example
|
||||
;; Output: 81
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
;; Benchmark: 503ns
|
||||
;; Benchmark-Repeat: 3987
|
||||
;; Benchmark: 448ns
|
||||
;; Benchmark-Repeat: 4564
|
||||
(do
|
||||
(def area (fn [x] (* PI x)))
|
||||
(area 10)
|
||||
|
||||
Reference in New Issue
Block a user