Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Unified Diff: generate_perf.py

Issue 27686002: Fix directories for endure tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/perf
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698