[svn] commit: r3447 - in /branches/trac404: ./ src/lib/dns/ src/lib/dns/benchmarks/ src/lib/dns/benchmarks/benchmarkdata/

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Nov 4 12:55:47 UTC 2010


Author: jinmei
Date: Thu Nov  4 12:55:46 2010
New Revision: 3447

Log:
added a simple benchmark test for the RdataFields class compared to Rdata.

Added:
    branches/trac404/src/lib/dns/benchmarks/
    branches/trac404/src/lib/dns/benchmarks/Makefile.am
    branches/trac404/src/lib/dns/benchmarks/README
    branches/trac404/src/lib/dns/benchmarks/benchmarkdata/
    branches/trac404/src/lib/dns/benchmarks/benchmarkdata/rdatarender_data_com
    branches/trac404/src/lib/dns/benchmarks/benchmarkdata/rdatarender_data_nxdomain
    branches/trac404/src/lib/dns/benchmarks/benchmarkdata/rdatarender_data_org
    branches/trac404/src/lib/dns/benchmarks/rdatarender_bench.cc
Modified:
    branches/trac404/configure.ac
    branches/trac404/src/lib/dns/Makefile.am

Modified: branches/trac404/configure.ac
==============================================================================
--- branches/trac404/configure.ac (original)
+++ branches/trac404/configure.ac Thu Nov  4 12:55:46 2010
@@ -513,6 +513,7 @@
                  src/lib/dns/tests/testdata/Makefile
                  src/lib/dns/python/Makefile
                  src/lib/dns/python/tests/Makefile
+                 src/lib/dns/benchmarks/Makefile
                  src/lib/exceptions/Makefile
                  src/lib/exceptions/tests/Makefile
                  src/lib/datasrc/Makefile

Modified: branches/trac404/src/lib/dns/Makefile.am
==============================================================================
--- branches/trac404/src/lib/dns/Makefile.am (original)
+++ branches/trac404/src/lib/dns/Makefile.am Thu Nov  4 12:55:46 2010
@@ -1,4 +1,4 @@
-SUBDIRS = . tests python
+SUBDIRS = . tests python benchmarks
 
 AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
 AM_CPPFLAGS += $(BOOST_INCLUDES)




More information about the bind10-changes mailing list