aboutsummaryrefslogtreecommitdiff
path: root/src/lux.clj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lux.clj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lux.clj b/src/lux.clj
index b69494909..37978aa05 100644
--- a/src/lux.clj
+++ b/src/lux.clj
@@ -6,6 +6,8 @@
(comment
;; TODO: Finish total-locals
+ (time (&compiler/compile-all (&/|list "program")))
+
(time (&compiler/compile-all (&/|list "lux")))
(System/gc)
(time (&compiler/compile-all (&/|list "lux" "test2")))