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

Unified Diff: tools/perf/benchmarks/tab_switching.py

Issue 334573002: [Telemetry] Add tabswitching.typical_25 benchmark (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: tools/perf/benchmarks/tab_switching.py
diff --git a/tools/perf/benchmarks/tab_switching.py b/tools/perf/benchmarks/tab_switching.py
index 0a16fb6be810efe230d0ec54012048fcf7708a79..80124a188204ed2e9f91bc605843ca181a9022f6 100644
--- a/tools/perf/benchmarks/tab_switching.py
+++ b/tools/perf/benchmarks/tab_switching.py
@@ -11,6 +11,9 @@ class TabSwitchingTop10(test.Test):
test = tab_switching.TabSwitching
page_set = 'page_sets/top_10.py'
tonyg 2014/06/11 23:46:53 nit: 2 blank lines between top level definitions.
+class TabSwitchingTypical25(test.Test):
+ test = tab_switching.TabSwitching
+ page_set = 'page_sets/typical_25.py'
class TabSwitchingFiveBlankTabs(test.Test):
test = tab_switching.TabSwitching
« 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