Blacklist bulkrect benchmarks on chorizo
Change-Id: I487fb2e68de683301ce3d7ad19465b71d48c28e4 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/251249 Reviewed-by: Michael Ludwig <michaelludwig@google.com> Commit-Queue: Michael Ludwig <michaelludwig@google.com>
This commit is contained in:
parent
e122772e88
commit
b987862c86
1
go.sum
1
go.sum
@ -82,6 +82,7 @@ github.com/boltdb/bolt v1.3.1/go.mod h1:clJnj/oiGkjum5o1McbSZDSLxVThjynRyGBgiAx2
|
|||||||
github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=
|
github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=
|
||||||
github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM=
|
github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM=
|
||||||
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
|
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
|
||||||
|
github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
|
||||||
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
|
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
|
||||||
github.com/cespare/xxhash/v2 v2.1.0 h1:yTUvW7Vhb89inJ+8irsUqiWjh8iT6sQPZiQzI6ReGkA=
|
github.com/cespare/xxhash/v2 v2.1.0 h1:yTUvW7Vhb89inJ+8irsUqiWjh8iT6sQPZiQzI6ReGkA=
|
||||||
github.com/cespare/xxhash/v2 v2.1.0/go.mod h1:dgIUBU3pDso/gPgZ1osOZ0iQf77oPR28Tjxl5dIMyVM=
|
github.com/cespare/xxhash/v2 v2.1.0/go.mod h1:dgIUBU3pDso/gPgZ1osOZ0iQf77oPR28Tjxl5dIMyVM=
|
||||||
|
@ -332,6 +332,7 @@
|
|||||||
"~^path_text_clipped",
|
"~^path_text_clipped",
|
||||||
"~shapes_rrect_inner_rrect_50_500x500",
|
"~shapes_rrect_inner_rrect_50_500x500",
|
||||||
"~compositing_images",
|
"~compositing_images",
|
||||||
|
"~bulkrect",
|
||||||
"--loops",
|
"--loops",
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
|
@ -364,6 +364,7 @@
|
|||||||
"~^path_text_clipped",
|
"~^path_text_clipped",
|
||||||
"~shapes_rrect_inner_rrect_50_500x500",
|
"~shapes_rrect_inner_rrect_50_500x500",
|
||||||
"~compositing_images",
|
"~compositing_images",
|
||||||
|
"~bulkrect",
|
||||||
"--outResultsFile",
|
"--outResultsFile",
|
||||||
"/cache/skia/perf/nanobench_abc123_1337000001.json",
|
"/cache/skia/perf/nanobench_abc123_1337000001.json",
|
||||||
"--properties",
|
"--properties",
|
||||||
|
@ -314,6 +314,7 @@ def perf_steps(api):
|
|||||||
'~^path_text_clipped', # Bot times out; skia:7190
|
'~^path_text_clipped', # Bot times out; skia:7190
|
||||||
'~shapes_rrect_inner_rrect_50_500x500', # skia:7551
|
'~shapes_rrect_inner_rrect_50_500x500', # skia:7551
|
||||||
'~compositing_images',
|
'~compositing_images',
|
||||||
|
'~bulkrect'
|
||||||
])
|
])
|
||||||
if 'Debug' in api.vars.builder_name:
|
if 'Debug' in api.vars.builder_name:
|
||||||
args.extend(['--loops', '1'])
|
args.extend(['--loops', '1'])
|
||||||
|
Loading…
Reference in New Issue
Block a user