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

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

Issue 962863002: Add gpu_perftests to perfbots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 unified diff | Download patch
« no previous file with comments | « build/all.gyp ('k') | 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 "Android Nexus4 Perf": { 2 "Android Nexus4 Perf": {
3 "scripts": [ 3 "scripts": [
4 { 4 {
5 "name": "host_info", 5 "name": "host_info",
6 "script": "host_info.py" 6 "script": "host_info.py"
7 } 7 }
8 ] 8 ]
9 }, 9 },
10 "Android Nexus5 Perf": { 10 "Android Nexus5 Perf": {
(...skipping 20 matching lines...) Expand all
31 } 31 }
32 ] 32 ]
33 }, 33 },
34 "Android MotoE Perf": { 34 "Android MotoE Perf": {
35 "scripts": [ 35 "scripts": [
36 { 36 {
37 "name": "host_info", 37 "name": "host_info",
38 "script": "host_info.py" 38 "script": "host_info.py"
39 } 39 }
40 ] 40 ]
41 },
42 "Linux Perf (1)": {
43 "scripts": [
44 {
45 "name": "gpu_perftests",
46 "script": "gtest_perf_test.py",
47 "args": ["gpu_perftests", "--single-process-tests"]
48 }
49 ]
50 },
51 "Win 7 ATI GPU Perf": {
Ken Russell (switch to Gerrit) 2015/02/26 22:08:24 Why not run these on the NVIDIA and Intel GPU perf
Daniele Castagna 2015/02/26 22:23:05 I wanted to make sure it works on one bot before t
52 "scripts": [
53 {
54 "name": "gpu_perftests",
55 "script": "gtest_perf_test.py",
56 "args": ["gpu_perftests", "--single-process-tests"]
57 }
58 ]
59 },
60 "Android Nexus5 Perf": {
61 "scripts": [
62 {
63 "name": "gpu_perftests",
64 "script": "gtest_perf_test.py",
65 "args": ["gpu_perftests", "--single-process-tests"]
shatch 2015/02/26 21:49:56 Do you need the --single-process-tests for android
Daniele Castagna 2015/02/26 22:03:28 Probably not. I'm removing it.
66 }
67 ]
68 },
69 "Mac Builder": {
shatch 2015/02/26 21:49:56 I don't think you want to run this on a builder.
Daniele Castagna 2015/02/26 22:03:28 I'm going to change it to "Mac 10.8 Perf (1)". I t
shatch 2015/02/26 22:09:23 Nah it builds and packages it up for any mac perf
Daniele Castagna 2015/02/26 22:23:06 Done.
70 "scripts": [
71 {
72 "name": "gpu_perftests",
73 "script": "gtest_perf_test.py",
74 "args": ["gpu_perftests", "--single-process-tests"]
75 }
76 ]
41 } 77 }
42 } 78 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698