Commit Graph

14 Commits

Author SHA1 Message Date
J. Ryan Stinnett
f268bdd9cb Bug 912121 - Update misc. DevTools paths and comments. rs=devtools 2015-09-21 12:07:31 -05:00
Andrew Halberstadt
6cf70f2b64 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
202c15c646 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
04117f8624 Bug 1179292 - Update runtimes, r=ahal 2015-07-13 11:03:30 -07:00
Jonathan Griffin
c596ddc4da Backout f07252796012 for linux64-asan m-e10s-bc-2 bustage on a CLOSED TREE 2015-07-13 14:13:37 -07:00
Jonathan Griffin
bb30e4c1c9 Bug 1179292 - Update runtimes, r=ahal 2015-07-13 11:03:30 -07:00
Jonathan Griffin
d5f90ad624 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
bd6840eab0 Bug 1173039 - Add script to normalize runtime chunks, r=ahal, DONTBUILD because NPOTB 2015-06-30 15:34:09 -07:00
Jonathan Griffin
522634673a Bug 1170632 - Add win and linux64-pgo e10s runtimes files, a=fix bustage 2015-06-09 13:08:42 -07:00
Jonathan Griffin
f86af976be bug 1170632 - Add linux64-pgo runtimes for mbc, a=fix bustage 2015-06-09 12:45:56 -07:00
Jonathan Griffin
f1039e7d73 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
2c330e273a Bug 1170632 - Add missing runtimes for mochitest-bc, r=ahal, DONTBUILD because NPOTB 2015-06-04 15:57:54 -07:00
Andrew Halberstadt
f1a61d78a7 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
8834bb0489 Bug 1139904 - Add initial test runtime files for mochitest browser-chrome and devtools, r=jmaher 2015-03-11 16:05:36 -04:00