| Index: config/master.chromium/master.cfg
|
| ===================================================================
|
| --- config/master.chromium/master.cfg (revision 13921)
|
| +++ config/master.chromium/master.cfg (working copy)
|
| @@ -459,7 +459,8 @@
|
| 'sunspider', 'v8_benchmark'])
|
|
|
| f_chromium_rel_perf_mac = m_mac.NewBuildFactory(identifier='mac-rel',
|
| - tests=['startup', 'page_cycler'],
|
| + tests=['startup', 'page_cycler',
|
| + 'page_cycler_http'],
|
| show_perf_results=True,
|
| perf_id='chromium-rel-mac',
|
| build_dir='src/build',
|
| @@ -618,13 +619,13 @@
|
| options=['--build-tool=xcode', '--',
|
| '-project', 'all.xcodeproj'])
|
|
|
| -# TODO: Move startup & page_cycler to a debug perf bot when one is available.
|
| +# TODO: Move startup & page_cycler* to a debug perf bot when one is available.
|
| f_sub_dbg_mac = m_mac.NewBuildFactory(identifier='sub-dbg-mac',
|
| target='Debug',
|
| tests=['unit', 'base', 'net', 'googleurl',
|
| 'test_shell', 'media',
|
| 'ui', 'printing', 'startup',
|
| - 'page_cycler'],
|
| + 'page_cycler', 'page_cycler_http'],
|
| build_dir='src/build',
|
| run_crash_handler=False,
|
| options=['--build-tool=xcode', '--',
|
|
|