Skip to content

Commit

Permalink
Exclude compositing_images benchs from Chromecast
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bsalomon authored and Skia Commit-Bot committed Aug 7, 2018
1 parent 1777424 commit faeef78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions infra/bots/recipes/perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit faeef78

Please sign in to comment.