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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2290373002: Adding perf test isolate and gn build target for swarming the benchmarks. (Closed)
Patch Set: fixing syntac Created 4 years, 3 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 | « chrome/test/BUILD.gn ('k') | testing/buildbot/manage.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index b9abaf1c1d51be48c6bd1cf75ca46dd68331b07e..1bd6be536533d2931f2653fcab75cfc362b9dd2a 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -594,6 +594,14 @@
"-v",
],
},
+ "telemetry_perf_tests": {
+ "label": "//chrome/test:telemetry_perf_tests",
+ "type": "script",
+ "script": "//testing/scripts/run_telemetry_benchmark_as_googletest.py",
+ "args": [
+ "../../tools/perf/run_benchmark",
+ ],
+ },
"telemetry_unittests": {
"label": "//chrome/test:telemetry_unittests",
"type": "script",
« no previous file with comments | « chrome/test/BUILD.gn ('k') | testing/buildbot/manage.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698