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

Unified Diff: tools/try_perf.py

Issue 1123473007: [test] Add arm perf trybot to runner script. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/try_perf.py
diff --git a/tools/try_perf.py b/tools/try_perf.py
index 58927bdff4eb4496a79b174393e65f01d7f97f24..4170fa21e4c9335e72552e9a343f4bfb4117eecc 100755
--- a/tools/try_perf.py
+++ b/tools/try_perf.py
@@ -12,6 +12,7 @@ find_depot_tools.add_depot_tools_to_path()
from git_cl import Changelist
BOTS = {
+ '--arm32': 'v8_arm32_perf_try',
'--linux32': 'v8_linux32_perf_try',
'--linux64': 'v8_linux64_perf_try',
'--linux64_haswell': 'v8_linux64_haswell_perf_try',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698