Disable opList-splitting reduction on Chorizo perf bots

Bug: skia:9036
Change-Id: I769c4fa7010f22d9c025b7d0860cdc624444b3b9
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/211661
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
This commit is contained in:
Robert Phillips 2019-05-01 15:16:23 -04:00 committed by Skia Commit-Bot
parent 35ea04d613
commit 62b501499a

View File

@ -145,7 +145,7 @@ def nanobench_flags(api, bot):
args.extend(['--keepAlive', 'true'])
# skia:9036
if 'NVIDIA_Shield' in bot:
if 'NVIDIA_Shield' in bot or 'Chorizo' in bot:
args.extend(['--dontReduceOpListSplitting'])
# Some people don't like verbose output.