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

Unified Diff: chrome/test/BUILD.gn

Issue 2290373002: Adding perf test isolate and gn build target for swarming the benchmarks. (Closed)
Patch Set: Created 4 years, 4 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 | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | tools/mb/mb_config.pyl » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 36693bef5c8c29231f17f40b71b16e3c6b1855b1..55b006dfecfa5ff5f03fef872b2a9ba1eb7ef7c7 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1715,6 +1715,20 @@ group("telemetry_perf_unittests") {
]
}
+group("telemetry_perf_tests") {
dtu 2016/08/30 18:19:00 I think I prefer telemetry_benchmarks? Our nomencl
eyaich1 2016/08/31 14:01:54 telemetry_benchmarks may be misleading given that
+ testonly = true
+ deps = [
+ "//tools/perf/:perf",
+ ]
+
+ data = [
+ # For isolate contract.
dtu 2016/08/30 18:19:00 Sorry, I don't understand.
eyaich1 2016/08/31 14:01:54 These are dependencies needed for the script that
+ "//testing/scripts/common.py",
+ "//testing/xvfb.py",
+ "//testing/scripts/run_telemetry_benchmark_as_googletest.py",
+ ]
+}
+
js2gtest("unit_tests_js") {
test_type = "unit"
sources = rebase_path(
« no previous file with comments | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | tools/mb/mb_config.pyl » ('J')

Powered by Google App Engine
This is Rietveld 408576698