• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[
2  {
3    "cmd": [
4      "python",
5      "-u",
6      "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
7      "--json-output",
8      "/path/to/tmp/json",
9      "glob",
10      "[START_DIR]/perf",
11      "*.json"
12    ],
13    "cwd": "[START_DIR]/perf",
14    "infra_step": true,
15    "name": "find results",
16    "stdout": "/path/to/tmp/",
17    "~followup_annotations": [
18      "@@@STEP_LOG_LINE@glob@[START_DIR]/perf/nanobench_abc123.json@@@",
19      "@@@STEP_LOG_END@glob@@@"
20    ]
21  },
22  {
23    "cmd": [
24      "gsutil",
25      "cp",
26      "-z",
27      "json",
28      "[START_DIR]/perf/nanobench_abc123.json",
29      "gs://skia-perf/nano-json-v1/2012/05/14/12/Perf-Debian9-GCC-GCE-CPU-AVX2-x86_64-All-Debug/nanobench_abc123.json"
30    ],
31    "infra_step": true,
32    "name": "upload"
33  },
34  {
35    "jsonResult": null,
36    "name": "$result"
37  }
38]