summaryrefslogtreecommitdiffstats
path: root/tools/perf
diff options
context:
space:
mode:
authorsullivan@chromium.org <sullivan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-09 01:25:21 +0000
committersullivan@chromium.org <sullivan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-09 01:25:21 +0000
commit5d6233e90f014fc5a1b297bc10036027de49b846 (patch)
treee88a3b3dbb0f14678f343f181d60b2b8965cb176 /tools/perf
parent67d6dad3bbcb932e6bcbde9998b7fac16ba1b23e (diff)
downloadchromium_src-5d6233e90f014fc5a1b297bc10036027de49b846.zip
chromium_src-5d6233e90f014fc5a1b297bc10036027de49b846.tar.gz
chromium_src-5d6233e90f014fc5a1b297bc10036027de49b846.tar.bz2
Added necessary page set json files for bisect script
BUG= Review URL: https://chromiumcodereview.appspot.com/22532005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216526 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/perf')
-rw-r--r--tools/perf/test-info.json21
1 files changed, 14 insertions, 7 deletions
diff --git a/tools/perf/test-info.json b/tools/perf/test-info.json
index 8f56e9b..79caaad 100644
--- a/tools/perf/test-info.json
+++ b/tools/perf/test-info.json
@@ -30,9 +30,7 @@
},
"dom_perf": {
"description": "Performance of DOM operations.",
- "code": [
- "chrome/src/tools/perf/benchmarks/dom_perf.py"
- ]
+ "code": ["chrome/src/tools/perf/benchmarks/dom_perf.py"]
},
"dromaeo_domcoreattr": {
"description": "Setting and getting DOM node attributes.",
@@ -143,7 +141,7 @@
"description": "Milliseconds to decode a large image of various formats (gif, jpg, png, webp).",
"code": [
"chrome/src/tools/perf/measurements/image_decoding.py",
- "chrome/src/chrome/test/data/image_decoding/"
+ "chrome/src/tools/perf/page_sets/image_decoding_measurement.json"
]
},
"indexeddb": {
@@ -204,7 +202,10 @@
},
"memory_measurement": {
"description": "Use (recorded versions of) real world web sites and measure memory consumption.",
- "code": ["chrome/src/tools/perf/measurements/memory.py"]
+ "code": [
+ "chrome/src/tools/perf/measurements/memory.py",
+ "chrome/src/tools/perf/page_sets/top_25.json"
+ ]
},
"memory_test": {
"description": "Loads a number of URLs across tabs and windows and measures the memory usage.",
@@ -246,7 +247,10 @@
},
"smoothness_measurement": {
"description": "Measures frame rate and a variety of other statistics while scrolling down the top 25 web pages. [Documentation](http://www.chromium.org/developers/design-documents/rendering-benchmarks).",
- "code": ["chrome/src/tools/perf/measurements/smoothness.py"]
+ "code": [
+ "chrome/src/tools/perf/measurements/smoothness.py",
+ "chrome/src/tools/perf/page_sets/top_25.json"
+ ]
},
"spaceport": {
"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.",
@@ -254,7 +258,10 @@
},
"startup_measurement": {
"description": "Measures startup time under various scenarios. This is a port of our old startup_test target to Telemetry.",
- "code": ["chrome/src/tools/perf/measurements/startup.py"]
+ "code": [
+ "chrome/src/tools/perf/measurements/startup.py",
+ "src/tools/perf/page_sets/blank_page.json"
+ ]
},
"startup_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.",