[svn] commit: r2662 - /branches/trac241/src/lib/bench/benchmark_util.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Aug 9 17:57:46 UTC 2010
Author: jinmei
Date: Mon Aug 9 17:57:45 2010
New Revision: 2662
Log:
added notes on whether to have specific utilities like loadQueryData() in
lib/bench.
Modified:
branches/trac241/src/lib/bench/benchmark_util.h
Modified: branches/trac241/src/lib/bench/benchmark_util.h
==============================================================================
--- branches/trac241/src/lib/bench/benchmark_util.h (original)
+++ branches/trac241/src/lib/bench/benchmark_util.h Mon Aug 9 17:57:45 2010
@@ -16,6 +16,18 @@
#ifndef __BENCHMARK_UTIL_H
#define __BENCHMARK_UTIL_H 1
+
+/// \file
+/// Utilities to help write benchmark cases.
+///
+/// The initial version of this library only contains utilities for very
+/// specific benchmark cases, that is, building DNS query data.
+/// It's not clear if we have more utilities including scenario-independent
+/// ones in future, but we have them here for now.
+/// If we find we only need utilities specific to individual benchmark
+/// scenarios, we may move them to more specific places.
+/// For example, the query generator may go to benchmarks for DNS server
+/// implementations.
#include <istream>
#include <vector>
More information about the bind10-changes
mailing list