Commit eaa39771 authored by jeremy@chromium.org's avatar jeremy@chromium.org

[Telemetry] Add tabswitching.typical_25 benchmark

“Scotty, we need more power.”

BUG=None

Review URL: https://codereview.chromium.org/334573002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276679 0039d316-1c4b-4281-b951-d872f2087c98
parent 2b85635c
...@@ -12,6 +12,11 @@ class TabSwitchingTop10(test.Test): ...@@ -12,6 +12,11 @@ class TabSwitchingTop10(test.Test):
page_set = 'page_sets/top_10.py' page_set = 'page_sets/top_10.py'
class TabSwitchingTypical25(test.Test):
test = tab_switching.TabSwitching
page_set = 'page_sets/typical_25.py'
class TabSwitchingFiveBlankTabs(test.Test): class TabSwitchingFiveBlankTabs(test.Test):
test = tab_switching.TabSwitching test = tab_switching.TabSwitching
page_set = 'page_sets/five_blank_pages.py' page_set = 'page_sets/five_blank_pages.py'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment