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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Debug.json

Issue 2381033002: Explicit control in tools of ANGLE frontend and backend (Closed)
Patch Set: rebase infra training 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]\\svg", 73 "[SLAVE_BUILD]\\svg",
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",
84 "hwui", 83 "hwui",
85 "f16", 84 "f16",
86 "srgb", 85 "srgb",
87 "565", 86 "565",
88 "msaa16", 87 "msaa16",
89 "nvpr16", 88 "nvpr16",
90 "nvprdit16", 89 "nvprdit16",
91 "--match", 90 "--match",
92 "~interlaced1.png", 91 "~interlaced1.png",
93 "~interlaced2.png", 92 "~interlaced2.png",
(...skipping 24 matching lines...) Expand all
118 "SKIA_OUT": "[SLAVE_BUILD]\\out" 117 "SKIA_OUT": "[SLAVE_BUILD]\\out"
119 }, 118 },
120 "name": "nanobench" 119 "name": "nanobench"
121 }, 120 },
122 { 121 {
123 "name": "$result", 122 "name": "$result",
124 "recipe_result": null, 123 "recipe_result": null,
125 "status_code": 0 124 "status_code": 0
126 } 125 }
127 ] 126 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698