[svn] commit: r585 - in /branches/parkinglot/src/bin/parkinglot: Makefile.am builtin_bench.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Jan 28 07:49:49 UTC 2010


Author: jinmei
Date: Thu Jan 28 07:49:48 2010
New Revision: 585

Log:
added microbenchmark tests for built-in RRset optimization

Added:
    branches/parkinglot/src/bin/parkinglot/builtin_bench.cc
Modified:
    branches/parkinglot/src/bin/parkinglot/Makefile.am

Modified: branches/parkinglot/src/bin/parkinglot/Makefile.am
==============================================================================
--- branches/parkinglot/src/bin/parkinglot/Makefile.am (original)
+++ branches/parkinglot/src/bin/parkinglot/Makefile.am Thu Jan 28 07:49:48 2010
@@ -9,3 +9,7 @@
 parkinglot_LDADD =  $(top_srcdir)/src/lib/dns/cpp/.libs/libdns.a
 parkinglot_LDADD += $(top_srcdir)/src/lib/config/cpp/libclient.a
 parkinglot_LDADD += $(top_srcdir)/src/lib/cc/cpp/libcc.a
+
+bin_PROGRAMS += builtin_bench
+builtin_bench_SOURCES = builtin_bench.cc builtin.h builtin.cc
+builtin_bench_LDADD = $(top_srcdir)/src/lib/dns/cpp/.libs/libdns.a




More information about the bind10-changes mailing list