more --loops 1
Change-Id: Ie5d8eabb9db2911d41854535fb146ed53b0be8ed Reviewed-on: https://skia-review.googlesource.com/c/skia/+/225007 Commit-Queue: Mike Klein <mtklein@google.com> Commit-Queue: Brian Osman <brianosman@google.com> Auto-Submit: Mike Klein <mtklein@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
This commit is contained in:
parent
9c9af8ebc7
commit
42d6d700c9
@ -331,7 +331,9 @@
|
||||
"~desk_carsvg.skp",
|
||||
"~^path_text_clipped",
|
||||
"~shapes_rrect_inner_rrect_50_500x500",
|
||||
"~compositing_images"
|
||||
"~compositing_images",
|
||||
"--loops",
|
||||
"1"
|
||||
],
|
||||
"env": {
|
||||
"CHROME_HEADLESS": "1",
|
||||
|
@ -293,6 +293,8 @@ def perf_steps(api):
|
||||
'~shapes_rrect_inner_rrect_50_500x500', # skia:7551
|
||||
'~compositing_images',
|
||||
])
|
||||
if 'Debug' in api.vars.builder_name:
|
||||
args.extend(['--loops', '1'])
|
||||
|
||||
if upload_perf_results(b):
|
||||
now = api.time.utcnow()
|
||||
|
Loading…
Reference in New Issue
Block a user