aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/perf.py
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2017-08-17 13:53:09 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-08-17 17:55:21 +0000
commit8ab8f61c4ebe151460e02edcc2c2d8e5cdfd338e (patch)
treed3afc5ec95cbff7b632bdde5621f07c2252c06a2 /infra/bots/recipes/perf.py
parentc35df962a1ccd9259052382af4d0e0cd2204d6cb (diff)
Add SurfacePro2017 tasks.
Not adding Vulkan configs because it mostly produces garbage -- see skia:6398. Bug: skia:6978 NoTry: true Change-Id: I8f9fa7ecc5d195658944f8f29a91ddaf47c066fc Reviewed-on: https://skia-review.googlesource.com/35321 Commit-Queue: Ben Wagner <benjaminwagner@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com>
Diffstat (limited to 'infra/bots/recipes/perf.py')
-rw-r--r--infra/bots/recipes/perf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/infra/bots/recipes/perf.py b/infra/bots/recipes/perf.py
index 3b2bfcc679..5694c0581c 100644
--- a/infra/bots/recipes/perf.py
+++ b/infra/bots/recipes/perf.py
@@ -155,6 +155,10 @@ def nanobench_flags(api, bot):
match.append('~GLInstancedArraysBench') # skia:4714
if 'IntelIris540' in bot and 'ANGLE' in bot:
match.append('~tile_image_filter_tiled_64') # skia:6082
+ if 'IntelHD615' in bot and 'ANGLE' in bot and 'Release' in bot:
+ # skia:6980
+ match.append('~hardstop_')
+ match.append('~GM_radial_gradient3')
if ('Vulkan' in bot and ('IntelIris540' in bot or 'IntelIris640' in bot) and
'Win' in bot):
# skia:6398
@@ -382,6 +386,7 @@ TEST_BUILDERS = [
'Perf-Win10-MSVC-NUC6i5SYK-GPU-IntelIris540-x86_64-Release-ANGLE',
'Perf-Win10-MSVC-NUC6i5SYK-GPU-IntelIris540-x86_64-Release-Vulkan',
'Perf-Win10-MSVC-ShuttleC-GPU-GTX960-x86_64-Release-ANGLE',
+ 'Perf-Win10-MSVC-SurfacePro2017-GPU-IntelHD615-x86_64-Release-ANGLE',
'Perf-Win2k8-MSVC-GCE-CPU-AVX2-x86_64-Debug',
'Perf-Win2k8-MSVC-GCE-CPU-AVX2-x86_64-Release',
'Perf-iOS-Clang-iPadMini4-GPU-GX6450-arm-Release'