Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/tools/try_perf.py')
-rwxr-xr-xdeps/v8/tools/try_perf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/tools/try_perf.py b/deps/v8/tools/try_perf.py
index 483dfe71994..58035efcc0a 100755
--- a/deps/v8/tools/try_perf.py
+++ b/deps/v8/tools/try_perf.py
@@ -16,14 +16,15 @@ BOTS = {
'--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',
+ '--pixel2': 'v8_pixel2_perf_try',
}
# This list will contain builder names that should be triggered on an internal
# swarming bucket instead of internal Buildbot master.
SWARMING_BOTS = [
'v8_linux64_perf_try',
+ 'v8_pixel2_perf_try',
]
DEFAULT_BOTS = [