Artifact 06e9ed4ee191404815af472423aaee5ce459cff376a51e0bfea1f8f4606af19e:
- File
psl-1983/3-1/tests/time-psl.sl
— part of check-in
[eb17ceb7f6]
at
2020-04-21 19:40:01
on branch master
— Add Reduce 3.0 to the historical section of the archive, and some more
files relating to version sof PSL from the early 1980s. Thanks are due to
Paul McJones and Nelson Beebe for these, as well as to all the original
authors.git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/historical@5328 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 1811) [annotate] [blame] [check-ins using] [more...]
- File
psl-1983/tests/time-psl.sl
— part of check-in
[eb17ceb7f6]
at
2020-04-21 19:40:01
on branch master
— Add Reduce 3.0 to the historical section of the archive, and some more
files relating to version sof PSL from the early 1980s. Thanks are due to
Paul McJones and Nelson Beebe for these, as well as to all the original
authors.git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/historical@5328 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 1811) [annotate] [blame] [check-ins using]
% TIME-PSL.SL Driver of PSL "spectral" tests % After loading psl-timer.b, LAPIN this file (wrs (open "time-psl.out" 'output)) (prin2 "PSL Spectral Tests, ") (prin2 (versionname)) (prin2 ", ") (prin2T (date)) (prin2t "---------------------------------------------------------------") (TestSetup) (progn (reclaim) (prin2 "EmptyTest 10000 ") (print (TimeEval '(EmptyTest 10000))) 0) (progn (prin2 "SlowEmptyTest 10000 ") (print (TimeEval '(SlowEmptyTest 10000))) 0) (progn (prin2 "Cdr1Test 100 ") (print (TimeEval '(Cdr1Test 100))) 0) (progn (prin2 "Cdr2Test 100 ") (print (TimeEval '(Cdr2Test 100))) 0) (progn (prin2 "CddrTest 100 ") (print (TimeEval '(CddrTest 100))) 0) (progn (prin2 "ListOnlyCdrTest1 ") (print (TimeEval '(ListOnlyCdrTest1))) 0) (progn (prin2 "ListOnlyCddrTest1 ") (print (TimeEval '(ListOnlyCddrTest1))) 0) (progn (prin2 "ListOnlyCdrTest2 ") (print (TimeEval '(ListOnlyCdrTest2))) 0) (progn (prin2 "ListOnlyCddrTest2 ") (print (TimeEval '(ListOnlyCddrTest2))) 0) (progn (prin2 "ReverseTest 10 ") (print (TimeEval '(ReverseTest 10))) 0) (progn (reclaim) (prin2 "MyReverse1Test 10 ") (print (TimeEval '(MyReverse1Test 10))) 0) (progn (reclaim) (prin2 "MyReverse2Test 10 ") (print (TimeEval '(MyReverse2Test 10))) 0) (progn (reclaim) (prin2 "LengthTest 100 ") (print (TimeEval '(LengthTest 100))) 0) (progn (prin2 "ArithmeticTest 10000 ") (print (TimeEval '(ArithmeticTest 10000))) 0) (progn (prin2 "EvalTest 10000 ") (print (TimeEval '(EvalTest 10000))) 0) (progn (prin2 "tak 18 12 6 ") (print (TimeEval '(topleveltak 18 12 6))) 0) (progn (prin2 "gtak 18 12 6 ") (print (TimeEval '(toplevelgtak 18 12 6))) 0) (progn (prin2 "gtsta g0 ") (print (TimeEval '(gtsta 'g0))) 0) (progn (prin2 "gtsta g1 ") (print (TimeEval '(gtsta 'g1))) 0) (close (wrs NIL))