diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/perf1.mal | 1 | ||||
| -rw-r--r-- | tests/perf2.mal | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/perf1.mal b/tests/perf1.mal index 871e28f..73488f8 100644 --- a/tests/perf1.mal +++ b/tests/perf1.mal @@ -1,4 +1,5 @@ (load-file "../core.mal") +(load-file "../perf.mal") ;;(prn "Start: basic macros performance test") diff --git a/tests/perf2.mal b/tests/perf2.mal index 3889191..c525baf 100644 --- a/tests/perf2.mal +++ b/tests/perf2.mal @@ -1,4 +1,5 @@ (load-file "../core.mal") +(load-file "../perf.mal") ;;(prn "Start: basic math/recursion test") |
