|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| android_compile.expected/ | | 03-May-2024 | - | 116 | 116 |
| bookmaker.expected/ | | 03-May-2024 | - | 1,123 | 1,123 |
| calmbench.expected/ | | 03-May-2024 | - | 264 | 264 |
| check_generated_files.expected/ | | 03-May-2024 | - | 247 | 247 |
| compile.expected/ | | 03-May-2024 | - | 1,376 | 1,376 |
| compute_buildstats.expected/ | | 03-May-2024 | - | 808 | 808 |
| compute_test.expected/ | | 03-May-2024 | - | 58 | 58 |
| housekeeper.expected/ | | 03-May-2024 | - | 244 | 244 |
| infra.expected/ | | 03-May-2024 | - | 116 | 116 |
| perf.expected/ | | 03-May-2024 | - | 7,405 | 7,405 |
| perf_canvaskit.expected/ | | 03-May-2024 | - | 474 | 474 |
| perf_pathkit.expected/ | | 03-May-2024 | - | 711 | 711 |
| recreate_skps.expected/ | | 03-May-2024 | - | 677 | 677 |
| skpbench.expected/ | | 03-May-2024 | - | 1,173 | 1,173 |
| skqp_test.expected/ | | 03-May-2024 | - | 38 | 38 |
| test.expected/ | | 03-May-2024 | - | 32,347 | 32,347 |
| test_canvaskit.expected/ | | 03-May-2024 | - | 472 | 472 |
| test_lottie_web.expected/ | | 03-May-2024 | - | 488 | 488 |
| test_pathkit.expected/ | | 03-May-2024 | - | 946 | 946 |
| test_skqp_emulator.expected/ | | 03-May-2024 | - | 180 | 180 |
| update_go_deps.expected/ | | 03-May-2024 | - | 116 | 116 |
| upload_buildstats_results.expected/ | | 03-May-2024 | - | 102 | 102 |
| upload_calmbench_results.expected/ | | 03-May-2024 | - | 166 | 166 |
| upload_dm_results.expected/ | | 03-May-2024 | - | 486 | 486 |
| upload_nano_results.expected/ | | 03-May-2024 | - | 76 | 76 |
| upload_skiaserve.expected/ | | 03-May-2024 | - | 21 | 21 |
| README.md | D | 03-May-2024 | 822 | 26 | 16 |
| android_compile.py | D | 03-May-2024 | 4.7 KiB | 144 | 116 |
| bookmaker.py | D | 03-May-2024 | 12.5 KiB | 316 | 265 |
| calmbench.py | D | 03-May-2024 | 2.8 KiB | 92 | 73 |
| check_generated_files.py | D | 03-May-2024 | 2.5 KiB | 94 | 66 |
| compile.py | D | 03-May-2024 | 3.4 KiB | 121 | 96 |
| compute_buildstats.py | D | 03-May-2024 | 8.1 KiB | 263 | 215 |
| compute_test.py | D | 03-May-2024 | 878 | 35 | 24 |
| housekeeper.py | D | 03-May-2024 | 1.8 KiB | 63 | 44 |
| infra.py | D | 03-May-2024 | 1.1 KiB | 42 | 27 |
| perf.py | D | 03-May-2024 | 16 KiB | 478 | 389 |
| perf_canvaskit.py | D | 03-May-2024 | 4.7 KiB | 147 | 114 |
| perf_pathkit.py | D | 03-May-2024 | 5.5 KiB | 167 | 132 |
| recreate_skps.py | D | 03-May-2024 | 4 KiB | 128 | 95 |
| skpbench.py | D | 03-May-2024 | 5.7 KiB | 196 | 155 |
| skqp_test.py | D | 03-May-2024 | 1.3 KiB | 48 | 37 |
| test.py | D | 03-May-2024 | 47.8 KiB | 1,269 | 972 |
| test_canvaskit.py | D | 03-May-2024 | 4.7 KiB | 146 | 113 |
| test_lottie_web.py | D | 03-May-2024 | 4.7 KiB | 133 | 98 |
| test_pathkit.py | D | 03-May-2024 | 6.1 KiB | 182 | 143 |
| test_skqp_emulator.py | D | 03-May-2024 | 3 KiB | 105 | 79 |
| update_go_deps.py | D | 03-May-2024 | 1.1 KiB | 42 | 28 |
| upload_buildstats_results.py | D | 03-May-2024 | 2.2 KiB | 79 | 59 |
| upload_calmbench_results.py | D | 03-May-2024 | 2.8 KiB | 105 | 78 |
| upload_dm_results.py | D | 03-May-2024 | 4.2 KiB | 138 | 103 |
| upload_nano_results.py | D | 03-May-2024 | 2.1 KiB | 78 | 58 |
| upload_skiaserve.py | D | 03-May-2024 | 1.7 KiB | 61 | 44 |
README.md
1Skia Recipes
2============
3
4These are the top-level scripts which run inside of Swarming tasks to perform
5all of Skia's automated testing.
6
7To run a recipe locally:
8
9 $ python infra/bots/recipes.py run --workdir=/tmp/<workdir> <recipe name without .py> key1=value1 key2=value2 ...
10
11Each recipe may have its own required properties which must be entered as
12key/value pairs in the command.
13
14When you change a recipe, you generally need to re-train the simulation test:
15
16 $ python infra/bots/recipes.py test train
17
18Or:
19
20 $ cd infra/bots; make train
21
22The test generates expectations files for the tests contained within each
23recipe which illustrate which steps would run, given a particular set of inputs.
24Pay attention to the diffs in these files when making changes to ensure that
25your change has the intended effect.
26