[Git][cmucl/cmucl][rtoy-issue-87-add-cl-bench] 2 commits: Remove debugging print

Raymond Toy gitlab at common-lisp.net
Fri Sep 4 21:40:31 UTC 2020



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/bc890d42e09aed670c319539ff1f22924accb34d...42e0a04132ee3cdc545550db3ef89e0be561cc0b

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/bc890d42e09aed670c319539ff1f22924accb34d...42e0a04132ee3cdc545550db3ef89e0be561cc0b
You're receiving this email because of your account on gitlab.common-lisp.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20200904/40185082/attachment-0001.htm>


More information about the cmucl-cvs mailing list