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

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

Issue 800863003: Kill PageSet.AddPage and its remaining usage (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 | « content/test/gpu/page_sets/pixel_tests.py ('k') | tools/perf/measurements/repaint_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/maps.py
diff --git a/tools/perf/benchmarks/maps.py b/tools/perf/benchmarks/maps.py
index efc42dd67aa50e16664231fddbd1f97727bbedde..c21ef549c505fd663fb3f77628757f873e57fdc5 100644
--- a/tools/perf/benchmarks/maps.py
+++ b/tools/perf/benchmarks/maps.py
@@ -52,7 +52,7 @@ class MapsBenchmark(benchmark.Benchmark):
archive_data_file='data/maps.json',
make_javascript_deterministic=False,
file_path=page_set_path)
- ps.AddPage(MapsPage(ps, ps.base_dir))
+ ps.AddUserStory(MapsPage(ps, ps.base_dir))
return ps
class MapsNoVsync(MapsBenchmark):
« no previous file with comments | « content/test/gpu/page_sets/pixel_tests.py ('k') | tools/perf/measurements/repaint_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698