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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2487283002: Adding isolate script targets for all remaining C++ perf tests. (Closed)
Patch Set: Correct formattting in GN file Created 4 years, 1 month 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.fyi.json ('k') | no next file » | 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 647452a650ae4fb6929498db7739564c710abcaa..8e712e655bcf085124744f0df7f45e83bb1dba10 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -804,6 +804,56 @@
"cc_perftests",
],
},
+ "load_library_perf_tests": {
+ "label": "//chrome/test:load_library_perf_tests",
+ "type": "script",
+ "script": "//testing/scripts/run_gtest_perf_test.py",
+ "args": [
+ "load_library_perf_tests",
+ "--test-launcher-print-test-stdio=always"
+ ],
+ },
+ "tracing_perftests": {
+ "label": "//components/tracing:tracing_perftests",
+ "type": "script",
+ "script": "//testing/scripts/run_gtest_perf_test.py",
+ "args": [
+ "tracing_perftests",
+ "--test-launcher-print-test-stdio=always"
+ ],
+ },
+ "gpu_perftests": {
+ "label": "//gpu:gpu_perftests",
+ "type": "script",
+ "script": "//testing/scripts/run_gtest_perf_test.py",
+ "args": [
+ "gpu_perftests",
+ "--adb-path",
+ "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb"
+ ],
+ },
+ "angle_perftests": {
+ "label": "//chrom/test:angle_perftests",
+ "type": "script",
+ "script": "//testing/scripts/run_gtest_perf_test.py",
+ "args": [
+ "angle_perftests",
+ "--test-launcher-print-test-stdio=always",
+ "--test-launcher-jobs=1"
+ ],
+ },
+ "performance_browser_tests": {
+ "label": "//chrom/test:performance_browser_tests",
+ "type": "script",
+ "script": "//testing/scripts/run_gtest_perf_test.py",
+ "args": [
+ "performance_browser_tests",
+ "--test-launcher-print-test-stdio=always",
+ "--gtest_filter=TabCapturePerformanceTest.*:CastV2PerformanceTest.*",
+ "--test-launcher-jobs=1",
+ "--enable-gpu"
+ ],
+ },
"mus_ime_unittests": {
"label": "//services/ui/ime:mus_ime_unittests",
"type": "windowed_test_launcher",
« no previous file with comments | « testing/buildbot/chromium.perf.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698