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

Unified Diff: generate_perf.py

Issue 17574004: Add WebRTC perf IDs and tests. (Closed) Base URL: https://src.chromium.org/svn/trunk/tools/perf/
Patch Set: Created 7 years, 6 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
===================================================================
--- 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'
« 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