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

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

Issue 2409433002: Revert of Add loading mobile story set (Closed)
Patch Set: Created 4 years, 2 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/OWNERS ('k') | tools/perf/benchmarks/page_cycler_v2.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/loading.py
diff --git a/tools/perf/benchmarks/loading.py b/tools/perf/benchmarks/loading.py
deleted file mode 100644
index f8f2f09bfa2509cb243f6914f6fba01de43fd6a3..0000000000000000000000000000000000000000
--- a/tools/perf/benchmarks/loading.py
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2016 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-from core import perf_benchmark
-import page_sets
-
-from benchmarks import page_cycler_v2
-from telemetry import benchmark
-from telemetry.page import cache_temperature
-
-
-@benchmark.Enabled('android')
-class LoadingMobile(perf_benchmark.PerfBenchmark):
- """ A benchmark measuring loading performance of mobile sites. """
-
- options = {'pageset_repeat': 2}
-
- def CreateTimelineBasedMeasurementOptions(self):
- return page_cycler_v2.TimelineBasedMeasurementOptionsForLoadingMetric()
-
- @classmethod
- def Name(cls):
- return 'loading.mobile'
-
- def CreateStorySet(self, options):
- return page_sets.LoadingMobileStorySet(cache_temperatures=[
- cache_temperature.ANY])
« no previous file with comments | « tools/perf/OWNERS ('k') | tools/perf/benchmarks/page_cycler_v2.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698