Commit Graph

13 Commits

Author SHA1 Message Date
Andrew Halberstadt
f884d25860 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
bbc8dbe837 Bug 1184930 - Add win32-pgo e10 m-bc runtime file, a=test-only on a CLOSED TREE 2015-07-20 16:09:41 -07:00
Jonathan Griffin
16f3a7da27 Bug 1179292 - Update runtimes, r=ahal 2015-07-13 11:03:30 -07:00
Jonathan Griffin
faea1e3379 Backout f07252796012 for linux64-asan m-e10s-bc-2 bustage on a CLOSED TREE 2015-07-13 14:13:37 -07:00
Jonathan Griffin
610ae1acd2 Bug 1179292 - Update runtimes, r=ahal 2015-07-13 11:03:30 -07:00
Jonathan Griffin
8d33866fac 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
abd447bba6 Bug 1173039 - Add script to normalize runtime chunks, r=ahal, DONTBUILD because NPOTB 2015-06-30 15:34:09 -07:00
Jonathan Griffin
e7ecc2c820 Bug 1170632 - Add win and linux64-pgo e10s runtimes files, a=fix bustage 2015-06-09 13:08:42 -07:00
Jonathan Griffin
c3cdca83ae bug 1170632 - Add linux64-pgo runtimes for mbc, a=fix bustage 2015-06-09 12:45:56 -07:00
Jonathan Griffin
7ef3aa45e7 Bug 1170632 - Fix platform_guess for osx; add pgo runtimes for mbc. r=ahal, a=me 2015-06-05 16:29:18 -07:00
Jonathan Griffin
51db705ff6 Bug 1170632 - Add missing runtimes for mochitest-bc, r=ahal, DONTBUILD because NPOTB 2015-06-04 15:57:54 -07:00
Andrew Halberstadt
9826fc6cd8 Bug 1142050 - Add --chunk-by-runtime option to mochitest, r=jmaher
With --chunk-by-runtime enabled, test runtime data collected from automation is used to try and make all chunks take the same amount of time. So far only data for mochitest browser-chrome is added.
2015-03-26 15:21:45 -04:00
Andrew Halberstadt
a35aca42c9 Bug 1139904 - Add initial test runtime files for mochitest browser-chrome and devtools, r=jmaher 2015-03-11 16:05:36 -04:00