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

Unified Diff: tools/perf/page_sets/tough_scheduling_cases.py

Issue 497173002: perf: Make RAF heavy first frame test do what it says (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/page_sets/tough_scheduling_cases.py
diff --git a/tools/perf/page_sets/tough_scheduling_cases.py b/tools/perf/page_sets/tough_scheduling_cases.py
index 2cc7ca6f4dff4c7624feb3987dacd72f50bd5efc..d002ac8adc6581802d289835e110208ec027eeac 100644
--- a/tools/perf/page_sets/tough_scheduling_cases.py
+++ b/tools/perf/page_sets/tough_scheduling_cases.py
@@ -249,7 +249,8 @@ class Page16(ToughSchedulingCasesPage):
url='file://tough_scheduling_cases/raf.html?heavy_first_frame',
page_set=page_set)
- self.synthetic_delays = {'cc.BeginMainFrame': {'target_duration': 0.15}}
+ self.synthetic_delays = {'cc.BeginMainFrame': {'target_duration': 0.15,
+ 'mode': 'oneshot'}}
class Page17(ToughSchedulingCasesPage):
« 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