| 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",
|
|
|