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