diff options
author | picksi <picksi@chromium.org> | 2014-09-17 05:56:13 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-17 12:56:43 +0000 |
commit | 8b1791fee7b9079df25a4524daf3923ad62b8264 (patch) | |
tree | 643c8e82db7d195871d1ede069ac18c9f5b41d00 /tools/perf/page_sets/data/tough_scheduling_cases.json | |
parent | 872dab5645e89e21caa9eead483f0c33d4deeb6c (diff) | |
download | chromium_src-8b1791fee7b9079df25a4524daf3923ad62b8264.zip chromium_src-8b1791fee7b9079df25a4524daf3923ad62b8264.tar.gz chromium_src-8b1791fee7b9079df25a4524daf3923ad62b8264.tar.bz2 |
Moving noisy pages (ESPN and LA Times) from key_mobile_sites into tough_scheduling_cases.
BUG=414644
Review URL: https://codereview.chromium.org/572233002
Cr-Commit-Position: refs/heads/master@{#295264}
Diffstat (limited to 'tools/perf/page_sets/data/tough_scheduling_cases.json')
-rw-r--r-- | tools/perf/page_sets/data/tough_scheduling_cases.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/tools/perf/page_sets/data/tough_scheduling_cases.json b/tools/perf/page_sets/data/tough_scheduling_cases.json new file mode 100644 index 0000000..dfc62a9 --- /dev/null +++ b/tools/perf/page_sets/data/tough_scheduling_cases.json @@ -0,0 +1,38 @@ +{ + "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.", + "archives": { + "tough_scheduling_cases_001.wpr": [ + "split_animation.html", + "http://www.latimes.com", + "touch_handler_scrolling.html?slow_handler", + "empty_touch_handler_desktop.html?bounce_desktop_slow_handler", + "touch_handler_scrolling.html?janky_handler", + "empty_touch_handler.html?slow_handler", + "touch_handler_scrolling.html?occasionally_janky_handler", + "touch_handler_scrolling.html?medium_handler", + "touch_handler_scrolling.html?super_slow_handler", + "div_touch_handler.html", + "empty_touch_handler_desktop.html?desktop_slow_handler", + "raf.html", + "simple_text_page.html", + "empty_touch_handler.html?bounce", + "raf_canvas.html", + "raf.html?gpu_bound", + "empty_touch_handler.html?baseline", + "raf.html?heavy_first_frame", + "simple_text_page.html?main_busy", + "raf_animation.html", + "raf_touch_animation.html", + "http://m.espn.go.com/nhl/rankings", + "simple_text_page.html?main_very_busy", + "sync_scroll_offset.html", + "simple_touch_drag.html", + "simple_text_page.html?medium_layers", + "empty_touch_handler.html?bounce_slow_handler", + "raf_touch_animation.html?medium", + "simple_text_page.html?many_layers", + "raf_touch_animation.html?heavy", + "touch_handler_scrolling.html" + ] + } +}
\ No newline at end of file |