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

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

Issue 1217813005: [Telemetry] Modify CreatePageSet to CreateStorySet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Ethan's comments Created 5 years, 6 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
« no previous file with comments | « tools/perf/benchmarks/session_restore.py ('k') | tools/perf/benchmarks/spaceport.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/skpicture_printer.py
diff --git a/tools/perf/benchmarks/skpicture_printer.py b/tools/perf/benchmarks/skpicture_printer.py
index 9d5979bde12d04fac204fa69ed02783cbe76ee98..c70c0f5083d3a0b58e6e6f28150b392120fc5985 100644
--- a/tools/perf/benchmarks/skpicture_printer.py
+++ b/tools/perf/benchmarks/skpicture_printer.py
@@ -46,7 +46,7 @@ class SkpicturePrinter(perf_benchmark.PerfBenchmark):
def CreatePageTest(self, options):
return skpicture_printer.SkpicturePrinter(options.skp_outdir)
- def CreatePageSet(self, options):
+ def CreateStorySet(self, options):
page_set_class = _MatchPageSetName(options.page_set_name,
options.page_set_base_dir)
return page_set_class()
« no previous file with comments | « tools/perf/benchmarks/session_restore.py ('k') | tools/perf/benchmarks/spaceport.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698