Commit 7af766b4 authored by sullivan@chromium.org's avatar sullivan@chromium.org

Add startup_cold, startup_cold_dirty, startup_warm, and startup_warm_dirty test info.

BUG=286319

Review URL: https://chromiumcodereview.appspot.com/24027005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221749 0039d316-1c4b-4281-b951-d872f2087c98
parent 9f87f991
...@@ -256,6 +256,20 @@ ...@@ -256,6 +256,20 @@
"description": "Performance on [spaceport.io's perfmarks benchmark](http://spaceport.io/community/perfmarks). This test performs 3 animations (rotate, translate, scale) using a variety of methods (css, webgl, canvas, etc) and reports the number of objects that can be simultaneously animated while still achieving 30FPS.", "description": "Performance on [spaceport.io's perfmarks benchmark](http://spaceport.io/community/perfmarks). This test performs 3 animations (rotate, translate, scale) using a variety of methods (css, webgl, canvas, etc) and reports the number of objects that can be simultaneously animated while still achieving 30FPS.",
"code": ["chrome/src/tools/perf/benchmarks/spaceport.py"] "code": ["chrome/src/tools/perf/benchmarks/spaceport.py"]
}, },
"startup_cold": {
"description": "Measures cold startup time with a clean profile.",
"code": [
"chrome/src/tools/perf/measurements/startup.py",
"src/tools/perf/page_sets/blank_page.json"
]
},
"startup_cold_dirty": {
"description": "Measures cold startup time with a dirty profile.",
"code": [
"chrome/src/tools/perf/measurements/startup.py",
"src/tools/perf/page_sets/blank_page.json"
]
},
"startup_measurement": { "startup_measurement": {
"description": "Measures startup time under various scenarios. This is a port of our old startup_test target to Telemetry.", "description": "Measures startup time under various scenarios. This is a port of our old startup_test target to Telemetry.",
"code": [ "code": [
...@@ -267,6 +281,20 @@ ...@@ -267,6 +281,20 @@
"description": "Measures startup and shutdown time for 1 tab, 5 tabs, and 10 tabs under a several different user profiles. These tests are in the process of being ported to Telemetry - see the startup_measurement test.", "description": "Measures startup and shutdown time for 1 tab, 5 tabs, and 10 tabs under a several different user profiles. These tests are in the process of being ported to Telemetry - see the startup_measurement test.",
"code": ["chrome/src/chrome/test/perf/startup_test.cc"] "code": ["chrome/src/chrome/test/perf/startup_test.cc"]
}, },
"startup_warm": {
"description": "Measures warm startup time with a clean profile.",
"code": [
"chrome/src/tools/perf/measurements/startup.py",
"src/tools/perf/page_sets/blank_page.json"
]
},
"startup_warm_dirty": {
"description": "Measures warm startup time with a dirty profile.",
"code": [
"chrome/src/tools/perf/measurements/startup.py",
"src/tools/perf/page_sets/blank_page.json"
]
},
"sunspider": { "sunspider": {
"description": "Performance on the [SunSpider JavaScript benchmark](http://www.webkit.org/perf/sunspider/sunspider.html)", "description": "Performance on the [SunSpider JavaScript benchmark](http://www.webkit.org/perf/sunspider/sunspider.html)",
"code": ["chrome/src/tools/perf/benchmarks/sunspider.py"] "code": ["chrome/src/tools/perf/benchmarks/sunspider.py"]
......
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