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

Unified Diff: tools/perf/generate_perf_json.py

Issue 2625933003: Add some perftests to Win7 Intel GPU perf bot. (Closed)
Patch Set: rebase Created 3 years, 11 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 | « testing/buildbot/chromium.perf.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/generate_perf_json.py
diff --git a/tools/perf/generate_perf_json.py b/tools/perf/generate_perf_json.py
index 08bb666d97d691e2187094a3cc18441f1eab651d..78194218ccd834a13c8d80dd02a760f09a3f9406 100755
--- a/tools/perf/generate_perf_json.py
+++ b/tools/perf/generate_perf_json.py
@@ -328,7 +328,11 @@ def get_waterfall_config():
'device_ids': [
'build164-m1', 'build165-m1',
'build166-m1', 'build167-m1', 'build168-m1'
- ]
+ ],
+ 'perf_tests': [
+ ('angle_perftests', 2),
+ ('load_library_perf_tests', 2),
+ ('performance_browser_tests', 2)]
}
])
waterfall = add_tester(
« no previous file with comments | « testing/buildbot/chromium.perf.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698