| OLD | NEW |
| 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 }, | 173 }, |
| 174 "robohornet_pro":{ | 174 "robohornet_pro":{ |
| 175 "description":"Milliseconds to complete the [RoboHornetPro demo by Microsoft
](http://ie.microsoft.com/testdrive/performance/robohornetpro/)" | 175 "description":"Milliseconds to complete the [RoboHornetPro demo by Microsoft
](http://ie.microsoft.com/testdrive/performance/robohornetpro/)" |
| 176 }, | 176 }, |
| 177 "peacekeeper":{ | 177 "peacekeeper":{ |
| 178 "description":"Peacekeeper measures browser's performance by testing its Jav
aScript functionality.\n\nJavaScript is a widely used programming language used
in the creation of modern websites to provide features such as animation, naviga
tion,forms and other common requirements. By measuring a browser's ability to ha
ndle commonly used JavaScript functions Peacekeeper can evaluate its performance
. Peacekeeper scores are measured in operations per second or rendered frames pe
r second depending on the test. Final Score is computed by calculating geometric
mean of individual tests scores. [Peacekeeper by Futuremark](http://peacekeeper
.futuremark.com)", | 178 "description":"Peacekeeper measures browser's performance by testing its Jav
aScript functionality.\n\nJavaScript is a widely used programming language used
in the creation of modern websites to provide features such as animation, naviga
tion,forms and other common requirements. By measuring a browser's ability to ha
ndle commonly used JavaScript functions Peacekeeper can evaluate its performance
. Peacekeeper scores are measured in operations per second or rendered frames pe
r second depending on the test. Final Score is computed by calculating geometric
mean of individual tests scores. [Peacekeeper by Futuremark](http://peacekeeper
.futuremark.com)", |
| 179 "code":[ | 179 "code":[ |
| 180 "chrome/src/tools/perf/benchmark/peacekeeper.py" | 180 "chrome/src/tools/perf/benchmark/peacekeeper.py" |
| 181 ] | 181 ] |
| 182 }, | 182 }, |
| 183 "scheduler.tough_scheduling_cases":{ |
| 184 "description":"This test measures rendering statistics while interacting wit
h pages that have challenging scheduling properties. Mainly affected by changes
to the compositor scheduler or the graphics pipeline." |
| 185 }, |
| 183 "scirra":{ | 186 "scirra":{ |
| 184 "description":"The Scirra WebGL performance test measures the number of 2D t
riangles represented onscreen when the animation reaches the 30 FPS threshold. [
Scirra demos](https://www.scirra.com/)", | 187 "description":"The Scirra WebGL performance test measures the number of 2D t
riangles represented onscreen when the animation reaches the 30 FPS threshold. [
Scirra demos](https://www.scirra.com/)", |
| 185 "code":[ | 188 "code":[ |
| 186 "chrome/src/tools/perf/benchmark/scirra.py" | 189 "chrome/src/tools/perf/benchmark/scirra.py" |
| 187 ] | 190 ] |
| 188 }, | 191 }, |
| 189 "sizes":{ | 192 "sizes":{ |
| 190 "description":"Tracks binary sizes and number of static initializers.", | 193 "description":"Tracks binary sizes and number of static initializers.", |
| 191 "code":[ | 194 "code":[ |
| 192 "chrome/tools/build/scripts/slave/chromium/sizes.py" | 195 "chrome/tools/build/scripts/slave/chromium/sizes.py" |
| (...skipping 19 matching lines...) Expand all Loading... |
| 212 "description":"Measures warm startup time with a dirty profile.", | 215 "description":"Measures warm startup time with a dirty profile.", |
| 213 "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." | 216 "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." |
| 214 }, | 217 }, |
| 215 "sunspider":{ | 218 "sunspider":{ |
| 216 "description":"Performance on the [SunSpider JavaScript benchmark](http://ww
w.webkit.org/perf/sunspider/sunspider.html)" | 219 "description":"Performance on the [SunSpider JavaScript benchmark](http://ww
w.webkit.org/perf/sunspider/sunspider.html)" |
| 217 }, | 220 }, |
| 218 "tab_switching.top_10":{ | 221 "tab_switching.top_10":{ |
| 219 "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." | 222 "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." |
| 220 } | 223 } |
| 221 } | 224 } |
| OLD | NEW |