Restore benchmark iterations to 100000

This commit is contained in:
Keith Winstein
2012-03-14 02:52:23 -04:00
parent 4783e7cd82
commit 6e220268d6
+1 -1
View File
@@ -48,7 +48,7 @@ extern "C" {
#include "user.h" #include "user.h"
#include "terminaloverlay.h" #include "terminaloverlay.h"
const int ITERATIONS = 1000; const int ITERATIONS = 100000;
using namespace Terminal; using namespace Terminal;