BIND 10 trac2873, updated. 2a515786871f65083ccc87783027cef9785c14b0 [2873] Introduce each resolver in output
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Aug 12 10:44:57 UTC 2013
The branch, trac2873 has been updated
via 2a515786871f65083ccc87783027cef9785c14b0 (commit)
from aa8ab63a875ad8bc1c240199d48f72090c185f64 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2a515786871f65083ccc87783027cef9785c14b0
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Mon Aug 12 12:44:36 2013 +0200
[2873] Introduce each resolver in output
-----------------------------------------------------------------------
Summary of changes:
src/bin/resolver/bench/main.cc | 2 ++
1 file changed, 2 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/bin/resolver/bench/main.cc b/src/bin/resolver/bench/main.cc
index 999f950..fdef44b 100644
--- a/src/bin/resolver/bench/main.cc
+++ b/src/bin/resolver/bench/main.cc
@@ -24,6 +24,7 @@ const size_t count = 10000; // TODO: We may want to read this from argv.
using namespace std;
int main(int, const char**) {
+ cout << "Runnig the landlord resolver" << endl;
for (size_t i = 1; i < 10; ++ i) {
for (size_t j = 1; j < 10; ++ j) {
size_t size = j * 25;
@@ -34,6 +35,7 @@ int main(int, const char**) {
}
}
// Run the naive implementation
+ cout << "Running the naive implementation" << endl;
isc::resolver::bench::NaiveResolver naive_resolver(::count);
isc::bench::BenchMark<isc::resolver::bench::NaiveResolver>
(1, naive_resolver, true);
More information about the bind10-changes
mailing list