aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/perf.py
diff options
context:
space:
mode:
authorGravatar Greg Daniel <egdaniel@google.com>2017-05-25 14:42:05 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-25 19:10:17 +0000
commit09bcf735f8533e3c1ae58d94ebc94a1ac11a3409 (patch)
tree922a4d3c9a5a765c7c2d0ca8dd6f594749b0c27c /infra/bots/recipes/perf.py
parent04d22c04838fb312aa5ecc770299aff31076e7e3 (diff)
Add NexusPlayer Vulkan perf bot
Bug: skia: Change-Id: I67594a109ea51bd8627cb47978e263b5493e7737 Reviewed-on: https://skia-review.googlesource.com/17933 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com>
Diffstat (limited to 'infra/bots/recipes/perf.py')
-rw-r--r--infra/bots/recipes/perf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/bots/recipes/perf.py b/infra/bots/recipes/perf.py
index c2ab35df47..ead6feb172 100644
--- a/infra/bots/recipes/perf.py
+++ b/infra/bots/recipes/perf.py
@@ -148,6 +148,7 @@ def nanobench_flags(bot):
match.append('~text_16_LCD_WT')
if 'Vulkan' in bot and 'NexusPlayer' in bot:
match.append('~hardstop') # skia:6037
+ match.append('~Xfermode') # skia:6691
if 'ANGLE' in bot and any('msaa' in x for x in configs):
match.append('~native_image_to_raster_surface') # skia:6457
if 'ANGLE' in bot and 'Radeon' in bot: