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

Unified Diff: tools/perf/test-info.json

Issue 24027005: Add startup_cold, startup_cold_dirty, startup_warm, and startup_warm_dirty test info. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/test-info.json
diff --git a/tools/perf/test-info.json b/tools/perf/test-info.json
index 79caaad9b704dda80720b84e6bf7bb88fdb16794..1d64b53f97d3318a8882ae3ac9f2625cd7f75508 100644
--- a/tools/perf/test-info.json
+++ b/tools/perf/test-info.json
@@ -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.",
"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": {
"description": "Measures startup time under various scenarios. This is a port of our old startup_test target to Telemetry.",
"code": [
@@ -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.",
"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": {
"description": "Performance on the [SunSpider JavaScript benchmark](http://www.webkit.org/perf/sunspider/sunspider.html)",
"code": ["chrome/src/tools/perf/benchmarks/sunspider.py"]
« 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