Index: infra/bots/recipes/swarm_perf.py |
diff --git a/infra/bots/recipes/swarm_perf.py b/infra/bots/recipes/swarm_perf.py |
index fb4036938acc1a18bf4d0a43e6643672b524f01b..c7bcb795639f9a6b6ed26d2e465eebce2bcae12f 100644 |
--- a/infra/bots/recipes/swarm_perf.py |
+++ b/infra/bots/recipes/swarm_perf.py |
@@ -183,6 +183,7 @@ def perf_steps(api): |
'--undefok', # This helps branches that may not know new flags. |
'-i', api.flavor.device_dirs.resource_dir, |
'--skps', api.flavor.device_dirs.skp_dir, |
+ '--svgs', api.flavor.device_dirs.svg_dir, |
'--images', api.flavor.device_path_join( |
api.flavor.device_dirs.images_dir, 'nanobench'), |
] |