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

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

Issue 180873008: Add support for python pageset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix youtube url in top_10.py Created 6 years, 9 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
Index: tools/perf/benchmarks/tab_switching.py
diff --git a/tools/perf/benchmarks/tab_switching.py b/tools/perf/benchmarks/tab_switching.py
index ada13cf8ce632eb6cb5c921e9f65fc6633654c09..8df88c10f862b5984a144155c5c403eedaab0110 100644
--- a/tools/perf/benchmarks/tab_switching.py
+++ b/tools/perf/benchmarks/tab_switching.py
@@ -9,7 +9,7 @@ from measurements import tab_switching
class TabSwitchingTop10(test.Test):
test = tab_switching.TabSwitching
- page_set = 'page_sets/top_10.json'
+ page_set = 'page_sets/top_10.py'
class TabSwitchingFiveBlankTabs(test.Test):
test = tab_switching.TabSwitching

Powered by Google App Engine
This is Rietveld 408576698