зеркало из https://github.com/mozilla/gecko-dev.git
5538d692d3
This removes the unnecessary setting of c-basic-offset from all python-mode files. This was automatically generated using perl -pi -e 's/; *c-basic-offset: *[0-9]+//' ... on the affected files. The bulk of these files are moz.build files but there a few others as well. MozReview-Commit-ID: 2pPf3DEiZqx --HG-- extra : rebase_source : 0a7dcac80b924174a2c429b093791148ea6ac204 |
||
---|---|---|
.. | ||
README.md | ||
mochitest-browser-chrome.runtimes.json | ||
mochitest-devtools-chrome.runtimes.json | ||
mochitest-e10s-browser-chrome.runtimes.json | ||
mochitest-e10s-devtools-chrome.runtimes.json | ||
mochitest-media.runtimes.json | ||
moz.build | ||
writeruntimes.py |
README.md
Test Runtimes
These files contain test runtimes for various suites across different platforms. Each JSON file corresponds to a single test job in production and has the following format:
{ '<test id>': <average runtime> }
These files are being used to normalize chunk durations so all chunks take roughly the same length of time. They are still experimental and their format and/or file structure are subject to change without notice.
Generating a Test Runtime File
The writeruntimes.py script can be used to generate a runtime file. You must specify the suite for which the runtimes are to be generated, e.g.
writeruntimes.py -s mochitest-media