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

Unified Diff: tools/nanobench_flags.py

Issue 1400633002: Revert of Pass --images '' to nanobench to disable image benchmarking. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | « tools/nanobench_flags.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/nanobench_flags.py
diff --git a/tools/nanobench_flags.py b/tools/nanobench_flags.py
index f5902426865bbea24081b0128bf0e088aa2e5095..f11ea1f0f1f936965f273ab3c524de925c87399a 100755
--- a/tools/nanobench_flags.py
+++ b/tools/nanobench_flags.py
@@ -28,9 +28,6 @@
cov_start = lineno()+1 # We care about coverage starting just past this def.
def get_args(bot):
args = []
-
- # Temporarily disable image benchmarking.
- args.append('--images')
if 'Appurify' not in bot:
args.extend(['--scales', '1.0', '1.1'])
« no previous file with comments | « tools/nanobench_flags.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698