| Index: generate_perf.py
|
| diff --git a/generate_perf.py b/generate_perf.py
|
| index c5435f5c67d0aaad41b21d9a313341bbcb983b43..c30a4aa49b480958859ad7666595a326fe414382 100755
|
| --- a/generate_perf.py
|
| +++ b/generate_perf.py
|
| @@ -137,17 +137,9 @@ TestTitles = {
|
| 'bloat-http': 'Bloat - HTTP',
|
| 'cc_perftests': 'Chrome Compositor Perf',
|
| 'chrome_frame_perf': 'Chrome Frame Perf',
|
| - 'control-testControlAttachDetachDOMTree':
|
| - 'Control Test: ControlAttachDetachDOMTree',
|
| - 'control-testControlAttachDetachDOMTreeWebDriver':
|
| - 'Control Test: ControlAttachDetachDOMTreeWebDriver',
|
| 'coverage': 'Code Coverage',
|
| 'database': 'Page Cycler Database',
|
| 'dhtml': 'Page Cycler DHTML',
|
| - 'docs-testDocsAlternatelyClickLists':
|
| - 'Docs Test: DocsAlternatelyClickLists',
|
| - 'docs_wpr-testDocsAlternatelyClickLists':
|
| - 'Docs WPR Test: DocsAlternatelyClickLists',
|
| 'dom_perf': 'Dom',
|
| 'dromaeo_domcoreattr': 'Dromaeo DOMCore attr',
|
| 'dromaeo_domcoremodify': 'Dromaeo DOMCore modify',
|
| @@ -163,31 +155,18 @@ TestTitles = {
|
| 'dromaeo_jslibstyleprototype': 'Dromaeo JSLib style prototype',
|
| 'dromaeo_jslibtraversejquery': 'Dromaeo JSLib traverse jquery',
|
| 'dromaeo_jslibtraverseprototype': 'Dromaeo JSLib traverse prototype',
|
| + 'endure_cal_fw_back': 'Endure Calendar Forward and Backward',
|
| + 'endure_gmail_exp_col': 'Endure Gmail Expand and Collapse Conversation',
|
| + 'endure_gmail_labels': 'Endure Gmail Alternate Labels',
|
| + 'endure_gmail_thread': 'Endure Gmail Alternate Threads',
|
| + 'endure_plus_photos': 'Endure Plus Alternate Posts and Photos',
|
| 'frame_rate': 'Frame Rate',
|
| - 'gmail-testGmailComposeDiscard':
|
| - 'Gmail Test: GmailComposeDiscard',
|
| - 'gmail-testGmailAlternateThreadlistConversation':
|
| - 'Gmail Test: GmailAlternateThreadlistConversation',
|
| - 'gmail-testGmailAlternateTwoLabels':
|
| - 'Gmail Test: GmailAlternateTwoLabels',
|
| - 'gmail-testGmailExpandCollapseConversation':
|
| - 'Gmail Test: GmailExpandCollapseConversation',
|
| - 'gmail_wpr-testGmailComposeDiscard':
|
| - 'Gmail WPR Test: GmailComposeDiscard',
|
| - 'gmail_wpr-testGmailAlternateThreadlistConversation':
|
| - 'Gmail WPR Test: GmailAlternateThreadlistConversation',
|
| - 'gmail_wpr-testGmailAlternateTwoLabels':
|
| - 'Gmail WPR Test: GmailAlternateTwoLabels',
|
| - 'gmail_wpr-testGmailExpandCollapseConversation':
|
| - 'Gmail WPR Test: GmailExpandCollapseConversation',
|
| 'gpu_frame_rate': 'GPU Frame Rate',
|
| 'gpu_latency': 'GPU Latency',
|
| 'gpu_throughput': 'GPU Throughput',
|
| 'idb_perf': 'Other IndexedDB',
|
| 'image_decoding_benchmark': 'Image Decoding Benchmark',
|
| 'indexeddb': 'Page Cycler IndexedDB',
|
| - 'indexeddb-testOfflineOnline':
|
| - 'IndexedDB Test: OfflineOnline',
|
| 'intl1': 'Page Cycler Intl1',
|
| 'intl2': 'Page Cycler Intl2',
|
| 'isac_fixed_perf': 'WebRTC iSAC Fixed-point Perf',
|
| @@ -206,10 +185,6 @@ TestTitles = {
|
| 'new-tab-ui-warm': 'New Tab Warm',
|
| 'octane': 'Octane',
|
| 'page_cycler_2012Q2-netsim': 'Page Cycler 2012Q2 Netsim',
|
| - 'plus-testPlusAlternatelyClickStreams':
|
| - 'Plus Test: PlusAlternatelyClickStreams',
|
| - 'plus_wpr-testPlusAlternatelyClickStreams':
|
| - 'Plus WPR Test: PlusAlternatelyClickStreams',
|
| 'pnacl-tools': 'PNaCl Toolchain',
|
| 'pyauto_perf': 'Pyauto Perf',
|
| 'pyauto_webrtc_tests': 'WebRTC PyAuto',
|
|
|