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:
parent
92967e9677
commit
62e41903a7
@ -361,7 +361,7 @@ public:
|
||||
}
|
||||
|
||||
protected:
|
||||
enum { N = SkBENCHLOOP(50000) };
|
||||
enum { N = SkBENCHLOOP(30000) };
|
||||
|
||||
virtual const char* onGetName() SK_OVERRIDE {
|
||||
return "path_copy";
|
||||
|
Loading…
Reference in New Issue
Block a user