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

Unified Diff: infra/bots/recipes/swarm_perf.py

Issue 2320153002: GN: Android perf/tests (Closed)
Patch Set: skip some bench configs on AndroidOne Created 4 years, 3 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
Index: infra/bots/recipes/swarm_perf.py
diff --git a/infra/bots/recipes/swarm_perf.py b/infra/bots/recipes/swarm_perf.py
index 8c631366a12b264c96c6095ee0414c579069553d..429161dda8609294dada18d360008bc60598ac91 100644
--- a/infra/bots/recipes/swarm_perf.py
+++ b/infra/bots/recipes/swarm_perf.py
@@ -58,7 +58,8 @@ def nanobench_flags(bot):
args.extend(['--skps', 'ignore_skps'])
config = ['565', '8888', 'gpu', 'nonrendering', 'angle', 'hwui' ]
- config += [ 'f16', 'srgb' ]
+ if 'AndroidOne' not in bot:
+ 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

Powered by Google App Engine
This is Rietveld 408576698