Artifact 22a7cbd9f3f34684fd7a83a33699c545bbeb41f3b777cd6226f4cb21261f7f1d:
- File
psl-1983/3-1/tests/old-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: 1595) [annotate] [blame] [check-ins using] [more...]
- File
psl-1983/tests/old-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: 1595) [annotate] [blame] [check-ins using]
% TIME-PSL.SL Driver of PSL "spectral" tests % After loading psl-timer.b, LAPIN this file (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)