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

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

Issue 1217653003: Revert of [Telemetry] Modify CreatePageSet to CreateStorySet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/octane.py ('k') | tools/perf/benchmarks/page_cycler.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/oilpan_gc_times.py
diff --git a/tools/perf/benchmarks/oilpan_gc_times.py b/tools/perf/benchmarks/oilpan_gc_times.py
index c429764bc99645c2c441522236fc6dfbd3f7f95f..0a7970661111d6664b9c8176553a0f26c6c6c84f 100644
--- a/tools/perf/benchmarks/oilpan_gc_times.py
+++ b/tools/perf/benchmarks/oilpan_gc_times.py
@@ -22,9 +22,9 @@
def Name(cls):
return 'oilpan_gc_times.blink_perf_stress'
- def CreateStorySet(self, options):
+ def CreatePageSet(self, options):
path = os.path.join(blink_perf.BLINK_PERF_BASE_DIR, 'BlinkGC')
- return blink_perf.CreateStorySetFromPath(path, blink_perf.SKIPPED_FILE)
+ return blink_perf.CreatePageSetFromPath(path, blink_perf.SKIPPED_FILE)
class OilpanGCTimesSmoothnessAnimation(perf_benchmark.PerfBenchmark):
« no previous file with comments | « tools/perf/benchmarks/octane.py ('k') | tools/perf/benchmarks/page_cycler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698