1
1
mirror of https://github.com/kanaka/mal.git synced 2024-10-27 14:52:16 +03:00
Commit Graph

3 Commits

Author SHA1 Message Date
AnotherTest
80e3d5eb0b Break some lines to make the code more readable 2020-05-30 23:37:21 +04:30
AnotherTest
fd99084ca6 no more infinite boot times!
move the repl inside XSLT itself, as a result, we'll exit the repl
after 100000000 iterations, but...that's probably enough for a lot
of things
2020-05-30 23:37:21 +04:30
AnotherTest
e4882d7d71 attempt to speed execution up
by booting up multiple instancees of saxon, waiting for a signal
This doesn't really help much, since most of our tests are very small
however, it does lower the overall boot time (assuming travis can do
real concurrency)
2020-05-30 23:37:21 +04:30