Merge pull request #406 from chr15m/lib-alias-hacks
[jackhill/mal.git] / tests / perf1.mal
index 871e28f..e73ed9a 100644 (file)
@@ -1,4 +1,6 @@
-(load-file "../core.mal")
+(load-file "../lib/threading.mal")      ; ->
+(load-file "../lib/perf.mal")           ; time
+(load-file "../lib/test_cascade.mal")   ; or
 
 ;;(prn "Start: basic macros performance test")