Dave Hunt
20fe7acb82
Bug 999189 - Improve wait for Marketplace to be loaded. r=wlachance
2014-05-01 14:18:11 +01:00
William Lachance
2030147819
Bug 998066 - Use ttest over frame entropies to calculate stable frame;r=ekyle
2014-04-30 14:22:17 -04:00
Dave Hunt
c96aa88278
Bug 1003747 - Update camera settings for pointgrey FL3-U3-13E4C with iris fully open. r=wlachance
2014-04-30 10:13:09 +01:00
Dave Hunt
2e6ce7b526
Bug 1003331 - Set screen brightness to 100% and turn off auto-adjustments. r=wlachance
2014-04-29 19:57:44 +01:00
William Lachance
1d7054e0d4
Bug 1003238 - Make getdimensions more robust;r=davehunt
2014-04-29 12:32:48 -04:00
William Lachance
f80902d074
Bug 976589 - Use build date, not nightly date in dashboard;r=davehunt
2014-04-28 18:46:02 -04:00
William Lachance
71beece88b
Bug 992779 - Show time to stable frame in detail view;r=davehunt
2014-04-25 14:15:01 -04:00
William Lachance
f82df6458b
Bug 998066 - Use alternative method of calculating changes in entropy
...
Look for values that are 3* the mean, instead of standard deviation, as we're
already looking for differences. [needs review/validation but this looks right]
2014-04-17 18:43:35 -04:00
William Lachance
a923b9cf87
Print out a log message when time is successfully sync'ed;r=me
2014-04-17 18:21:09 -04:00
William Lachance
ab89afd27f
Bug 997268 - Allow specifying custom camera settings on command line;r=davehunt
2014-04-16 13:13:22 -04:00
William Lachance
b24d72d9ea
Bug 979523 - Don't measure "checkerboarding" with pointgrey cameras;r=davehunt
2014-04-15 17:18:42 -04:00
William Lachance
3613f1673b
Bug 982132 - Use average of 5 subsequent samples when calculating entropy difference;r=mchang
2014-04-14 19:51:37 -04:00
Dave Hunt
bf31648282
Bug 995983 - Add support for Tarako device. r=wlachance
2014-04-14 17:51:39 +01:00
William Lachance
7f4fb42c61
Bug 979498 - Allow to skip downloading metadata when copying dashboard;r=davehunt
...
Useful when we only want the raw numbers, when updating the dashboard
2014-04-14 11:06:34 -04:00
Dave Hunt
eafba4587b
Bug 979498 - Allow overriding of dashboard local path and remote username/path in sync script. r=wlachance
2014-04-10 16:45:41 +01:00
William Lachance
ffac08aa29
Bug 991508 - Add a script to copy the contents of the dashboard;r=davehunt
2014-04-08 19:19:03 -04:00
William Lachance
6c4866003f
Remove dead, unused function for getting entropies (replaced elsewhere);r=me
2014-04-07 18:14:40 -04:00
William Lachance
c5f1de088d
Bug 967109 - Run canvas-box by default instead of clock on Android;r=gbrown
...
Our current methodology can't actually get a valid fps number out of the test
and the test is kind of silly anyway. Canvas box measures the same thing
in a way that lends itself to easier analysis -- plus it's more
deterministic.
2014-04-07 16:59:11 -04:00
William Lachance
aa958342ea
Bug 982859 - Use a process pool to do initial image post-processing;r=mchang
2014-04-07 14:07:51 -04:00
William Lachance
13d0515d63
Fix broken URL in README.md;r=me
2014-04-03 15:22:55 +08:00
Dave Hunt
a500c36ce6
Pass wifi setting file wherever we prepare for tests. r=me
2014-03-21 10:19:15 +00:00
Dave Hunt
549086a920
Bug 984020 - Add marketplace launching and scrolling tests to eideticker. r=wlachance
2014-03-19 12:02:02 +00:00
William Lachance
7275915f54
Add a log message about synchronizing time;r=me
2014-03-18 18:08:54 -04:00
William Lachance
6b7db99819
Bug 982119 - Fix saving test logs;r=davehunt
2014-03-18 18:05:46 -04:00
William Lachance
5dfcbd72fc
Bug 966067 - More inadvertent bustage;r=me
...
Note to self: never ever rename variables again
2014-03-13 15:51:01 -04:00
William Lachance
286baa3f78
Bug 966067 - Fix updates to the test chooser;r=me
2014-03-13 12:04:05 -04:00
William Lachance
a64e3faba7
Bug 982349 - Use multiprocessing for getting framediff sums;r=mchang
2014-03-12 17:51:01 -04:00
William Lachance
8e3eebb662
Sort devices in dashboard in alpha order;r=me
2014-03-12 14:15:20 -04:00
William Lachance
272c20a41a
Bug 966067 - Fix another minor bug in dash generation;r=me
2014-03-12 14:15:00 -04:00
William Lachance
876b648921
Bug 966067 - Fix some minor problems in previous commit;r=me
2014-03-11 18:48:50 -04:00
William Lachance
6f40b38562
Bug 966067 - Generalize framediff view into a "detail" view;r=davehunt
...
This detail view lets you view various internal metrics in the capture,
including entropy, which is very useful for determining startup times
and checkerboarding on FirefoxOS.
2014-03-11 17:10:52 -04:00
William Lachance
85e9bb0fe9
Bug 980479 - Optionally use vpxenc to encode movies;r=davehunt
2014-03-11 16:49:19 -04:00
Dave Hunt
612c2dcd7f
Bug 982079 - Change the no_capture variable to capture for improved code readability. r=wlachance
2014-03-11 16:40:54 +00:00
William Lachance
0ce9690ad1
Bug 981846 - Make sure we completely restart b2g between runs;r=davehunt
...
Before we didn't restart the b2g process in e.g. the scrolling tests,
which means we were carrying state between tests.
Also, consolidate and simplify much of the logic around getting the
device into a reasonable first-run state in b2g in the global
runtest method. Likewise on Android, remove the code that kills the
process between tests: we should just run that before we run the test.
2014-03-11 11:44:48 -04:00
William Lachance
597e9e7b4a
Bug 980562 - Use multiprocessing.Pool in getdimensions.py;r=davehunt
...
Seems to be a bit faster.
2014-03-11 11:43:46 -04:00
William Lachance
8b556e0737
Bug 980596 - Fix html view of results created by get-metric-for-build;r=davehunt
2014-03-07 13:35:46 -05:00
William Lachance
204474b4d1
Bug 980571 - Consolidate dashboard copying code;r=davehunt
2014-03-07 13:35:17 -05:00
William Lachance
fa2ef32916
Bug 980367 - Add a --no-capture option to update-dashboard.py;r=davehunt
2014-03-06 14:41:24 -05:00
Dave Hunt
493f7c8385
Bug 979904 - Remove dashboard files from output directory before copying them. r=wlachance
2014-03-05 13:39:00 -05:00
William Lachance
1e7ac56e90
Bug 978221 - Use / recommend system site packages for scipy;r=davehunt
2014-03-04 17:43:12 -05:00
William Lachance
cfb46e2096
Bug 976687 - Allow generation of a new dashboard to a seperate directory;r=davehunt
2014-03-04 14:03:38 -05:00
William Lachance
d1e7b2258b
Bug 976121 - Actually do sobelization preprocessing step before getting entropy;r=mchang
2014-03-03 18:48:21 -05:00
William Lachance
b6ecbb54cd
Bug 973690 - Measure overall entropy over entire capture;r=mchang
2014-03-03 12:57:03 -05:00
William Lachance
cae59238d3
Bug 978136 - Actually compress zipped profiles;r=gbrown
2014-02-28 12:24:43 -05:00
William Lachance
100545c9ff
Bug 976121 - Use general rule of 3* standard deviation to figure out when frame is stable;r=mchang
2014-02-27 18:16:07 -05:00
William Lachance
9bd311e9cf
Bug 976121 - Fix nits;r=mchang
2014-02-27 18:15:38 -05:00
William Lachance
839455d5b8
Bug 976121 - Capture and store sobelized entropies;r=me
2014-02-26 17:57:07 -05:00
Dave Hunt
cdccbf4d89
Added gfortran requirement
2014-02-26 14:57:50 +00:00
William Lachance
7ae9996df7
Update travis config for previous commit;r=me
2014-02-25 18:08:59 -05:00
William Lachance
13f454efba
Apparently also need liblapack-dev;r=me
2014-02-25 17:48:48 -05:00