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

Side by Side Diff: testing/buildbot/chromium.perf.json

Issue 1003063003: Enable cc_perftests on "Linux Perf (3)". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reset changes to test on bisect_bot. 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Linux Perf (3)": {
3 "scripts": [
4 {
5 "name": "cc_perftests",
6 "script": "gtest_perf_test.py",
7 "args": ["cc_perftests", "--test-launcher-print-test-stdio=always"]
8 }
9 ]
10 },
2 "Android Nexus4 Perf": { 11 "Android Nexus4 Perf": {
3 "scripts": [ 12 "scripts": [
4 { 13 {
5 "name": "host_info", 14 "name": "host_info",
6 "script": "host_info.py" 15 "script": "host_info.py"
7 } 16 }
8 ] 17 ]
9 }, 18 },
10 "Android Nexus5 Perf": { 19 "Android Nexus5 Perf": {
11 "scripts": [ 20 "scripts": [
(...skipping 29 matching lines...) Expand all
41 }, 50 },
42 "Mac 10.8 Perf (1)": { 51 "Mac 10.8 Perf (1)": {
43 "scripts": [ 52 "scripts": [
44 ] 53 ]
45 }, 54 },
46 "Mac 10.9 Perf (1)": { 55 "Mac 10.9 Perf (1)": {
47 "scripts": [ 56 "scripts": [
48 ] 57 ]
49 } 58 }
50 } 59 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698