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

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

Issue 2364483002: Run commandbuffer config on CommandBuffer Perf bots. (Closed)
Patch Set: expectations 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « infra/bots/recipes/swarm_perf.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/recipes/swarm_perf.expected/Perf-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer.json
diff --git a/infra/bots/recipes/swarm_perf.expected/Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Debug.json b/infra/bots/recipes/swarm_perf.expected/Perf-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer.json
similarity index 70%
copy from infra/bots/recipes/swarm_perf.expected/Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Debug.json
copy to infra/bots/recipes/swarm_perf.expected/Perf-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer.json
index a2d86e034ca16f9f779d755bb71f3485ff51619e..1215ba6da03233788e7b9d56f19de7949ce7f014 100644
--- a/infra/bots/recipes/swarm_perf.expected/Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Debug.json
+++ b/infra/bots/recipes/swarm_perf.expected/Perf-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer.json
@@ -4,7 +4,7 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skp\\VERSION",
+ "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
"/path/to/tmp/"
],
"name": "Get downloaded SKP VERSION"
@@ -15,7 +15,7 @@
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
"42",
- "[SLAVE_BUILD]\\tmp\\SKP_VERSION"
+ "[SLAVE_BUILD]/tmp/SKP_VERSION"
],
"name": "write SKP_VERSION"
},
@@ -24,7 +24,7 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skimage\\VERSION",
+ "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
"/path/to/tmp/"
],
"name": "Get downloaded skimage VERSION"
@@ -35,7 +35,7 @@
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
"42",
- "[SLAVE_BUILD]\\tmp\\SK_IMAGE_VERSION"
+ "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION"
],
"name": "write SK_IMAGE_VERSION"
},
@@ -44,7 +44,7 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\svg\\VERSION",
+ "[SLAVE_BUILD]/skia/infra/bots/assets/svg/VERSION",
"/path/to/tmp/"
],
"name": "Get downloaded SVG VERSION"
@@ -55,39 +55,32 @@
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
"42",
- "[SLAVE_BUILD]\\tmp\\SVG_VERSION"
+ "[SLAVE_BUILD]/tmp/SVG_VERSION"
],
"name": "write SVG_VERSION"
},
{
"cmd": [
- "[SLAVE_BUILD]\\out\\Debug_x64\\nanobench",
+ "[SLAVE_BUILD]/out/Debug/nanobench",
"--undefok",
"-i",
- "[SLAVE_BUILD]\\skia\\resources",
+ "[SLAVE_BUILD]/skia/resources",
"--skps",
- "[SLAVE_BUILD]\\skp",
+ "[SLAVE_BUILD]/skp",
"--svgs",
- "[SLAVE_BUILD]\\svg",
+ "[SLAVE_BUILD]/svg",
"--images",
- "[SLAVE_BUILD]\\skimage\\nanobench",
- "--nogpu",
+ "[SLAVE_BUILD]/skimage/nanobench",
+ "--nocpu",
"--pre_log",
+ "--images",
+ "--gpuStatsDump",
+ "true",
"--scales",
"1.0",
"1.1",
"--config",
- "8888",
- "gpu",
- "nonrendering",
- "angle",
- "hwui",
- "f16",
- "srgb",
- "565",
- "msaa16",
- "nvpr16",
- "nvprdit16",
+ "commandbuffer",
"--match",
"~interlaced1.png",
"~interlaced2.png",
@@ -112,11 +105,7 @@
"~inc0.webp",
"~inc1.webp"
],
- "env": {
- "BUILDTYPE": "Debug_x64",
- "CHROME_HEADLESS": "1",
- "SKIA_OUT": "[SLAVE_BUILD]\\out"
- },
+ "cwd": "[SLAVE_BUILD]/skia",
"name": "nanobench"
},
{
« no previous file with comments | « infra/bots/recipes/swarm_perf.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698