Index: testing/buildbot/chromium.perf.json |
diff --git a/testing/buildbot/chromium.perf.json b/testing/buildbot/chromium.perf.json |
index e9f616ae9358459dd9d7e64ec48cb3c7d7e48b6f..2fd07bda3f4c943ac4a040a24d4ed9e11040a1c7 100644 |
--- a/testing/buildbot/chromium.perf.json |
+++ b/testing/buildbot/chromium.perf.json |
@@ -1,9 +1,23 @@ |
{ |
+ "Linux Perf (3)": { |
+ "scripts": [ |
+ { |
+ "name": "cc_perftests", |
+ "script": "gtest_perf_test.py", |
+ "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"] |
+ } |
+ ] |
+ }, |
"Android Nexus4 Perf": { |
"scripts": [ |
{ |
"name": "host_info", |
"script": "host_info.py" |
+ }, |
+ { |
+ "name": "gpu_perftests", |
+ "script": "gtest_perf_test.py", |
+ "args": ["gpu_perftests"] |
} |
] |
}, |
@@ -12,6 +26,20 @@ |
{ |
"name": "host_info", |
"script": "host_info.py" |
+ }, |
+ { |
+ "name": "gpu_perftests", |
+ "script": "gtest_perf_test.py", |
+ "args": ["gpu_perftests"] |
+ } |
+ ] |
+ }, |
+ "Android Nexus6 Perf": { |
+ "scripts": [ |
+ { |
+ "name": "gpu_perftests", |
+ "script": "gtest_perf_test.py", |
+ "args": ["gpu_perftests"] |
} |
] |
}, |
@@ -20,6 +48,20 @@ |
{ |
"name": "host_info", |
"script": "host_info.py" |
+ }, |
+ { |
+ "name": "gpu_perftests", |
+ "script": "gtest_perf_test.py", |
+ "args": ["gpu_perftests"] |
+ } |
+ ] |
+ }, |
+ "Android Nexus9 Perf": { |
+ "scripts": [ |
+ { |
+ "name": "gpu_perftests", |
+ "script": "gtest_perf_test.py", |
+ "args": ["gpu_perftests"] |
} |
] |
}, |
@@ -28,14 +70,28 @@ |
{ |
"name": "host_info", |
"script": "host_info.py" |
+ }, |
+ { |
+ "name": "gpu_perftests", |
+ "script": "gtest_perf_test.py", |
+ "args": ["gpu_perftests"] |
} |
] |
}, |
+ "Android One Perf": { |
+ "scripts": [ |
+ ] |
+ }, |
"Android MotoE Perf": { |
"scripts": [ |
{ |
"name": "host_info", |
"script": "host_info.py" |
+ }, |
+ { |
+ "name": "gpu_perftests", |
+ "script": "gtest_perf_test.py", |
+ "args": ["gpu_perftests"] |
} |
] |
}, |