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 Remove debugging print - - - - - 42e0a041 by Raymond Toy at 2020-09-04T14:40:19-07:00 Run benchmarks on OSX * Remove some debugging script lines * Copy the linux script to run on osx - - - - - 2 changed files: - .gitlab-ci.yml - benchmarks/cl-bench/report.lisp Changes: ===================================== .gitlab-ci.yml ===================================== @@ -25,8 +25,6 @@ linux-runner: - make LISP="../dist/bin/lisp -batch -noinit -nositeinit" - grep 'No unexpected \(successes\|failures\)' test.out - cd ../benchmarks/cl-bench - - echo $PWD - - ls - mkdir tmp - CMUCL=../../snapshot/bin/lisp ./run-cmucl.sh - CMUCL=../../dist/bin/lisp ./run-cmucl.sh @@ -51,3 +49,8 @@ osx-runner: - cd ansi-test - make LISP="../dist/bin/lisp -batch -noinit -nositeinit" - grep 'No unexpected \(successes\|failures\)' test.out + - cd ../benchmarks/cl-bench + - mkdir tmp + - CMUCL=../../snapshot/bin/lisp ./run-cmucl.sh + - CMUCL=../../dist/bin/lisp ./run-cmucl.sh + - ../../snapshot/bin/lisp -load report ===================================== benchmarks/cl-bench/report.lisp ===================================== @@ -30,7 +30,6 @@ "CL-benchmark*.*")) data implementations benchmarks) (dolist (f (directory benchmark-path)) - (format t "*** f = ~A~%" f) (ignore-errors (with-open-file (f f :direction :input) (let ((*read-eval* nil)) View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/bc890d42e09aed670c31953... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/bc890d42e09aed670c31953... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy