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): |