summaryrefslogtreecommitdiff
path: root/benchmark-suite/Makefile.am
diff options
context:
space:
mode:
authorMichael Gran <spk121@yahoo.com>2011-03-19 15:25:28 -0700
committerMichael Gran <spk121@yahoo.com>2011-03-19 15:25:28 -0700
commitd78de77f43e94c72602f3541ca672d6035607c81 (patch)
treec0b514793bc2aea9a00f02afa93468ea9913f0c2 /benchmark-suite/Makefile.am
parent6f2ff78299f54b1fde9f2ff85cbabf876bea85b8 (diff)
downloadguile-d78de77f43e94c72602f3541ca672d6035607c81.tar.gz
Benchmarks for string comparisons
* benchmark-suite/benchmarks/strings.bm: new file * benchmark-suite/Makefile.am: add strings.bm
Diffstat (limited to 'benchmark-suite/Makefile.am')
-rw-r--r--benchmark-suite/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark-suite/Makefile.am b/benchmark-suite/Makefile.am
index 63f490cd4..d2ce6c84e 100644
--- a/benchmark-suite/Makefile.am
+++ b/benchmark-suite/Makefile.am
@@ -15,6 +15,7 @@ SCM_BENCHMARKS = benchmarks/0-reference.bm \
benchmarks/vectors.bm \
benchmarks/vlists.bm \
benchmarks/write.bm
+ benchmarks/strings.bm \
EXTRA_DIST = guile-benchmark lib.scm $(SCM_BENCHMARKS) \
ChangeLog-2008