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

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

Issue 2012223003: [tools/perf] Rename page_cycler_v2.PageCyclerTypical25 to page_cycler_v2.PageCyclerV2Typical25 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/page_cycler_v2.py
diff --git a/tools/perf/benchmarks/page_cycler_v2.py b/tools/perf/benchmarks/page_cycler_v2.py
index f6654e994992fef44df1fc38765510abe4ad4f1d..bdb7fc4b721c0aa6ed65a4566cb2849b372e6bb0 100644
--- a/tools/perf/benchmarks/page_cycler_v2.py
+++ b/tools/perf/benchmarks/page_cycler_v2.py
@@ -25,7 +25,7 @@ class _PageCyclerV2(perf_benchmark.PerfBenchmark):
tbm_options.SetTimelineBasedMetric('firstPaintMetric')
return tbm_options
-class PageCyclerTypical25(_PageCyclerV2):
+class PageCyclerV2Typical25(_PageCyclerV2):
"""Page load time benchmark for a 25 typical web pages.
Designed to represent typical, not highly optimized or highly popular web
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698