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

Unified Diff: tools/perf/core/perf_data_generator.py

Issue 2867253002: Enable cc_perftests, gpu_perftests, and tracing_perftests on Nexus 5X Perf (Closed)
Patch Set: Switch to use //third_party/android_tools/sdk/platform-tools/adb Created 3 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 | « testing/buildbot/gn_isolate_map.pyl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/core/perf_data_generator.py
diff --git a/tools/perf/core/perf_data_generator.py b/tools/perf/core/perf_data_generator.py
index 8318c41bc31bd0789ae0baf1db508d162ab9414a..b36f51cc7065f6285fa702b2029378771e740b8b 100755
--- a/tools/perf/core/perf_data_generator.py
+++ b/tools/perf/core/perf_data_generator.py
@@ -259,7 +259,12 @@ def get_waterfall_config():
'build75-b1--device1', 'build75-b1--device2', 'build75-b1--device3',
'build75-b1--device4', 'build75-b1--device5', 'build75-b1--device6',
'build75-b1--device7',
- ]
+ ],
+ 'perf_tests': [
+ ('tracing_perftests', 'build73-b1--device2'),
+ ('gpu_perftests', 'build73-b1--device2'),
+ ('cc_perftests', 'build73-b1--device2'),
+ ]
}
])
« no previous file with comments | « testing/buildbot/gn_isolate_map.pyl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698