Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(798)

Unified Diff: infra/bots/perf_skia.py

Issue 1754843002: Swarming bots: Add support for perf steps (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« infra/bots/perf_skia.isolate ('K') | « infra/bots/perf_skia.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/perf_skia.py
diff --git a/infra/bots/test_skia.py b/infra/bots/perf_skia.py
similarity index 92%
copy from infra/bots/test_skia.py
copy to infra/bots/perf_skia.py
index 59992edd0e7e0afd8c23081a202a3e8dbe434c2d..0e32feeccafd8222d9723cf54b6a0f8521dd394d 100644
--- a/infra/bots/test_skia.py
+++ b/infra/bots/perf_skia.py
@@ -22,7 +22,7 @@ def main():
parser.add_argument('--swarm_out_dir', required=True)
args = parser.parse_args()
bot = common.BotInfo(args.builder_name, os.path.abspath(args.swarm_out_dir))
- bot.test_steps(args.revision, args.master_name, args.slave_name,
+ bot.perf_steps(args.revision, args.master_name, args.slave_name,
args.build_number)
« infra/bots/perf_skia.isolate ('K') | « infra/bots/perf_skia.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698