aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/examples/benchmark.cc
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@mit.edu>2012-03-14 02:52:23 -0400
committerGravatar Keith Winstein <keithw@mit.edu>2012-03-14 02:52:23 -0400
commit6e220268d62f99938fa2efd054fb483f9b1e44a5 (patch)
treeb758615bb40a9d6407be7e112a1169731ce63d37 /src/examples/benchmark.cc
parent4783e7cd825ef78190b833da3088dd135f04ae97 (diff)
Restore benchmark iterations to 100000
Diffstat (limited to 'src/examples/benchmark.cc')
-rw-r--r--src/examples/benchmark.cc2
1 files changed, 1 insertions, 1 deletions
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;