Browse Source

added notes on whether to have specific utilities like loadQueryData() in
lib/bench.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac241@2662 e5f2f494-b856-4b98-b285-d166d9295462

JINMEI Tatuya 14 years ago
parent
commit
0ed747561e
1 changed files with 12 additions and 0 deletions
  1. 12 0
      src/lib/bench/benchmark_util.h

+ 12 - 0
src/lib/bench/benchmark_util.h

@@ -17,6 +17,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>