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

Unified Diff: tools/perf/generate_perf_json.py

Issue 2418983003: Tracing: Enable tracing_perftests on bots. (Closed)
Patch Set: Created 4 years, 2 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
« BUILD.gn ('K') | « 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 97564bed94557d18263a5412af20fff603a52e26..68231cd25ea1dcd3a3e5aeacb263901962f50408 100755
--- a/tools/perf/generate_perf_json.py
+++ b/tools/perf/generate_perf_json.py
@@ -109,6 +109,20 @@ SCRIPT_TESTS = [
},
{
'args': [
+ 'tracing_perftests',
+ '--test-launcher-print-test-stdio=always'
+ ],
+ 'name': 'tracing_perftests',
+ 'script': 'gtest_perf_test.py',
nednguyen 2016/10/18 16:00:35 Since this script is about perf, can you move it t
kraynov 2016/10/18 16:25:28 It's not my script. It's the same used for cc_perf
+ 'testers': [
+ {
+ 'name': 'Linux Perf',
+ 'shards': [3]
+ },
+ ]
+ },
+ {
+ 'args': [
'load_library_perf_tests',
'--test-launcher-print-test-stdio=always'
],
« BUILD.gn ('K') | « testing/buildbot/chromium.perf.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698