2015-03-11 23:05:36 +03:00
|
|
|
Test Runtimes
|
|
|
|
=============
|
|
|
|
|
2019-11-23 08:29:35 +03:00
|
|
|
These files contain runtimes for test manifests in the tree. They are of the form:
|
2015-03-11 23:05:36 +03:00
|
|
|
|
2019-11-23 08:29:35 +03:00
|
|
|
{ '<path to manifest>': <average runtime in seconds> }
|
2015-03-11 23:05:36 +03:00
|
|
|
|
2019-11-23 08:29:35 +03:00
|
|
|
They are being used to normalize chunk durations so all chunks take roughly
|
|
|
|
the same length of time.
|
2016-04-14 23:01:14 +03:00
|
|
|
|
|
|
|
Generating a Test Runtime File
|
|
|
|
------------------------------
|
|
|
|
|
2019-11-23 08:29:35 +03:00
|
|
|
The ``writeruntimes`` script can be used to generate this file:
|
2016-04-14 23:01:14 +03:00
|
|
|
|
2019-11-23 08:29:35 +03:00
|
|
|
$ ./writeruntimes
|
|
|
|
|
|
|
|
It will take awhile. You can optionally specify platforms or suites on the
|
|
|
|
command line, but these should only be used for debugging purposes (not for
|
|
|
|
committing an update to the data). For more info, see:
|
|
|
|
|
|
|
|
$ ./writeruntimes -- --help
|