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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2748073003: Run net_perftests on Linux perf bots (Closed)
Patch Set: Created 3 years, 9 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/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index 55813f1ff4fcb180f40cfc2fa54b068318c21c4e..410f2fde598291266bf47950f640cfcc71afb58f 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",

Powered by Google App Engine
This is Rietveld 408576698