CARVIEW |
Select Language
HTTP/2 200
cache-control: max-age=43200
server: Combust/Plack (Perl)
vary: Accept-Encoding
content-encoding: gzip
content-length: 1644
content-type: text/html; charset=utf-8
last-modified: Sat, 11 Oct 2025 15:50:02 GMT
traceparent: a2bb2a64f744c7da92b67393708e4ad7
strict-transport-security: max-age=15768000
Re: make tests parallel - nntp.perl.org
Front page | perl.perl5.porters |
Postings from July 2008
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About

Re: make tests parallel
Thread Previous | Thread NextFrom:
Eric WilhelmDate:
July 31, 2008 21:23Subject:
Re: make tests parallelMessage ID:
200807312123.22339.ewilhelm@cpan.org# from Nicholas Clark # on Thursday 31 July 2008 14:39: >I believe that Andy Armstrong has a pretty functional prototype >that will run discrete directories of tests in parallel, which is a > good first step, so you wouldn't be starting from scratch. I believe you mean running the contents of a directory in serial. I had a fair bit of luck doing that with `runtests` "back in the day", but IIRC, I had to put a silly hack in t/harness to get the list of tests out of there. https://scratchcomputing.com/svn/TAP-Harness-Parallel/trunk >* figure out the best way to invoke parallel tests from the Makefile make test TEST_JOBS=9 At least, that's what I used in parrot's harness the other day. One could (and some may) argue that the environment variable should be more specifically named, but I don't. --Eric -- Anyone who has the power to make you believe absurdities has the power to make you commit injustices. --Voltaire --------------------------------------------------- https://scratchcomputing.com ---------------------------------------------------Thread Previous | Thread Next
- make tests parallel by Nicholas Clark
- Re: make tests parallel by H.Merijn Brand
- Re: make tests parallel by Eric Wilhelm
- Re: make tests parallel by Nicholas Clark
- Re: make tests parallel by Aristotle Pagaltzis
- Re: make tests parallel by Nicholas Clark
- Re: make tests parallel by Eric Wilhelm
- Re: make tests parallel by Eric Wilhelm
- Re: make tests parallel by Nicholas Clark
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About