| commit | fc15722a21308c46cfd0c8f1afce6e7435250725 | [log] [tgz] |
|---|---|---|
| author | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Sep 13 15:42:33 2012 +0000 |
| committer | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Sep 13 15:42:33 2012 +0000 |
| tree | 79b75955afc13193cc2d683b5275b72aa3df20af | |
| parent | 163c84ba5026907fea7b4f4bdcf8b16c13103adc [diff] [blame] |
Turn down repeat count on ref counting and memory pool benches. No reason these things need to run for 10s of ms. http://codereview.appspot.com/6501122/ git-svn-id: http://skia.googlecode.com/svn/trunk@5524 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/bench/RefCntBench.cpp b/bench/RefCntBench.cpp index 965eb26..cdc81eb 100644 --- a/bench/RefCntBench.cpp +++ b/bench/RefCntBench.cpp
@@ -11,7 +11,7 @@ #include <memory> enum { - N = SkBENCHLOOP(1000000), + N = SkBENCHLOOP(100000), M = SkBENCHLOOP(2) };