gecko-dev/testing/runtimes
Michael Ratcliffe eff23d6ce5 Bug 1443457 - Stop referencing the addon-sdk loader in devtools code r=jdescottes
MozReview-Commit-ID: 7lwCG8JT7cV

--HG--
rename : devtools/client/webconsole/new-console-output/test/mochitest/browser_console_addonsdk_loader_exception.js => devtools/client/webconsole/new-console-output/test/mochitest/browser_console_devtools_loader_exception.js
rename : devtools/client/webconsole/test/browser_console_addonsdk_loader_exception.js => devtools/client/webconsole/test/browser_console_devtools_loader_exception.js
extra : rebase_source : ff29ac3f0da6588af43e33944f7253bc840b6d3a
2018-03-09 15:36:45 +00:00
..
mochitest-browser-chrome-e10s.runtimes.json Backed out changeset 8e5b1525be69 (bug 1192927) or failing testing\firefox-ui\tests\functional\security\test_no_certificate.py TestNoCertificate.test_no_certificate on a CLOSED TREE 2018-03-02 13:51:15 +02:00
mochitest-browser-chrome.runtimes.json Bug 1363061 - Rename toolkit/components/jsdownloads to toolkit/components/downloads. r=mak 2018-03-06 17:40:59 +00:00
mochitest-devtools-chrome-e10s.runtimes.json Bug 1443457 - Stop referencing the addon-sdk loader in devtools code r=jdescottes 2018-03-09 15:36:45 +00:00
mochitest-devtools-chrome.runtimes.json Bug 1393900 - Update mochitest runtimes files to balance the chunks, r=jmaher 2017-08-25 15:05:18 -04:00
mochitest-media-e10s.runtimes.json Bug 1393900 - Update mochitest runtimes files to balance the chunks, r=jmaher 2017-08-25 15:05:18 -04:00
mochitest-media.runtimes.json Bug 1393900 - Update mochitest runtimes files to balance the chunks, r=jmaher 2017-08-25 15:05:18 -04:00
moz.build
README.md
writeruntimes.py Bug 1393900 - Update mochitest runtimes files to balance the chunks, r=jmaher 2017-08-25 15:05:18 -04:00

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