Home | History | Annotate | Download | only in perf.expected
      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       "copy",
     10       "[START_DIR]\\skia\\infra\\bots\\assets\\skp\\VERSION",
     11       "/path/to/tmp/"
     12     ],
     13     "infra_step": true,
     14     "name": "Get downloaded SKP VERSION"
     15   },
     16   {
     17     "cmd": [
     18       "python",
     19       "-u",
     20       "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py",
     21       "--json-output",
     22       "/path/to/tmp/json",
     23       "copy",
     24       "42",
     25       "[START_DIR]\\tmp\\SKP_VERSION"
     26     ],
     27     "infra_step": true,
     28     "name": "write SKP_VERSION"
     29   },
     30   {
     31     "cmd": [
     32       "python",
     33       "-u",
     34       "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py",
     35       "--json-output",
     36       "/path/to/tmp/json",
     37       "copy",
     38       "[START_DIR]\\skia\\infra\\bots\\assets\\skimage\\VERSION",
     39       "/path/to/tmp/"
     40     ],
     41     "infra_step": true,
     42     "name": "Get downloaded skimage VERSION"
     43   },
     44   {
     45     "cmd": [
     46       "python",
     47       "-u",
     48       "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py",
     49       "--json-output",
     50       "/path/to/tmp/json",
     51       "copy",
     52       "42",
     53       "[START_DIR]\\tmp\\SK_IMAGE_VERSION"
     54     ],
     55     "infra_step": true,
     56     "name": "write SK_IMAGE_VERSION"
     57   },
     58   {
     59     "cmd": [
     60       "python",
     61       "-u",
     62       "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py",
     63       "--json-output",
     64       "/path/to/tmp/json",
     65       "copy",
     66       "[START_DIR]\\skia\\infra\\bots\\assets\\svg\\VERSION",
     67       "/path/to/tmp/"
     68     ],
     69     "infra_step": true,
     70     "name": "Get downloaded SVG VERSION"
     71   },
     72   {
     73     "cmd": [
     74       "python",
     75       "-u",
     76       "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py",
     77       "--json-output",
     78       "/path/to/tmp/json",
     79       "copy",
     80       "42",
     81       "[START_DIR]\\tmp\\SVG_VERSION"
     82     ],
     83     "infra_step": true,
     84     "name": "write SVG_VERSION"
     85   },
     86   {
     87     "cmd": [
     88       "python",
     89       "-u",
     90       "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py",
     91       "--json-output",
     92       "/path/to/tmp/json",
     93       "rmtree",
     94       "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Release-All-ANGLE\\data"
     95     ],
     96     "infra_step": true,
     97     "name": "rmtree data"
     98   },
     99   {
    100     "cmd": [
    101       "python",
    102       "-u",
    103       "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py",
    104       "--json-output",
    105       "/path/to/tmp/json",
    106       "ensure-directory",
    107       "--mode",
    108       "0777",
    109       "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Release-All-ANGLE\\data"
    110     ],
    111     "infra_step": true,
    112     "name": "makedirs data"
    113   },
    114   {
    115     "cmd": [
    116       "python",
    117       "-u",
    118       "import os\nprint os.environ.get('SWARMING_BOT_ID', '')\n"
    119     ],
    120     "name": "get swarming bot id",
    121     "stdout": "/path/to/tmp/",
    122     "~followup_annotations": [
    123       "@@@STEP_LOG_LINE (a] python.inline@import os@@@",
    124       "@@@STEP_LOG_LINE (a] python.inline@print os.environ.get('SWARMING_BOT_ID', '')@@@",
    125       "@@@STEP_LOG_END (a] python.inline@@@"
    126     ]
    127   },
    128   {
    129     "cmd": [
    130       "python",
    131       "-u",
    132       "import os\nprint os.environ.get('SWARMING_TASK_ID', '')\n"
    133     ],
    134     "name": "get swarming task id",
    135     "stdout": "/path/to/tmp/",
    136     "~followup_annotations": [
    137       "@@@STEP_LOG_LINE (a] python.inline@import os@@@",
    138       "@@@STEP_LOG_LINE (a] python.inline@print os.environ.get('SWARMING_TASK_ID', '')@@@",
    139       "@@@STEP_LOG_END (a] python.inline@@@"
    140     ]
    141   },
    142   {
    143     "cmd": [
    144       "[START_DIR]\\out\\Release_x64\\nanobench",
    145       "-i",
    146       "[START_DIR]\\skia\\resources",
    147       "--skps",
    148       "[START_DIR]\\skp",
    149       "--images",
    150       "[START_DIR]\\skimage\\nanobench",
    151       "--svgs",
    152       "[START_DIR]\\svg",
    153       "--pre_log",
    154       "--images",
    155       "--gpuStatsDump",
    156       "true",
    157       "--scales",
    158       "1.0",
    159       "1.1",
    160       "--nocpu",
    161       "--config",
    162       "angle_d3d11_es2",
    163       "angle_d3d11_es2_msaa8",
    164       "--match",
    165       "~inc0.gif",
    166       "~inc1.gif",
    167       "~incInterlaced.gif",
    168       "~inc0.jpg",
    169       "~incGray.jpg",
    170       "~inc0.wbmp",
    171       "~inc1.wbmp",
    172       "~inc0.webp",
    173       "~inc1.webp",
    174       "~inc0.ico",
    175       "~inc1.ico",
    176       "~inc0.png",
    177       "~inc1.png",
    178       "~inc2.png",
    179       "~inc12.png",
    180       "~inc13.png",
    181       "~inc14.png",
    182       "~inc0.webp",
    183       "~inc1.webp",
    184       "--outResultsFile",
    185       "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Release-All-ANGLE\\data\\nanobench_abc123_1337000001.json",
    186       "--properties",
    187       "gitHash",
    188       "abc123",
    189       "swarming_bot_id",
    190       "skia-bot-123",
    191       "swarming_task_id",
    192       "123456",
    193       "--key",
    194       "arch",
    195       "x86_64",
    196       "compiler",
    197       "Clang",
    198       "cpu_or_gpu",
    199       "GPU",
    200       "cpu_or_gpu_value",
    201       "RadeonR9M470X",
    202       "extra_config",
    203       "ANGLE",
    204       "model",
    205       "AlphaR2",
    206       "os",
    207       "Win10"
    208     ],
    209     "env": {
    210       "BUILDTYPE": "Release_x64",
    211       "CHROME_HEADLESS": "1",
    212       "PATH": "<PATH>;RECIPE_PACKAGE_REPO[depot_tools]",
    213       "SKIA_OUT": "[START_DIR]\\out"
    214     },
    215     "name": "nanobench"
    216   },
    217   {
    218     "cmd": [
    219       "python",
    220       "-u",
    221       "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py",
    222       "--json-output",
    223       "/path/to/tmp/json",
    224       "ensure-directory",
    225       "--mode",
    226       "0777",
    227       "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Release-All-ANGLE"
    228     ],
    229     "infra_step": true,
    230     "name": "makedirs perf_dir"
    231   },
    232   {
    233     "name": "$result",
    234     "recipe_result": null,
    235     "status_code": 0
    236   }
    237 ]