Hei!
Looking forward to the hackathon this weekend! :)
Just to make it a little more fun/productive, my colleagues and I are bringing
some code to show you all! :D
We're bringing a functioning post-install test extension for Module::Build. The
main features are:
- With it, you can install
> Which makes me wonder - just how much memory is TAP::Parser using.
> In particular, is TAP::Parser using the same amount of memory to store 65850
> "ok"s as it would to store some mix of 65850 "ok"s and "not ok"s?
> Which I'm starting to think, for large test suites, isn't that efficient.
> Most
tl;dr: TAP::Harness uses lots of RAM to store test results
Particularly lots and lots for millions of little "ok\n"s
It would be nice if it didn't use lots of RAM when storing things that mostly
pass.
So, the long(er) story. I use to be able to build and test blead on my
Raspberry Pi. Now it runs