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

Unified Diff: tools/nanobench_flags.py

Issue 1769163006: nanobench: turn on f16 and sRGB on the bots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 9 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 451cd5583bd87b4e745ded6675c2834f49eea427..a2ce167a64e5db8f54a1a5fb048e9835dd9c5e7a 100755
--- a/tools/nanobench_flags.py
+++ b/tools/nanobench_flags.py
@@ -44,6 +44,7 @@ def get_args(bot):
if 'Appurify' not in bot:
config = ['565', '8888', 'gpu', 'nonrendering', 'angle', 'hwui']
+ config.extend(['srgb', 'f16'])
# The S4 crashes and the NP produces a long error stream when we run with
# MSAA.
if ('GalaxyS4' not in bot and
« 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