Initial revision
authorStephen Adams <edu/mit/csail/zurich/adams>
Tue, 28 Feb 1995 01:35:31 +0000 (01:35 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Tue, 28 Feb 1995 01:35:31 +0000 (01:35 +0000)
v8/src/bench/README [new file with mode: 0644]

diff --git a/v8/src/bench/README b/v8/src/bench/README
new file mode 100644 (file)
index 0000000..903d508
--- /dev/null
@@ -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