aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tools/bench_pictures_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bench_pictures_main.cpp b/tools/bench_pictures_main.cpp
index 4f76a2db38..5ff519c8c5 100644
--- a/tools/bench_pictures_main.cpp
+++ b/tools/bench_pictures_main.cpp
@@ -49,7 +49,7 @@ DEFINE_bool(trackDeferredCaching, false, "Only meaningful with --deferImageDecod
"SK_LAZY_CACHE_STATS set to true. Report percentage of cache hits when using "
"deferred image decoding.");
-DEFINE_bool(preprocess, true, "If true, perform device specific preprocessing before timing.");
+DEFINE_bool(preprocess, false, "If true, perform device specific preprocessing before timing.");
static char const * const gFilterTypes[] = {
"paint",