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

Unified Diff: testing/buildbot/chromium.perf.json

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
Index: testing/buildbot/chromium.perf.json
diff --git a/testing/buildbot/chromium.perf.json b/testing/buildbot/chromium.perf.json
index 2ae3cf3355ec0e4dd29994d992197ff16526cd85..a507647b8a703f890019f8271f51b9e448c1e8a0 100644
--- a/testing/buildbot/chromium.perf.json
+++ b/testing/buildbot/chromium.perf.json
@@ -101,6 +101,14 @@
],
"name": "load_library_perf_tests",
"script": "gtest_perf_test.py"
+ },
+ {
+ "args": [
+ "tracing_perftests",
+ "--test-launcher-print-test-stdio=always"
+ ],
+ "name": "tracing_perftests",
+ "script": "gtest_perf_test.py"
}
]
},

Powered by Google App Engine
This is Rietveld 408576698