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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2748073003: Run net_perftests on Linux perf bots (Closed)
Patch Set: rebased Created 3 years, 6 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/chromium.perf.json ('k') | tools/perf/benchmark.csv » ('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 3f8a6f081f023000616093ad07f37116822bc974..daf1c9c38edc345e9a734c696cbb73c701a033fc 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -760,6 +760,14 @@
"label": "//net/android:net_junit_tests",
"type": "junit_test",
},
+ "net_perftests": {
+ "label": "//net:net_perftests",
+ "type": "script",
+ "script": "//testing/scripts/run_gtest_perf_test.py",
+ "args": [
+ "net_perftests",
+ ],
+ },
"net_unittests": {
"label": "//net:net_unittests",
"type": "console_test_launcher",
« no previous file with comments | « testing/buildbot/chromium.perf.json ('k') | tools/perf/benchmark.csv » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698