Disable flaky perf benchmark

Bug: skia:7551
Change-Id: Id1e4a345849f0e596d38278e5e9d88dfa476d678
Reviewed-on: https://skia-review.googlesource.com/101127
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
This commit is contained in:
Kevin Lubick 2018-01-29 10:30:02 -05:00 committed by Skia Commit-Bot
parent 8bf3dcaa86
commit 03bd9ee472
3 changed files with 4 additions and 1 deletions

View File

@ -338,7 +338,8 @@
"~GM_animated-image-blurs",
"~blendmode_mask_",
"~desk_carsvg.skp",
"~^path_text_clipped"
"~^path_text_clipped",
"~shapes_rrect_inner_rrect_50_500x500"
],
"env": {
"BUILDTYPE": "Debug",

View File

@ -375,6 +375,7 @@
"~blendmode_mask_",
"~desk_carsvg.skp",
"~^path_text_clipped",
"~shapes_rrect_inner_rrect_50_500x500",
"--outResultsFile",
"/cache/skia/perf/nanobench_abc123_1337000001.json",
"--properties",

View File

@ -275,6 +275,7 @@ def perf_steps(api):
'~blendmode_mask_',
'~desk_carsvg.skp',
'~^path_text_clipped', # Bot times out; skia:7190
'~shapes_rrect_inner_rrect_50_500x500', # skia:7551
])
if api.vars.upload_perf_results: