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

Side by Side Diff: tools/perf/test-info.json

Issue 669733008: perf: Add description for new task_execution_time benchmark (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "_description":"This file contains info about our performance test suites, use d by the perf dashboard (http://chromeperf.appspot.com).", 2 "_description":"This file contains info about our performance test suites, use d by the perf dashboard (http://chromeperf.appspot.com).",
3 "blink_perf":{ 3 "blink_perf":{
4 "description":"Runs all enabled benchmarks in third_party/WebKit/Performance Tests/", 4 "description":"Runs all enabled benchmarks in third_party/WebKit/Performance Tests/",
5 "code":[ 5 "code":[
6 "chrome/src/tools/perf/measurements/blink_perf.py", 6 "chrome/src/tools/perf/measurements/blink_perf.py",
7 "third_party/WebKit/PerformanceTests/" 7 "third_party/WebKit/PerformanceTests/"
8 ] 8 ]
9 }, 9 },
10 "browsermark": { 10 "browsermark": {
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 }, 206 },
207 "startup.warm.dirty.blank_page":{ 207 "startup.warm.dirty.blank_page":{
208 "description":"Measures warm startup time with a dirty profile.", 208 "description":"Measures warm startup time with a dirty profile.",
209 "comment":"The same as startup.warm.blank_page, except for the user profile that's used. Set up in tools/build/scripts/master/factory/chromium_factory.py." 209 "comment":"The same as startup.warm.blank_page, except for the user profile that's used. Set up in tools/build/scripts/master/factory/chromium_factory.py."
210 }, 210 },
211 "sunspider":{ 211 "sunspider":{
212 "description":"Performance on the [SunSpider JavaScript benchmark](http://ww w.webkit.org/perf/sunspider/sunspider.html)" 212 "description":"Performance on the [SunSpider JavaScript benchmark](http://ww w.webkit.org/perf/sunspider/sunspider.html)"
213 }, 213 },
214 "tab_switching.top_10":{ 214 "tab_switching.top_10":{
215 "description":"This test records the MPArch.RWH_TabSwitchPaintDuration histo gram, which is a measure of the time between when a tab was requested to be show n, and when first paint occurred. The script opens 10 pages in different tabs, w aits for them to load, and then switches to each tab and records the metric. The pages were chosen from Alexa top ranking sites." 215 "description":"This test records the MPArch.RWH_TabSwitchPaintDuration histo gram, which is a measure of the time between when a tab was requested to be show n, and when first paint occurred. The script opens 10 pages in different tabs, w aits for them to load, and then switches to each tab and records the metric. The pages were chosen from Alexa top ranking sites."
216 },
217 "task_execution_time.key_mobile_sites":{
218 "description":"This benchmark measures the runtimes of various tasks on the renderer main thread while scrolling on key mobile sites. It is used for trackin g and guiding optimizations in the Blink scheduler project."
219 },
220 "task_execution_time.tough_scheduling_cases":{
221 "description":"This benchmark measures the runtimes of various tasks on the renderer main thread while scrolling on synthetic pages with challenging schedul ing properties. It is used for tracking and guiding optimizations in the Blink s cheduler project."
216 } 222 }
217 } 223 }
OLDNEW
« 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