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

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

Issue 2132953002: [PCv2] migrate page_cycler_v2.intl_ar_fa_he (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_ar_fa_he.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 3266a9ad6a910c02f3d85a8647f50c2d4043aa7e..2e51532e9caf510fcb92304d9ec05955fae89423 100644
--- a/tools/perf/benchmarks/page_cycler_v2.py
+++ b/tools/perf/benchmarks/page_cycler_v2.py
@@ -62,6 +62,22 @@ class PageCyclerV2Typical25(_PageCyclerV2):
cache_temperature.PCV1_COLD, cache_temperature.PCV1_WARM])
+class PageCyclerV2IntlArFaHe(_PageCyclerV2):
+ """Page load time for a variety of pages in Arabic, Farsi and Hebrew.
+
+ Runs against pages recorded in April, 2013.
+ """
+ page_set = page_sets.IntlArFaHePageSet
+
+ @classmethod
+ def Name(cls):
+ return 'page_cycler_v2.intl_ar_fa_he'
+
+ def CreateStorySet(self, options):
+ return page_sets.IntlArFaHePageSet(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_ar_fa_he.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698