Fix perf configs for ANGLE bots.
Don't run non-ANGLE configs on ANGLE bots. Also, stop perfing angle_gl_es2, since it's not used by Chrome. Add perfing for ANGLE MSAA, and omit test that fails with MSAA config. NOTRY=true BUG=skia:6457 Change-Id: Iafe605a369e6bfddddeee3d30a538ec889eb0952 Reviewed-on: https://skia-review.googlesource.com/10968 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
This commit is contained in:
parent
ea9bc0c07b
commit
6b1f0249e6
@ -73,10 +73,10 @@ def nanobench_flags(bot):
|
||||
config = ['vk']
|
||||
|
||||
if 'ANGLE' in bot:
|
||||
config.extend(['angle_d3d11_es2'])
|
||||
# The GL backend of ANGLE crashes on the perf bot currently.
|
||||
if 'Win' not in bot:
|
||||
config.extend(['angle_gl_es2'])
|
||||
# Test only ANGLE configs.
|
||||
config = ['angle_d3d11_es2']
|
||||
if sample_count is not '':
|
||||
config.append('angle_d3d11_es2_msaa' + sample_count)
|
||||
|
||||
args.append('--config')
|
||||
args.extend(config)
|
||||
@ -129,6 +129,8 @@ def nanobench_flags(bot):
|
||||
match.append('~text_16_LCD_WT')
|
||||
if 'Vulkan' in bot and 'NexusPlayer' in bot:
|
||||
match.append('~hardstop') # skia:6037
|
||||
if 'ANGLE' in bot and any('msaa' in x for x in config):
|
||||
match.append('~native_image_to_raster_surface') # skia:6457
|
||||
|
||||
# We do not need or want to benchmark the decodes of incomplete images.
|
||||
# In fact, in nanobench we assert that the full image decode succeeds.
|
||||
|
@ -128,18 +128,10 @@
|
||||
"1.0",
|
||||
"1.1",
|
||||
"--config",
|
||||
"8888",
|
||||
"nonrendering",
|
||||
"hwui",
|
||||
"f16",
|
||||
"srgb",
|
||||
"gl",
|
||||
"glmsaa8",
|
||||
"glnvpr8",
|
||||
"glnvprdit8",
|
||||
"angle_d3d11_es2",
|
||||
"angle_gl_es2",
|
||||
"angle_d3d11_es2_msaa8",
|
||||
"--match",
|
||||
"~native_image_to_raster_surface",
|
||||
"~inc0.gif",
|
||||
"~inc1.gif",
|
||||
"~incInterlaced.gif",
|
||||
|
@ -123,12 +123,6 @@
|
||||
"1.0",
|
||||
"1.1",
|
||||
"--config",
|
||||
"8888",
|
||||
"nonrendering",
|
||||
"hwui",
|
||||
"f16",
|
||||
"srgb",
|
||||
"gl",
|
||||
"angle_d3d11_es2",
|
||||
"--match",
|
||||
"~tile_image_filter_tiled_64",
|
||||
|
@ -86,17 +86,10 @@
|
||||
"1.0",
|
||||
"1.1",
|
||||
"--config",
|
||||
"8888",
|
||||
"nonrendering",
|
||||
"hwui",
|
||||
"f16",
|
||||
"srgb",
|
||||
"gl",
|
||||
"glmsaa8",
|
||||
"glnvpr8",
|
||||
"glnvprdit8",
|
||||
"angle_d3d11_es2",
|
||||
"angle_d3d11_es2_msaa8",
|
||||
"--match",
|
||||
"~native_image_to_raster_surface",
|
||||
"~inc0.gif",
|
||||
"~inc1.gif",
|
||||
"~incInterlaced.gif",
|
||||
|
Loading…
Reference in New Issue
Block a user