Reduce path_copy iteration count, hopefully allows nexus s bot to complete without OOM.

git-svn-id: http://skia.googlecode.com/svn/trunk@5064 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2012-08-13 16:59:21 +00:00
parent 92967e9677
commit 62e41903a7

View File

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