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 |