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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json

Issue 2384483003: Revert of Explicit control in tools of ANGLE frontend and backend (Closed)
Patch Set: Created 4 years, 2 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
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skp\\VERSION",
8 "/path/to/tmp/"
9 ],
10 "name": "Get downloaded SKP VERSION"
11 },
12 {
13 "cmd": [
14 "python",
15 "-u",
16 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
17 "42",
18 "[SLAVE_BUILD]\\tmp\\SKP_VERSION"
19 ],
20 "name": "write SKP_VERSION"
21 },
22 {
23 "cmd": [
24 "python",
25 "-u",
26 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
27 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skimage\\VERSION",
28 "/path/to/tmp/"
29 ],
30 "name": "Get downloaded skimage VERSION"
31 },
32 {
33 "cmd": [
34 "python",
35 "-u",
36 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
37 "42",
38 "[SLAVE_BUILD]\\tmp\\SK_IMAGE_VERSION"
39 ],
40 "name": "write SK_IMAGE_VERSION"
41 },
42 {
43 "cmd": [
44 "python",
45 "-u",
46 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
47 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\svg\\VERSION",
48 "/path/to/tmp/"
49 ],
50 "name": "Get downloaded SVG VERSION"
51 },
52 {
53 "cmd": [
54 "python",
55 "-u",
56 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
57 "42",
58 "[SLAVE_BUILD]\\tmp\\SVG_VERSION"
59 ],
60 "name": "write SVG_VERSION"
61 },
62 {
63 "cmd": [
64 "[SLAVE_BUILD]\\out\\Debug_x64\\nanobench",
65 "--undefok",
66 "-i",
67 "[SLAVE_BUILD]\\skia\\resources",
68 "--skps",
69 "[SLAVE_BUILD]\\skp",
70 "--svgs",
71 "[SLAVE_BUILD]\\svg",
72 "--images",
73 "[SLAVE_BUILD]\\skimage\\nanobench",
74 "--nocpu",
75 "--pre_log",
76 "--images",
77 "--gpuStatsDump",
78 "true",
79 "--scales",
80 "1.0",
81 "1.1",
82 "--config",
83 "8888",
84 "gpu",
85 "nonrendering",
86 "hwui",
87 "f16",
88 "srgb",
89 "msaa16",
90 "nvpr16",
91 "nvprdit16",
92 "angle_gl_es2",
93 "angle_d3d11_es2",
94 "--match",
95 "~interlaced1.png",
96 "~interlaced2.png",
97 "~interlaced3.png",
98 "~inc0.gif",
99 "~inc1.gif",
100 "~incInterlaced.gif",
101 "~inc0.jpg",
102 "~incGray.jpg",
103 "~inc0.wbmp",
104 "~inc1.wbmp",
105 "~inc0.webp",
106 "~inc1.webp",
107 "~inc0.ico",
108 "~inc1.ico",
109 "~inc0.png",
110 "~inc1.png",
111 "~inc2.png",
112 "~inc12.png",
113 "~inc13.png",
114 "~inc14.png",
115 "~inc0.webp",
116 "~inc1.webp"
117 ],
118 "env": {
119 "BUILDTYPE": "Debug_x64",
120 "CHROME_HEADLESS": "1",
121 "SKIA_OUT": "[SLAVE_BUILD]\\out"
122 },
123 "name": "nanobench"
124 },
125 {
126 "name": "$result",
127 "recipe_result": null,
128 "status_code": 0
129 }
130 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698