From: Stephen Adams Date: Tue, 28 Feb 1995 01:35:31 +0000 (+0000) Subject: Initial revision X-Git-Tag: 20090517-FFI~6581 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0192673853b9a60cef430556ae3d7685042421a0;p=mit-scheme.git Initial revision --- diff --git a/v8/src/bench/README b/v8/src/bench/README new file mode 100644 index 000000000..903d50822 --- /dev/null +++ b/v8/src/bench/README @@ -0,0 +1,23 @@ +What lives here: + + *.scm Benchmark sources, under RCS control + run.scm Control program to run & time all programs + library.scm Library of free procedures from benchmarks. + + LOG/ Log files from various runs. + LOG/compare-logs compare run times from given logs + +________________________________________________________________________ + +How to make a benchmark directory: + + mkdir my-bench + cd my-bench + ln -s ..../bench SRC + ls -s SRC/*.scm . + +Running your custom compiler: + + (sf (directory-read "*.scm")) + (compile-directory ".") +________________________________________________________________________ \ No newline at end of file