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

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

Issue 2348563003: Revert of Run SVGs through nanobench on all Perf bots (Closed)
Patch Set: Created 4 years, 3 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "name": "write SVG_VERSION" 60 "name": "write SVG_VERSION"
61 }, 61 },
62 { 62 {
63 "cmd": [ 63 "cmd": [
64 "[SLAVE_BUILD]\\out\\Debug_x64\\nanobench", 64 "[SLAVE_BUILD]\\out\\Debug_x64\\nanobench",
65 "--undefok", 65 "--undefok",
66 "-i", 66 "-i",
67 "[SLAVE_BUILD]\\skia\\resources", 67 "[SLAVE_BUILD]\\skia\\resources",
68 "--skps", 68 "--skps",
69 "[SLAVE_BUILD]\\skp", 69 "[SLAVE_BUILD]\\skp",
70 "--svgs",
71 "[SLAVE_BUILD]\\svg",
72 "--images", 70 "--images",
73 "[SLAVE_BUILD]\\skimage\\nanobench", 71 "[SLAVE_BUILD]\\skimage\\nanobench",
74 "--nogpu", 72 "--nogpu",
75 "--pre_log", 73 "--pre_log",
76 "--scales", 74 "--scales",
77 "1.0", 75 "1.0",
78 "1.1", 76 "1.1",
79 "--config", 77 "--config",
80 "8888", 78 "8888",
81 "gpu", 79 "gpu",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "SKIA_OUT": "[SLAVE_BUILD]\\out" 116 "SKIA_OUT": "[SLAVE_BUILD]\\out"
119 }, 117 },
120 "name": "nanobench" 118 "name": "nanobench"
121 }, 119 },
122 { 120 {
123 "name": "$result", 121 "name": "$result",
124 "recipe_result": null, 122 "recipe_result": null,
125 "status_code": 0 123 "status_code": 0
126 } 124 }
127 ] 125 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698