| Index: infra/bots/recipes/swarm_perf.expected/Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Debug.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-Win-MSVC-GCE-CPU-AVX2-x86_64-Debug.json
|
| index cfaa862d6f5029b104b0ff5126f48c787d36b03c..d224ad46153eb8388e68817462f71d465ee3e9fb 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-Win-MSVC-GCE-CPU-AVX2-x86_64-Debug.json
|
| @@ -41,6 +41,26 @@
|
| },
|
| {
|
| "cmd": [
|
| + "python",
|
| + "-u",
|
| + "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| + "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\svg\\VERSION",
|
| + "/path/to/tmp/"
|
| + ],
|
| + "name": "Get downloaded SVG VERSION"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| + "42",
|
| + "[SLAVE_BUILD]\\tmp\\SVG_VERSION"
|
| + ],
|
| + "name": "write SVG_VERSION"
|
| + },
|
| + {
|
| + "cmd": [
|
| "[SLAVE_BUILD]\\out\\Debug_x64\\nanobench",
|
| "--undefok",
|
| "-i",
|
|
|