summaryrefslogtreecommitdiffstats
path: root/testing/runtimes/README.md
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /testing/runtimes/README.md
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/runtimes/README.md')
-rw-r--r--testing/runtimes/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/runtimes/README.md b/testing/runtimes/README.md
new file mode 100644
index 000000000..4821f01d5
--- /dev/null
+++ b/testing/runtimes/README.md
@@ -0,0 +1,19 @@
+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