Index: tools/try_perf.py |
diff --git a/tools/try_perf.py b/tools/try_perf.py |
index 4170fa21e4c9335e72552e9a343f4bfb4117eecc..5969ff003222effb1c173e3c280b6f64982c430c 100755 |
--- a/tools/try_perf.py |
+++ b/tools/try_perf.py |
@@ -16,6 +16,10 @@ BOTS = { |
'--linux32': 'v8_linux32_perf_try', |
'--linux64': 'v8_linux64_perf_try', |
'--linux64_haswell': 'v8_linux64_haswell_perf_try', |
+ '--nexus5': 'v8_nexus5_perf_try', |
+ '--nexus7': 'v8_nexus7_perf_try', |
+ '--nexus9': 'v8_nexus9_perf_try', |
+ '--nexus10': 'v8_nexus10_perf_try', |
} |
DEFAULT_BOTS = [ |