Raymond Toy pushed to branch rtoy-issue-87-add-cl-bench at cmucl / cmucl
Commits:
-
bc890d42
by Raymond Toy at 2020-09-04T14:28:55-07:00
2 changed files:
Changes:
... | ... | @@ -27,6 +27,7 @@ linux-runner: |
27 | 27 |
- cd ../benchmarks/cl-bench
|
28 | 28 |
- echo $PWD
|
29 | 29 |
- ls
|
30 |
+ - mkdir tmp
|
|
30 | 31 |
- CMUCL=../../snapshot/bin/lisp ./run-cmucl.sh
|
31 | 32 |
- CMUCL=../../dist/bin/lisp ./run-cmucl.sh
|
32 | 33 |
- ../../snapshot/bin/lisp -load report
|
... | ... | @@ -1018,7 +1018,9 @@ |
1018 | 1018 |
|
1019 | 1019 |
;;; FPRINT -- Benchmark to print to a file.
|
1020 | 1020 |
|
1021 |
-(defparameter +fread-temporary-pathname+ "/tmp/fprint.tst")
|
|
1021 |
+(defparameter +fread-temporary-pathname+
|
|
1022 |
+ "./tmp/fprint.tst"
|
|
1023 |
+ "Temporary file used for benchmarking fread")
|
|
1022 | 1024 |
|
1023 | 1025 |
(defvar *fprint-test-atoms*
|
1024 | 1026 |
'(abcdef12 cdefgh23 efghij34 ghijkl45 ijklmn56 klmnop67
|