Index: testing/buildbot/chromium.perf.json |
diff --git a/testing/buildbot/chromium.perf.json b/testing/buildbot/chromium.perf.json |
index c6b142dd0c0daf211aa93629bfa40dd32674025d..3ece26de1f027b566bcdb4c1f8ebfae2f4ea5a10 100644 |
--- a/testing/buildbot/chromium.perf.json |
+++ b/testing/buildbot/chromium.perf.json |
@@ -448,6 +448,17 @@ |
"scripts": [ |
{ |
"args": [ |
+ "performance_browser_tests", |
+ "--test-launcher-print-test-stdio=always", |
+ "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*", |
+ "--test-launcher-jobs=1", |
+ "--enable-gpu" |
+ ], |
+ "name": "performance_browser_tests", |
+ "script": "gtest_perf_test.py" |
+ }, |
+ { |
+ "args": [ |
"load_library_perf_tests", |
"--test-launcher-print-test-stdio=always" |
], |