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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer.json

Issue 2398173002: Disable svgs on nanobench when running on Valgrind (Closed)
Patch Set: Rebase 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 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/nanobench", 64 "[SLAVE_BUILD]/out/Debug/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 "--images",
71 "[SLAVE_BUILD]/skimage/nanobench",
70 "--svgs", 72 "--svgs",
71 "[SLAVE_BUILD]/svg", 73 "[SLAVE_BUILD]/svg",
72 "--images",
73 "[SLAVE_BUILD]/skimage/nanobench",
74 "--nocpu", 74 "--nocpu",
75 "--pre_log", 75 "--pre_log",
76 "--images", 76 "--images",
77 "--gpuStatsDump", 77 "--gpuStatsDump",
78 "true", 78 "true",
79 "--scales", 79 "--scales",
80 "1.0", 80 "1.0",
81 "1.1", 81 "1.1",
82 "--config", 82 "--config",
83 "commandbuffer", 83 "commandbuffer",
(...skipping 23 matching lines...) Expand all
107 ], 107 ],
108 "cwd": "[SLAVE_BUILD]/skia", 108 "cwd": "[SLAVE_BUILD]/skia",
109 "name": "nanobench" 109 "name": "nanobench"
110 }, 110 },
111 { 111 {
112 "name": "$result", 112 "name": "$result",
113 "recipe_result": null, 113 "recipe_result": null,
114 "status_code": 0 114 "status_code": 0
115 } 115 }
116 ] 116 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698