Raymond Toy pushed to branch rtoy-issue-87-add-cl-bench at cmucl / cmucl
Commits:
-
682553a2
by Raymond Toy at 2020-09-04T12:02:03-07:00
-
ab2992c3
by Raymond Toy at 2020-09-04T12:04:40-07:00
-
a68d0c37
by Raymond Toy at 2020-09-04T12:06:37-07:00
3 changed files:
Changes:
... | ... | @@ -7,6 +7,7 @@ linux-runner: |
7 | 7 |
artifacts:
|
8 | 8 |
paths:
|
9 | 9 |
- ansi-test/test.out
|
10 |
+ - benchmarks/cl-bench/results
|
|
10 | 11 |
tags:
|
11 | 12 |
- linux
|
12 | 13 |
before_script:
|
... | ... | @@ -22,7 +23,11 @@ linux-runner: |
22 | 23 |
- bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
|
23 | 24 |
- cd ansi-test
|
24 | 25 |
- make LISP="../dist/bin/lisp -batch -noinit -nositeinit"
|
25 |
- - grep 'No unexpected \(successes\|failures\)' test.out
|
|
26 |
+ - grep 'No unexpected \(successes\|failures\)' test.out
|
|
27 |
+ - cd ../benchmarks/cl-bench
|
|
28 |
+ - CMUCL=../../snapshot/bin/lisp run-cmucl.sh
|
|
29 |
+ - CMUCL=../../dist/bin/lisp run-cmucl.sh
|
|
30 |
+ - ../../snapshot/bin/lisp -load report
|
|
26 | 31 |
|
27 | 32 |
osx-runner:
|
28 | 33 |
artifacts:
|
1 |
+/arrays.olisp
|
|
2 |
+/bignum.olisp
|
|
3 |
+/boehm-gc.olisp
|
|
4 |
+/clos-janderson.olisp
|
|
5 |
+/clos.olisp
|
|
6 |
+/crc40.olisp
|
|
7 |
+/deflate.olisp
|
|
8 |
+/gabriel.olisp
|
|
9 |
+/hash.olisp
|
|
10 |
+/math.olisp
|
|
11 |
+/misc.olisp
|
|
12 |
+/ratios.olisp
|
|
13 |
+/richards.olisp
|