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

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

Issue 187173002: Adding a Endure regression test to catch gmail memory issues (crbug.com/345702). (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 9 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/data/gmail_refresh.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/endure.py
===================================================================
--- tools/perf/benchmarks/endure.py (revision 253614)
+++ tools/perf/benchmarks/endure.py (working copy)
@@ -16,6 +16,7 @@
'perf_stats_interval': '100s'
}
+
class EndureCalendarForwardBackward(_EndureBenchmark):
page_set = 'page_sets/calendar_forward_backward.json'
@@ -47,3 +48,14 @@
class EndurePlusAltPostsPhotos(_EndureBenchmark):
page_set = 'page_sets/plus_alt_posts_photos.json'
+
+class EndureGmailRefresh(test.Test):
+ test = endure.Endure
+ # Options for endure gmail page refresh benchmark test.
+ options = {
+ 'skip_navigate_on_repeat': True,
+ 'page_repeat_iters': 20,
+ 'perf_stats_interval': '1'
+ }
+ page_set = 'page_sets/endure_gmail_refresh.json'
+
« no previous file with comments | « no previous file | tools/perf/page_sets/data/gmail_refresh.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698