Index: infra/bots/recipes/swarm_perf.py |
diff --git a/infra/bots/recipes/swarm_perf.py b/infra/bots/recipes/swarm_perf.py |
index a6c5e27a8aa5c17808ea0d036445e0eec4ae6190..eaa37ac1e75292f6276077ec5b9151ba1fa585f3 100644 |
--- a/infra/bots/recipes/swarm_perf.py |
+++ b/infra/bots/recipes/swarm_perf.py |
@@ -13,6 +13,7 @@ DEPS = [ |
'recipe_engine/properties', |
'recipe_engine/raw_io', |
'skia', |
+ 'run', |
] |
@@ -34,7 +35,7 @@ def RunSteps(api): |
api.skia.setup() |
api.skia.perf_steps() |
api.skia.cleanup_steps() |
- api.skia.check_failure() |
+ api.run.check_failure() |
def GenTests(api): |