Reduce path_copy iteration count, hopefully allows nexus s bot to complete without...
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 13 Aug 2012 16:59:21 +0000 (16:59 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 13 Aug 2012 16:59:21 +0000 (16:59 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@5064 2bbb7eff-a529-9590-31e7-b0007b416f81

bench/PathBench.cpp

index f3330e4..faacf40 100644 (file)
@@ -361,7 +361,7 @@ public:
     }
 
 protected:
-    enum { N = SkBENCHLOOP(50000) };
+    enum { N = SkBENCHLOOP(30000) };
 
     virtual const char* onGetName() SK_OVERRIDE {
         return "path_copy";