From e597ca66bebb5ef62d3aac6ee832e5ccc811454d Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 19 Mar 2013 19:41:59 -0400 Subject: Add a benchmark for dmnsn_future. --- libdimension/bench/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libdimension/bench/Makefile.am') diff --git a/libdimension/bench/Makefile.am b/libdimension/bench/Makefile.am index 09530ff..934657c 100644 --- a/libdimension/bench/Makefile.am +++ b/libdimension/bench/Makefile.am @@ -1,5 +1,5 @@ ########################################################################### -## Copyright (C) 2009-2011 Tavian Barnes ## +## Copyright (C) 2009-2013 Tavian Barnes ## ## ## ## This file is part of The Dimension Build Suite. ## ## ## @@ -20,6 +20,7 @@ EXTRA_PROGRAMS = array.bench \ geometry.bench \ polynomial.bench \ + future.bench \ prtree.bench AM_CFLAGS = $(libsandglass_CFLAGS) -fno-inline -I$(top_srcdir)/libdimension @@ -28,6 +29,7 @@ AM_LDFLAGS = $(libsandglass_LIBS) $(top_builddir)/libdimension/libdimension.la array_bench_SOURCES = array.c geometry_bench_SOURCES = geometry.c polynomial_bench_SOURCES = polynomial.c +future_bench_SOURCES = future.c prtree_bench_SOURCES = prtree.c prtree_bench_CFLAGS = $(AM_CFLAGS) -finline @@ -35,6 +37,7 @@ bench: $(EXTRA_PROGRAMS) ./array.bench ./geometry.bench ./polynomial.bench + ./future.bench ./prtree.bench clean-local: -- cgit v1.2.3