diff options
author | Marius Vollmer <mvo@zagadka.de> | 2002-07-26 16:00:27 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2002-07-26 16:00:27 +0000 |
commit | 5a6aa7e7ce3c71e93cf032a18ab2b2b51d5ed317 (patch) | |
tree | 9f97a6b73b1152cf1f1e082aa08fde4db8fcba69 /benchmark-suite | |
parent | aea06b34a5c6ecfc7f7fc257d42b0b7c92109a92 (diff) | |
download | guile-5a6aa7e7ce3c71e93cf032a18ab2b2b51d5ed317.tar.gz |
(SCM_BENCHMARKS): List the real benchmarks, not foo
and bar.
(SCM_BENCHMARKS_DIRS): Uncommented, with an empty value.
Diffstat (limited to 'benchmark-suite')
-rw-r--r-- | benchmark-suite/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/benchmark-suite/Makefile.am b/benchmark-suite/Makefile.am index 4bb81e49e..073a3677a 100644 --- a/benchmark-suite/Makefile.am +++ b/benchmark-suite/Makefile.am @@ -1,8 +1,9 @@ -SCM_BENCHMARKS = benchmarks/foo.bm \ - benchmarks/bar.bm +SCM_BENCHMARKS = benchmarks/0-reference.bm \ + benchmarks/continuations.bm \ + benchmarks/if.bm \ + benchmarks/logand.bm -## SCM_BENCHMARKS_DIRS = benchmarks/dirfoo \ -## benchmarks/dirbar +SCM_BENCHMARKS_DIRS = EXTRA_DIST = guile-benchmark lib.scm $(SCM_BENCHMARKS) |