aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-03-15 15:42:34 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-03-15 15:42:34 +0200
commita39bd26c6d6d5638407e57caaa3187aeb52517b1 (patch)
tree9a99b49c98b0a9be7bbb3a4d42930476731f4915 /Makefile.am
parent87279b57516dfd891ef03858dac1d644df758b4c (diff)
downloadcache-benchmarks-a39bd26c6d6d5638407e57caaa3187aeb52517b1.tar.gz
cache-benchmarks-a39bd26c6d6d5638407e57caaa3187aeb52517b1.tar.bz2
Improve data collection and the gnuplot script.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a7c97e1..3baad54 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,7 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = gdbm/master gdbm/newcache src
BENCHMARKDIR=benchmarks
+NUMSAMPLES=5
benchmark:
@if test -z "$(NRECS)"; then \
echo "Please set NRECS"; \
@@ -16,6 +17,8 @@ benchmark:
(echo "NRECS=$(NRECS)"; \
echo "NKEYS=$(NKEYS)"; \
echo "MAXCACHE=$(MAXCACHE)"; \
+ echo "NUMSAMPLES=$(NUMSAMPLES)"; \
+ echo "RUNTESTOPT=$(RUNTESTOPT)"; \
echo "include @abs_top_builddir@/src/benchmark.mk") > $$DIRNAME/Makefile; \
fi; \
$(MAKE) -C $$DIRNAME

Return to:

Send suggestions and report system problems to the System administrator.