| Index: generate_perf.py
|
| diff --git a/generate_perf.py b/generate_perf.py
|
| index c30a4aa49b480958859ad7666595a326fe414382..9da93fbf505f85ad8237985e0a68a1ca34650ebd 100755
|
| --- a/generate_perf.py
|
| +++ b/generate_perf.py
|
| @@ -155,11 +155,16 @@ 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',
|
| + 'endure_cal_fw_back_live': 'Endure Calendar Forward and Backward (live)',
|
| + 'endure_gmail_exp_col_live': 'Endure Gmail Expand and Collapse Conversation (live)',
|
| + 'endure_gmail_labels_live': 'Endure Gmail Alternate Labels (live)',
|
| + 'endure_gmail_thread_live': 'Endure Gmail Alternate Threads (live)',
|
| + 'endure_plus_photos_live': 'Endure Plus Alternate Posts and Photos (live)',
|
| + 'endure_cal_fw_back_wpr': 'Endure Calendar Forward and Backward (recording)',
|
| + 'endure_gmail_exp_col_wpr': 'Endure Gmail Expand and Collapse Conversation (recording)',
|
| + 'endure_gmail_labels_wpr': 'Endure Gmail Alternate Labels (recording)',
|
| + 'endure_gmail_thread_wpr': 'Endure Gmail Alternate Threads (recording)',
|
| + 'endure_plus_photos_wpr': 'Endure Plus Alternate Posts and Photos (recording)',
|
| 'frame_rate': 'Frame Rate',
|
| 'gpu_frame_rate': 'GPU Frame Rate',
|
| 'gpu_latency': 'GPU Latency',
|
|
|