This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
harness: When run in ASAP mode, intermix comp/run/cmd
authorKarl Williamson <khw@cpan.org>
Tue, 13 Dec 2022 18:59:48 +0000 (11:59 -0700)
committerYves Orton <demerphq@gmail.com>
Sun, 18 Dec 2022 17:56:09 +0000 (18:56 +0100)
commit6f959d8932d5da0fa802e9fb2920e5926296a0fa
tree6d2371bc4e1ec8425acd4b4e6ab35a9a6e4f8169
parenta8343321fbb0bffee4fe899572a14c2f196eb585
harness: When run in ASAP mode, intermix comp/run/cmd

Prior to this commit, when run with PERL_TEST_HARNESS_ASAP, there were
three sets of tests run sequentially.  The second set consisted of just
the comp/, run/, and cmd/ directories.  This commit folds those
directories and the third set together, which ekes out a bit more
performance gain.  It was 6% better on my box running ASAN.  And, the
ASAP runs in about 75% of the time as non-ASAP.

There is no change in the non-ASAP operation.
t/harness