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

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

Issue 2166723002: [PCv2] Migrate intl.ko_th_vi 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_ko_th_vi.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 76a061b20287ec4eaa971c8d60fa6207e38bafce..be8cafff5e851bb3bff14514a654db3ea96d3916 100644
--- a/tools/perf/benchmarks/page_cycler_v2.py
+++ b/tools/perf/benchmarks/page_cycler_v2.py
@@ -107,3 +107,19 @@ class PageCyclerV2IntlJaZh(_PageCyclerV2):
def CreateStorySet(self, options):
return page_sets.IntlJaZhPageSet(cache_temperatures=[
cache_temperature.PCV1_COLD, cache_temperature.PCV1_WARM])
+
+
+class PageCyclerV2IntlKoThVi(_PageCyclerV2):
+ """Page load time for a variety of pages in Korean, Thai and Vietnamese.
+
+ Runs against pages recorded in April, 2013.
+ """
+ page_set = page_sets.IntlKoThViPageSet
+
+ @classmethod
+ def Name(cls):
+ return 'page_cycler_v2.intl_ko_th_vi'
+
+ def CreateStorySet(self, options):
+ return page_sets.IntlKoThViPageSet(cache_temperatures=[
+ cache_temperature.PCV1_COLD, cache_temperature.PCV1_WARM])
« no previous file with comments | « no previous file | tools/perf/page_sets/intl_ko_th_vi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698