summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-08-09 20:11:55 +0000
committerNicholas Clark <nick@ccl4.org>2008-08-09 20:11:55 +0000
commit0279961e65f24cb3d5407ae9771030dcc5eb6882 (patch)
tree8628b9b768ac38dfcd2a78c4bf150901246807ab /vms
parent2f4cffa7723545b6812f9ecf0e78635684033dad (diff)
downloadperl-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 'vms')
-rw-r--r--vms/descrip_mms.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template
index dfc876e115..5b371c3628 100644
--- a/vms/descrip_mms.template
+++ b/vms/descrip_mms.template
@@ -1865,6 +1865,7 @@ realclean : clean
- If F$Search("[...]*$(E)").nes."" Then Delete/NoConfirm/Log [...]*$(E);*
- If F$Search("[.vms]Perl_Setup.Com").nes."" Then Delete/NoConfirm/Log [.vms]Perl_Setup.Com;*
- If F$Search("[.t]rantests.").nes."" Then Delete/NoConfirm/Log [.t]rantests.;*
+ - If F$Search("[.t]test_state.").nes."" Then Delete/NoConfirm/Log [.t]test_state.;*
- If F$Search("[.t.lib]vmsfspec.t").nes."" Then Delete/NoConfirm/Log [.t.lib]vmsfspec.t;*
- If F$Search("[.t.lib]vmsish.t").nes."" Then Delete/NoConfirm/Log [.t.lib]vmsish.t;*
- If F$Search("[.t.lib]vms_dclsym.t").nes."" Then Delete/NoConfirm/Log [.t.lib]vms_dclsym.t;*