Raymond Toy pushed to branch rtoy-issue-87-add-cl-bench at cmucl / cmucl
Commits:
-
5551b146
by Raymond Toy at 2020-09-04T14:39:07-07:00
-
42e0a041
by Raymond Toy at 2020-09-04T14:40:19-07:00
2 changed files:
Changes:
... | ... | @@ -25,8 +25,6 @@ linux-runner: |
25 | 25 |
- make LISP="../dist/bin/lisp -batch -noinit -nositeinit"
|
26 | 26 |
- grep 'No unexpected \(successes\|failures\)' test.out
|
27 | 27 |
- cd ../benchmarks/cl-bench
|
28 |
- - echo $PWD
|
|
29 |
- - ls
|
|
30 | 28 |
- mkdir tmp
|
31 | 29 |
- CMUCL=../../snapshot/bin/lisp ./run-cmucl.sh
|
32 | 30 |
- CMUCL=../../dist/bin/lisp ./run-cmucl.sh
|
... | ... | @@ -51,3 +49,8 @@ osx-runner: |
51 | 49 |
- cd ansi-test
|
52 | 50 |
- make LISP="../dist/bin/lisp -batch -noinit -nositeinit"
|
53 | 51 |
- grep 'No unexpected \(successes\|failures\)' test.out
|
52 |
+ - cd ../benchmarks/cl-bench
|
|
53 |
+ - mkdir tmp
|
|
54 |
+ - CMUCL=../../snapshot/bin/lisp ./run-cmucl.sh
|
|
55 |
+ - CMUCL=../../dist/bin/lisp ./run-cmucl.sh
|
|
56 |
+ - ../../snapshot/bin/lisp -load report
|
... | ... | @@ -30,7 +30,6 @@ |
30 | 30 |
"CL-benchmark*.*"))
|
31 | 31 |
data implementations benchmarks)
|
32 | 32 |
(dolist (f (directory benchmark-path))
|
33 |
- (format t "*** f = ~A~%" f)
|
|
34 | 33 |
(ignore-errors
|
35 | 34 |
(with-open-file (f f :direction :input)
|
36 | 35 |
(let ((*read-eval* nil))
|