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

Unified Diff: tools/nanobench_flags.py

Issue 2181073003: Start measuring f16 and srgb speed. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: support f16 in SkBitmap::getAddr() Created 4 years, 5 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 12acc0d31745df2167c880d3db0b7f62cb05fd17..41779efaa4ac566101a35d46df216a841ac14054 100755
--- a/tools/nanobench_flags.py
+++ b/tools/nanobench_flags.py
@@ -41,7 +41,8 @@ def get_args(bot):
if 'iOS' in bot:
args.extend(['--skps', 'ignore_skps'])
- config = ['565', '8888', 'gpu', 'nonrendering', 'angle', 'hwui']
+ config = ['565', '8888', 'gpu', 'nonrendering', 'angle', 'hwui' ]
+ config += [ 'f16', 'srgb' ]
# 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