Set DEFAULT_REPEATS to 1
authorborenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 17 Sep 2012 21:10:05 +0000 (21:10 +0000)
committerborenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 17 Sep 2012 21:10:05 +0000 (21:10 +0000)
bench defaults to 1 repeat, so bench_pictures should do the same.

This is causing the Android build cycles to be *hours* long.
Review URL: https://codereview.appspot.com/6490123

git-svn-id: http://skia.googlecode.com/svn/trunk@5575 2bbb7eff-a529-9590-31e7-b0007b416f81

tools/bench_pictures_main.cpp

index d6837e9..62d89ff 100644 (file)
@@ -17,7 +17,7 @@
 #include "SkTArray.h"
 #include "picture_utils.h"
 
-const int DEFAULT_REPEATS = 100;
+const int DEFAULT_REPEATS = 1;
 
 static void usage(const char* argv0) {
     SkDebugf("SkPicture benchmarking tool\n");