| commit | ca529d303e50072aa25405c651b16f96b5b3fa4b | [log] [tgz] |
|---|---|---|
| author | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Oct 28 15:34:49 2011 +0000 |
| committer | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Oct 28 15:34:49 2011 +0000 |
| tree | 32ba9dd8ced02ba98a4ac128b98f605656ebd0e9 | |
| parent | 8382394bf260af223d5217ff8c45961f149bf1cf [diff] [blame] |
In debug builds, only run each benchmark 1 time (test for assertion-breakage, not performance). codereview.appspot.com/5314064/ git-svn-id: http://skia.googlecode.com/svn/trunk@2552 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/bench/RectBench.cpp b/bench/RectBench.cpp index 4893767..cef2e22 100644 --- a/bench/RectBench.cpp +++ b/bench/RectBench.cpp
@@ -18,7 +18,7 @@ enum { W = 640, H = 480, - N = 300 + N = SkBENCHLOOP(300) }; SkRect fRects[N]; SkColor fColors[N];