aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/PicturePlaybackBench.cpp
diff options
context:
space:
mode:
authorGravatar tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-26 14:25:53 +0000
committerGravatar tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-26 14:25:53 +0000
commit31868471126d2bc972ae2e61b8b39c6c3c70d16f (patch)
tree5b919e2a63a09fd0d29a5e29192e0f1fa4346989 /bench/PicturePlaybackBench.cpp
parent009f62919fc5d35f465c725c2bb75258049b6d73 (diff)
Reduce iteration count on picture_playback benchmarks to bring their cost
more in line with the rest of the benches. http://codereview.appspot.com/6325063/ git-svn-id: http://skia.googlecode.com/svn/trunk@4339 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'bench/PicturePlaybackBench.cpp')
-rw-r--r--bench/PicturePlaybackBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/PicturePlaybackBench.cpp b/bench/PicturePlaybackBench.cpp
index 6a07fb563d..ebb542489e 100644
--- a/bench/PicturePlaybackBench.cpp
+++ b/bench/PicturePlaybackBench.cpp
@@ -26,7 +26,7 @@ public:
}
enum {
- N = SkBENCHLOOP(1000), // number of times to playback the picture
+ N = SkBENCHLOOP(200), // number of times to playback the picture
PICTURE_WIDTH = 1000,
PICTURE_HEIGHT = 4000,
TEXT_SIZE = 10