| Index: generate_perf.py
|
| ===================================================================
|
| --- generate_perf.py (revision 208208)
|
| +++ generate_perf.py (working copy)
|
| @@ -30,6 +30,16 @@
|
| 'chromium-rel-win7-gpu-nvidia': 'Chromium Win7 GPU (NVIDIA)',
|
| 'chromium-rel-win7-single': 'Chromium Win7 (single)',
|
| 'chromium-rel-win7-webkit': 'Chromium Win7 (webkit)',
|
| + 'chromium-webrtc-rel-7': 'Chromium Win7 (WebRTC)',
|
| + 'chromium-webrtc-rel-linux': 'Chromium Linux (WebRTC)',
|
| + 'chromium-webrtc-rel-mac': 'Chromium Mac (WebRTC)',
|
| + 'chromium-webrtc-rel-xp': 'Chromium WinXP (WebRTC)',
|
| + 'chromium-webrtc-stable-tot-rel-linux': 'Chromium Linux (WebRTC stable)',
|
| + 'chromium-webrtc-trunk-tot-rel-linux': 'Chromium Linux (WebRTC trunk)',
|
| + 'chromium-webrtc-stable-tot-rel-mac': 'Chromium Mac (WebRTC stable)',
|
| + 'chromium-webrtc-trunk-tot-rel-mac': 'Chromium Mac (WebRTC trunk)',
|
| + 'chromium-webrtc-stable-tot-rel-win': 'Chromium Win (WebRTC stable)',
|
| + 'chromium-webrtc-trunk-tot-rel-win': 'Chromium Win (WebRTC trunk)',
|
| 'gpu-fyi-linux-release-ati': 'GPU FYI Linux Release (ATI)',
|
| 'gpu-fyi-linux-release-intel': 'GPU FYI Linux Release (Intel)',
|
| 'gpu-fyi-mac-release-ati': 'GPU FYI Mac Release (ATI)',
|
| @@ -102,6 +112,9 @@
|
| 'xp-release-single-core': 'XP Perf (single)',
|
| 'xp-release-v8-latest': 'XP Perf (v8-latest)',
|
| 'xp-release-webkit-latest': 'XP Perf (webkit-latest)',
|
| + 'webrtc-linux-large-tests': 'WebRTC Large Tests Linux',
|
| + 'webrtc-mac-large-tests': 'WebRTC Large Tests Mac',
|
| + 'webrtc-win-large-tests': 'WebRTC Large Tests Win7',
|
| }
|
|
|
| # This is public code and should not contain internal names.
|
| @@ -117,6 +130,8 @@
|
| }
|
|
|
| TestTitles = {
|
| + 'audio_e2e_test': 'WebRTC Audio E2E',
|
| + 'audioproc_perf': 'WebRTC Audio Processing Perf',
|
| 'avperf': 'Audio Video Perf',
|
| 'av_perf': 'Audio Video Perf 2',
|
| 'bloat-http': 'Bloat - HTTP',
|
| @@ -175,6 +190,7 @@
|
| 'IndexedDB Test: OfflineOnline',
|
| 'intl1': 'Page Cycler Intl1',
|
| 'intl2': 'Page Cycler Intl2',
|
| + 'isac_fixed_perf': 'WebRTC iSAC Fixed-point Perf',
|
| 'jsgamebench': 'JSGameBench',
|
| 'kraken': 'Kraken',
|
| 'mach_ports': 'Mach Port Usage',
|
| @@ -208,6 +224,9 @@
|
| 'tab-switching': 'Tab Switching',
|
| 'targets': 'Target Build Times',
|
| 'v8_benchmark': 'V8 Benchmark',
|
| + 'vie_auto_test': 'WebRTC Video Engine Auto Test',
|
| + 'webrtc_pyauto': 'WebRTC PyAuto',
|
| + 'webrtc_pyauto_quality': 'WebRTC Video Quality PyAuto',
|
| }
|
|
|
| BASE_URL = 'http://build.chromium.org/f/chromium'
|
|
|