Commit e66571cf authored by skyostil's avatar skyostil Committed by Commit bot

perf: Add description for new task_execution_time benchmark

BUG=391005

Review URL: https://codereview.chromium.org/669733008

Cr-Commit-Position: refs/heads/master@{#300504}
parent 4c5156d3
...@@ -213,5 +213,11 @@ ...@@ -213,5 +213,11 @@
}, },
"tab_switching.top_10":{ "tab_switching.top_10":{
"description":"This test records the MPArch.RWH_TabSwitchPaintDuration histogram, which is a measure of the time between when a tab was requested to be shown, and when first paint occurred. The script opens 10 pages in different tabs, waits for them to load, and then switches to each tab and records the metric. The pages were chosen from Alexa top ranking sites." "description":"This test records the MPArch.RWH_TabSwitchPaintDuration histogram, which is a measure of the time between when a tab was requested to be shown, and when first paint occurred. The script opens 10 pages in different tabs, waits for them to load, and then switches to each tab and records the metric. The pages were chosen from Alexa top ranking sites."
},
"task_execution_time.key_mobile_sites":{
"description":"This benchmark measures the runtimes of various tasks on the renderer main thread while scrolling on key mobile sites. It is used for tracking and guiding optimizations in the Blink scheduler project."
},
"task_execution_time.tough_scheduling_cases":{
"description":"This benchmark measures the runtimes of various tasks on the renderer main thread while scrolling on synthetic pages with challenging scheduling properties. It is used for tracking and guiding optimizations in the Blink scheduler project."
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment