ref: c1979c1c6dab00b66241b46e48e899603af2374d
parent: ea74e72bf9f4ba8cc9bf290b3c6c748bc277d48e
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Sun Feb 9 00:37:44 EST 2025
torture: go back to running faster
--- a/test/torture.lsp
+++ b/test/torture.lsp
@@ -1,4 +1,4 @@
-(def ones (map (λ (x) 1) (iota 10000000)))
+(def ones (map (λ (x) 1) (iota 1000000)))
(write (apply + ones))
(newline)