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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_perf.py

Issue 2275143002: [perf] Add Win 10 High-DPI Perf bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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
Index: scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py b/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
index d032849eee61c4acc0d12bdf522275d3477b0ebd..87e060886ddd6d96ac91a4291bad1510bd78df75 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
@@ -156,6 +156,8 @@ _AddTestSpec('Android One Perf', 'android-one', 'android',
_AddTestSpec('Win Zenbook Perf', 'win-zenbook', 'win',
num_host_shards=5)
+_AddTestSpec('Win 10 High-DPI Perf', 'win-high-dpi', 'win',
+ num_host_shards=5)
_AddTestSpec('Win 10 Perf', 'chromium-rel-win10', 'win',
num_host_shards=5)
_AddTestSpec('Win 8 Perf', 'chromium-rel-win8-dual', 'win',

Powered by Google App Engine
This is Rietveld 408576698