mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
41f41efc68
This patch moves the pageload result/output handling out of the results.py/output.py files, and into the browsertime_pageload.py support script. Unit tests, and the tests themselves are modified for this. The move is mostly a copy-paste from the result/output files, with some additional changes for handling the args passed into the test. At the same time, the code where the results were previously handled is replaced with an exception to ensure that future tests use the support script instead of the results code. The output code is still being used by other custom tests that use `custom_data`, but then have their data parsed by the pageload-specific code. A warning is added in that case to dissuade future users of using the code. Differential Revision: https://phabricator.services.mozilla.com/D219875 |
||
---|---|---|
.. | ||
browsertime | ||
constants | ||
logger | ||
raptor | ||
test | ||
.eslintrc.js | ||
mach_commands.py | ||
MANIFEST.in | ||
moz.build | ||
requirements.txt | ||
source_requirements.txt |