Commit Graph

6 Commits

Author SHA1 Message Date
Andrew Halberstadt
148652d05e Bug 1393900 - Update mochitest runtimes files to balance the chunks, r=jmaher
MozReview-Commit-ID: FWsc3rBv7cL
2017-08-25 15:05:18 -04:00
Andrew Halberstadt
611952d8c5 Bug 1324047 - Update testing/runtimes/writeruntimes.py for new e10s schema in ActiveData, r=jgriffin
At some point ActiveData stopped considering 'e10s' as a separate suite and instead stored this information
in the "run.type" field. This updates the writeruntimes.py script and mochitest runtime file resolving accordingly.

MozReview-Commit-ID: LSk2q0hafcm
2016-12-19 12:09:10 -05:00
Dan Minor
89efd24185 Bug 1264772 - Fixup writeruntimes.py; r=ahal
This fixes a few typos in the script and updates the README with
instructions on how to run it.

MozReview-Commit-ID: 7XVgTIFZR2M
2016-04-14 16:01:14 -04:00
Andrew Halberstadt
f301cb9805 Bug 1199241 - Average runtime data across platforms instead of keeping it distinct, r=jgriffin
Keeping distinct platform runtime files takes up a lot of space. It also adds complexity and
greater possibility for mistakes, if a file for some arbitrary platform (like pgo) doesn't
exist, there will be a failure. This patch removes all platform specific runtime files and
replaces them with a single per suite file. The times in this file are averaged across all
platforms the tests run on. With the added space savings, we take into account the 50th
percentile of tests, instead of the 90th.
2015-08-27 17:37:26 -04:00
Jonathan Griffin
0ec36af476 Bug 1179292 - Write new runtime data only if changed, r=ahal
* * *
Bug 1179292 - Update runtimes files, r=ahal
2015-07-13 11:02:53 -07:00
Jonathan Griffin
3781cc72e4 Bug 1173039 - Add script to normalize runtime chunks, r=ahal, DONTBUILD because NPOTB 2015-06-30 15:34:09 -07:00