Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: tools/nanobench_flags.json

Issue 1396113002: Renable image benchmarking (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add fixmes in response to comments Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bench/nanobench.cpp ('k') | tools/nanobench_flags.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/nanobench_flags.json
diff --git a/tools/nanobench_flags.json b/tools/nanobench_flags.json
index 4f669e1fe5839bd5411c6ac0af9e3b39ca5aa310..81649152b876a4a93845d123ca8807a6c12d896a 100644
--- a/tools/nanobench_flags.json
+++ b/tools/nanobench_flags.json
@@ -15,10 +15,12 @@
"~blurroundrect",
"~patch_grid",
"~desk_carsvg",
- "~desk_unicodetable"
+ "~desk_unicodetable",
+ "~interlaced1.png",
+ "~interlaced2.png",
+ "~interlaced3.png"
],
"Perf-Android-Nexus7-Tegra3-Arm7-Release": [
- "--images",
"--scales",
"1.0",
"1.1",
@@ -71,7 +73,11 @@
"--loops",
"1",
"--samples",
- "1"
+ "1",
+ "--match",
+ "~interlaced1.png",
+ "~interlaced2.png",
+ "~interlaced3.png"
],
"Test-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Debug-ANGLE": [
"--images",
@@ -93,7 +99,10 @@
"256",
"--match",
"~gradient",
- "~etc1bitmap"
+ "~etc1bitmap",
+ "~interlaced1.png",
+ "~interlaced2.png",
+ "~interlaced3.png"
],
"Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug": [
"--images",
« no previous file with comments | « bench/nanobench.cpp ('k') | tools/nanobench_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698