From 6e220268d62f99938fa2efd054fb483f9b1e44a5 Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Wed, 14 Mar 2012 02:52:23 -0400 Subject: [PATCH] Restore benchmark iterations to 100000 --- src/examples/benchmark.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/benchmark.cc b/src/examples/benchmark.cc index abcd8cd..ef97f2e 100644 --- a/src/examples/benchmark.cc +++ b/src/examples/benchmark.cc @@ -48,7 +48,7 @@ extern "C" { #include "user.h" #include "terminaloverlay.h" -const int ITERATIONS = 1000; +const int ITERATIONS = 100000; using namespace Terminal;