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

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

Issue 797133003: Kill PageSet.AddPageWithDefaultRunNavigate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « tools/perf/benchmarks/kraken.py ('k') | tools/perf/benchmarks/robohornet_pro.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/octane.py
diff --git a/tools/perf/benchmarks/octane.py b/tools/perf/benchmarks/octane.py
index dd7a4dd5a95a3ff99ac9db5074f2297293b68037..1c1e4c1090ea18ee5e854df9874e10b8513da690 100644
--- a/tools/perf/benchmarks/octane.py
+++ b/tools/perf/benchmarks/octane.py
@@ -15,6 +15,7 @@ import os
from metrics import power
from telemetry import benchmark
+from telemetry import page as page_module
from telemetry.page import page_set
from telemetry.page import page_test
from telemetry.util import statistics
@@ -138,6 +139,7 @@ class Octane(benchmark.Benchmark):
make_javascript_deterministic=False,
file_path=os.path.abspath(__file__),
bucket=page_set.PUBLIC_BUCKET)
- ps.AddPageWithDefaultRunNavigate(
- 'http://octane-benchmark.googlecode.com/svn/latest/index.html?auto=1')
+ ps.AddUserStory(page_module.Page(
+ 'http://octane-benchmark.googlecode.com/svn/latest/index.html?auto=1',
+ ps, ps.base_dir))
return ps
« no previous file with comments | « tools/perf/benchmarks/kraken.py ('k') | tools/perf/benchmarks/robohornet_pro.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698