Exclude compositing_images benchs from Chromecast
They crash, presumably because they use multiple large images. Change-Id: I277958cd6661820085b4e1a04e0668e3a3e9fddc Reviewed-on: https://skia-review.googlesource.com/145880 Reviewed-by: Derek Sollenberger <djsollen@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
This commit is contained in:
parent
177742435e
commit
faeef78372
@ -329,7 +329,8 @@
|
||||
"~blendmode_mask_",
|
||||
"~desk_carsvg.skp",
|
||||
"~^path_text_clipped",
|
||||
"~shapes_rrect_inner_rrect_50_500x500"
|
||||
"~shapes_rrect_inner_rrect_50_500x500",
|
||||
"~compositing_images"
|
||||
],
|
||||
"env": {
|
||||
"CHROME_HEADLESS": "1",
|
||||
|
@ -362,6 +362,7 @@
|
||||
"~desk_carsvg.skp",
|
||||
"~^path_text_clipped",
|
||||
"~shapes_rrect_inner_rrect_50_500x500",
|
||||
"~compositing_images",
|
||||
"--outResultsFile",
|
||||
"/cache/skia/perf/nanobench_abc123_1337000001.json",
|
||||
"--properties",
|
||||
|
@ -304,6 +304,7 @@ def perf_steps(api):
|
||||
'~desk_carsvg.skp',
|
||||
'~^path_text_clipped', # Bot times out; skia:7190
|
||||
'~shapes_rrect_inner_rrect_50_500x500', # skia:7551
|
||||
'~compositing_images',
|
||||
])
|
||||
|
||||
if upload_perf_results(b):
|
||||
|
Loading…
Reference in New Issue
Block a user