gecko-dev/testing/runtimes
Edwin Gao 346d648216 Bug 1559975 - fix python2 linter errors for testing/runtimes r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D37615

--HG--
extra : moz-landing-system : lando
2019-07-16 17:46:06 +00:00
..
README.md
mochitest-browser-chrome-e10s.runtimes.json Bug 1500474 - Rename webcompat-reporter directory to report-site-issue r=florian,Pike 2019-04-23 17:36:40 +00:00
mochitest-browser-chrome.runtimes.json Bug 1462415 - Delete onboarding system add-on r=Standard8,k88hudson 2018-10-10 14:48:56 +00:00
mochitest-devtools-chrome-e10s.runtimes.json Bug 1478156 - Make color picker tooltip keyboard accessible, r=yzen,gl 2019-07-15 11:01:04 +00:00
mochitest-devtools-chrome.runtimes.json Bug 1500987 - Elevate the new debugger one directory. r=jlast 2019-04-09 13:16:00 -04:00
mochitest-media-e10s.runtimes.json
mochitest-media.runtimes.json
moz.build
writeruntimes.py Bug 1559975 - fix python2 linter errors for testing/runtimes r=ahal 2019-07-16 17:46:06 +00:00

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