aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/perf.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/perf.py')
-rw-r--r--infra/bots/recipes/perf.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/infra/bots/recipes/perf.py b/infra/bots/recipes/perf.py
index da9afbf3fd..139a8b5d39 100644
--- a/infra/bots/recipes/perf.py
+++ b/infra/bots/recipes/perf.py
@@ -61,7 +61,13 @@ def nanobench_flags(api, bot):
configs.extend(['8888', 'nonrendering'])
if '-GCE-' in bot:
- configs += [ 'f16' ]
+ configs += [
+ 'f16',
+ 'srgb',
+ 'esrgb',
+ 'narrow',
+ 'enarrow',
+ ]
elif api.vars.builder_cfg.get('cpu_or_gpu') == 'GPU':
args.append('--nocpu')