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

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

Issue 2137873002: [PCv2] Migrate intl.es_fr_pt-BR page set (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | tools/perf/page_sets/intl_es_fr_pt-BR.py » ('j') | 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 2e51532e9caf510fcb92304d9ec05955fae89423..76a061b20287ec4eaa971c8d60fa6207e38bafce 100644
--- a/tools/perf/benchmarks/page_cycler_v2.py
+++ b/tools/perf/benchmarks/page_cycler_v2.py
@@ -78,6 +78,22 @@ class PageCyclerV2IntlArFaHe(_PageCyclerV2):
cache_temperature.PCV1_COLD, cache_temperature.PCV1_WARM])
+class PageCyclerV2IntlEsFrPtBr(_PageCyclerV2):
+ """Page load time for a pages in Spanish, French and Brazilian Portuguese.
+
+ Runs against pages recorded in April, 2013.
+ """
+ page_set = page_sets.IntlEsFrPtBrPageSet
+
+ @classmethod
+ def Name(cls):
+ return 'page_cycler_v2.intl_es_fr_pt-BR'
+
+ def CreateStorySet(self, options):
+ return page_sets.IntlEsFrPtBrPageSet(cache_temperatures=[
+ cache_temperature.PCV1_COLD, cache_temperature.PCV1_WARM])
+
+
class PageCyclerV2IntlJaZh(_PageCyclerV2):
"""Page load time benchmark for a variety of pages in Japanese and Chinese.
« no previous file with comments | « no previous file | tools/perf/page_sets/intl_es_fr_pt-BR.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698