diff options
author | simonhatch@chromium.org <simonhatch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-03 03:15:58 +0000 |
---|---|---|
committer | simonhatch@chromium.org <simonhatch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-03 03:15:58 +0000 |
commit | 215c59d19b17255bc719beb8c1c07b58652f40a9 (patch) | |
tree | f365bc1cd84603bb25eac6c59be624909535eec8 /tools/perf | |
parent | 7205a9c152dd58957504bf7ec909ea2a45f50086 (diff) | |
download | chromium_src-215c59d19b17255bc719beb8c1c07b58652f40a9.zip chromium_src-215c59d19b17255bc719beb8c1c07b58652f40a9.tar.gz chromium_src-215c59d19b17255bc719beb8c1c07b58652f40a9.tar.bz2 |
Added tab_switching_measurement to test-info.json.
Waiting on: https://codereview.chromium.org/17569017/
BUG=
Review URL: https://chromiumcodereview.appspot.com/17584005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215473 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/perf')
-rw-r--r-- | tools/perf/test-info.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/perf/test-info.json b/tools/perf/test-info.json index f428586..8f56e9b 100644 --- a/tools/perf/test-info.json +++ b/tools/perf/test-info.json @@ -271,6 +271,13 @@ "chrome/src/tools/perf/page_sets/tough_layout_cases.json" ] }, + "tab_switching_measurement": { + "description": "This test records the MPArch.RWH_TabSwitchPaintDuration histogram, which is a measure of the time between when a tab was requested to be shown, and when first paint occurred. The script opens 10 pages in different tabs, waits for them to load, and then switches to each tab and records the metric. The pages were chosen from Alexa top ranking sites.", + "code": [ + "chrome/src/tools/perf/perf_tools/tab_switching_measurement.py", + "chrome/src/tools/perf/page_sets/top_10.json" + ] + }, "typical_25": { "description": "Page load time benchmark for a 25 typical web pages. Designed to represent typical, not highly optimized or highly popular web sites. Runs against pages recorded in April, 2013.", "code": [ |