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

Unified Diff: tools/nanobench_flags.py

Issue 1189863002: nanobench: split CPU and GPU .SKP tile sizes. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: update flags Created 5 years, 6 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 6be492422d20c9fb75ecbd183bcbe4a857dc68d9..9283683cb3bedf44a368718dd5f93e99cad7b224 100755
--- a/tools/nanobench_flags.py
+++ b/tools/nanobench_flags.py
@@ -52,8 +52,8 @@ def get_args(bot):
args.extend(['--samples', '1'])
if 'HD2000' in bot:
- args.extend(['--benchTileW', '256'])
- args.extend(['--benchTileH', '256'])
+ args.extend(['--GPUbenchTileW', '256'])
+ args.extend(['--GPUbenchTileH', '256'])
match = []
if 'Android' in bot:
« 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