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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Debug.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
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skp\\VERSION", 7 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skp\\VERSION",
8 "/path/to/tmp/" 8 "/path/to/tmp/"
9 ], 9 ],
10 "name": "Get downloaded SKP VERSION" 10 "name": "Get downloaded SKP VERSION"
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "[SLAVE_BUILD]\\skimage\\nanobench", 73 "[SLAVE_BUILD]\\skimage\\nanobench",
74 "--nogpu", 74 "--nogpu",
75 "--pre_log", 75 "--pre_log",
76 "--scales", 76 "--scales",
77 "1.0", 77 "1.0",
78 "1.1", 78 "1.1",
79 "--config", 79 "--config",
80 "8888", 80 "8888",
81 "gpu", 81 "gpu",
82 "nonrendering", 82 "nonrendering",
83 "angle",
83 "hwui", 84 "hwui",
84 "f16", 85 "f16",
85 "srgb", 86 "srgb",
86 "565", 87 "565",
87 "msaa16", 88 "msaa16",
88 "nvpr16", 89 "nvpr16",
89 "nvprdit16", 90 "nvprdit16",
90 "--match", 91 "--match",
91 "~interlaced1.png", 92 "~interlaced1.png",
92 "~interlaced2.png", 93 "~interlaced2.png",
(...skipping 24 matching lines...) Expand all
117 "SKIA_OUT": "[SLAVE_BUILD]\\out" 118 "SKIA_OUT": "[SLAVE_BUILD]\\out"
118 }, 119 },
119 "name": "nanobench" 120 "name": "nanobench"
120 }, 121 },
121 { 122 {
122 "name": "$result", 123 "name": "$result",
123 "recipe_result": null, 124 "recipe_result": null,
124 "status_code": 0 125 "status_code": 0
125 } 126 }
126 ] 127 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698