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..5f6e78e073b4e1fbd09d12601960ed8441b677a4 100644 |
--- a/tools/perf/benchmarks/tab_switching.py |
+++ b/tools/perf/benchmarks/tab_switching.py |
@@ -12,6 +12,11 @@ class TabSwitchingTop10(test.Test): |
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): |
test = tab_switching.TabSwitching |
page_set = 'page_sets/five_blank_pages.py' |