diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-08-09 20:11:55 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-08-09 20:11:55 +0000 |
commit | 0279961e65f24cb3d5407ae9771030dcc5eb6882 (patch) | |
tree | 8628b9b768ac38dfcd2a78c4bf150901246807ab /Makefile.SH | |
parent | 2f4cffa7723545b6812f9ecf0e78635684033dad (diff) | |
download | perl-0279961e65f24cb3d5407ae9771030dcc5eb6882.tar.gz |
Use App::Prove::State to store the timings for the tests, and if
timings are available, reorder the parallelisable tests to run the
slowest first. Timings for a second run are 18 seconds less for me:
Files=1553, Tests=209393, 459 wallclock secs (94.89 usr 13.16 sys + 638.19 cusr 58.59 csys = 804.83 CPU)
Files=1553, Tests=209393, 441 wallclock secs (82.83 usr 13.90 sys + 622.13 cusr 59.20 csys = 778.06 CPU)
p4raw-id: //depot/perl@34192
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index 04bdabd687..fa109a880d 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1098,6 +1098,7 @@ realclean: cleanup_unpacked_files _realcleaner _mopup _clobber: -@rm -f Cross/run-* Cross/to-* Cross/from-* + rm -f t/test_state rm -f config.sh cppstdin Policy.sh extras.lst clobber: cleanup_unpacked_files _realcleaner _mopup _clobber |