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

Unified Diff: testing/buildbot/chromium.perf.json

Issue 1028333002: Chromium -> Mojo roll. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/chromoting/integration_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.perf.json
diff --git a/testing/buildbot/chromium.perf.json b/testing/buildbot/chromium.perf.json
index 2fd07bda3f4c943ac4a040a24d4ed9e11040a1c7..ec70b5b04635220fc46b6bc75104bde162771f38 100644
--- a/testing/buildbot/chromium.perf.json
+++ b/testing/buildbot/chromium.perf.json
@@ -18,6 +18,11 @@
"name": "gpu_perftests",
"script": "gtest_perf_test.py",
"args": ["gpu_perftests"]
+ },
+ {
+ "name": "cc_perftests",
+ "script": "gtest_perf_test.py",
+ "args": ["cc_perftests"]
}
]
},
@@ -31,15 +36,20 @@
"name": "gpu_perftests",
"script": "gtest_perf_test.py",
"args": ["gpu_perftests"]
+ },
+ {
+ "name": "cc_perftests",
+ "script": "gtest_perf_test.py",
+ "args": ["cc_perftests"]
}
]
},
"Android Nexus6 Perf": {
"scripts": [
{
- "name": "gpu_perftests",
+ "name": "cc_perftests",
"script": "gtest_perf_test.py",
- "args": ["gpu_perftests"]
+ "args": ["cc_perftests"]
}
]
},
@@ -53,6 +63,11 @@
"name": "gpu_perftests",
"script": "gtest_perf_test.py",
"args": ["gpu_perftests"]
+ },
+ {
+ "name": "cc_perftests",
+ "script": "gtest_perf_test.py",
+ "args": ["cc_perftests"]
}
]
},
@@ -62,6 +77,11 @@
"name": "gpu_perftests",
"script": "gtest_perf_test.py",
"args": ["gpu_perftests"]
+ },
+ {
+ "name": "cc_perftests",
+ "script": "gtest_perf_test.py",
+ "args": ["cc_perftests"]
}
]
},
@@ -75,6 +95,11 @@
"name": "gpu_perftests",
"script": "gtest_perf_test.py",
"args": ["gpu_perftests"]
+ },
+ {
+ "name": "cc_perftests",
+ "script": "gtest_perf_test.py",
+ "args": ["cc_perftests"]
}
]
},
@@ -92,15 +117,48 @@
"name": "gpu_perftests",
"script": "gtest_perf_test.py",
"args": ["gpu_perftests"]
+ },
+ {
+ "name": "cc_perftests",
+ "script": "gtest_perf_test.py",
+ "args": ["cc_perftests"]
}
]
},
"Mac 10.8 Perf (1)": {
"scripts": [
+ {
+ "name": "gpu_perftests",
+ "script": "gtest_perf_test.py",
+ "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"]
+ }
+ ]
+ },
+ "Mac 10.8 Perf (3)": {
+ "scripts": [
+ {
+ "name": "cc_perftests",
+ "script": "gtest_perf_test.py",
+ "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"]
+ }
]
},
"Mac 10.9 Perf (1)": {
"scripts": [
+ {
+ "name": "gpu_perftests",
+ "script": "gtest_perf_test.py",
+ "args": ["gpu_perftests", "--test-launcher-print-test-stdio=always"]
+ }
+ ]
+ },
+ "Mac 10.9 Perf (3)": {
+ "scripts": [
+ {
+ "name": "cc_perftests",
+ "script": "gtest_perf_test.py",
+ "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"]
+ }
]
}
}
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/chromoting/integration_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698