Bug 1842773 - Part 5: Add ArrayBuffer.prototype.{maxByteLength,resizable} getters...
[gecko.git] / testing / runtimes / README.md
blob1a661d92c274db28d04daed6b98bb759171454a3
1 Test Runtimes
2 =============
4 These files contain runtimes for test manifests in the tree. They are of the form:
6     { '<path to manifest>': <average runtime in seconds> }
8 They are being used to normalize chunk durations so all chunks take roughly
9 the same length of time.
11 Generating a Test Runtime File
12 ------------------------------
14 The ``writeruntimes`` script can be used to generate this file:
16     $ ./writeruntimes
18 It will take awhile. You can optionally specify platforms or suites on the
19 command line, but these should only be used for debugging purposes (not for
20 committing an update to the data). For more info, see:
22     $ ./writeruntimes -- --help