Chromium Code Reviews| Index: masters/master.chromium.perf/master.cfg |
| =================================================================== |
| --- masters/master.chromium.perf/master.cfg (revision 136971) |
| +++ masters/master.chromium.perf/master.cfg (working copy) |
| @@ -361,7 +361,8 @@ |
| 'page_cycler_database', |
| 'page_cycler_indexeddb', 'startup', |
| 'page_cycler_moz-http', |
| - 'page_cycler_bloat-http'], |
| + 'page_cycler_bloat-http', |
| + 'web_page_replay_2012Q2'], |
|
tonyg_google
2012/05/31 01:59:56
Since web page replay can be used to back tests ot
slamm_google
2012/06/02 22:04:56
Thanks for the name suggestion. That is much bette
|
| factory_properties={ |
| 'show_perf_results': True, |
| 'expectations': True, |
| @@ -386,7 +387,8 @@ |
| 'page_cycler_intl2', 'page_cycler_dhtml', 'page_cycler_database', |
| 'page_cycler_indexeddb', 'startup', 'dom_perf', 'tab_switching', |
| 'memory', 'sunspider', 'v8_benchmark', 'page_cycler_moz-http', |
| - 'page_cycler_bloat-http', 'frame_rate', 'sync'], |
| + 'page_cycler_bloat-http', 'web_page_replay_2012Q2', |
| + 'frame_rate', 'sync'], |
| factory_properties={ |
| 'show_perf_results': True, |
| 'expectations': True, |
| @@ -425,7 +427,8 @@ |
| 'page_cycler_database', |
| 'page_cycler_indexeddb', |
| 'page_cycler_moz-http', |
| - 'page_cycler_bloat-http']) |
| + 'page_cycler_bloat-http', |
| + 'web_page_replay_2012Q2']) |
| f_cr_rel_mac5_perf_2 = RelMacPerfTester('chromium-rel-mac5', |
| ['startup', 'tab_switching', 'memory', |
| @@ -446,7 +449,8 @@ |
| 'page_cycler_database', |
| 'page_cycler_indexeddb', |
| 'page_cycler_moz-http', |
| - 'page_cycler_bloat-http']) |
| + 'page_cycler_bloat-http', |
| + 'web_page_replay_2012Q2']) |
| f_cr_rel_mac6_perf_2 = RelMacPerfTester('chromium-rel-mac6', |
| ['startup', 'tab_switching', 'memory', |
| @@ -697,6 +701,7 @@ |
| 'page_cycler_morejs', |
| 'page_cycler_moz', |
| 'page_cycler_moz-http', |
| + 'web_page_replay_2012Q2', |
| 'startup_test', |
| 'tab_switching_test', |
| 'frame_rate_test', |