diff --git a/bench/DashBench.cpp b/bench/DashBench.cpp index d041828ba3..35b72422aa 100644 --- a/bench/DashBench.cpp +++ b/bench/DashBench.cpp @@ -322,7 +322,7 @@ public: // deliberately pick intervals that won't be caught by asPoints(), so // we can test the filterPath code-path. - const SkScalar intervals[] = { 2, 1, 1, 1 }; + const SkScalar intervals[] = { 20, 10, 10, 10 }; fPathEffect.reset(SkDashPathEffect::Create(intervals, SK_ARRAY_COUNT(intervals), 0));