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

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

Issue 156663003: Delete idb_perf test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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 | « chrome/test/perf/indexeddb_uitest.cc ('k') | 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "dromaeo.jslibtraverseprototype":{ 67 "dromaeo.jslibtraverseprototype":{
68 "description":"Traversing a DOM structure using the Prototype JavaScript Lib rary." 68 "description":"Traversing a DOM structure using the Prototype JavaScript Lib rary."
69 }, 69 },
70 "fast_path.key_mobile_sites":{ 70 "fast_path.key_mobile_sites":{
71 "description":"Measures CPU usage on rendering critical threads. Both clock and CPU time is measured." 71 "description":"Measures CPU usage on rendering critical threads. Both clock and CPU time is measured."
72 }, 72 },
73 "html5gaming": { 73 "html5gaming": {
74 "description": "Impact HTML5 Gaming benchmark.\n\nTests one very specific us e case: smooth running games rendered with the <canvas> element. The score for t he HTML5-Benchmark takes the total time the browser spent rendering frames (form ula is 1000000/(sqrt(totalTime) + lagTime * 0.1)). The benchmark automatically r uns at a reasonable screen size. Final score is a indicator for the browser's ab ility to smoothly run HTML5 games.", 74 "description": "Impact HTML5 Gaming benchmark.\n\nTests one very specific us e case: smooth running games rendered with the <canvas> element. The score for t he HTML5-Benchmark takes the total time the browser spent rendering frames (form ula is 1000000/(sqrt(totalTime) + lagTime * 0.1)). The benchmark automatically r uns at a reasonable screen size. Final score is a indicator for the browser's ab ility to smoothly run HTML5 games.",
75 "code": ["chrome/src/tools/perf/benchmark/html5gaming.py"] 75 "code": ["chrome/src/tools/perf/benchmark/html5gaming.py"]
76 }, 76 },
77 "idb_perf":{
78 "description":"Benchmarks for a variety of IndexedDB operations.",
79 "code":[
80 "chrome/src/chrome/test/perf/indexeddb_uitest.cc",
81 "chrome/src/chrome/test/data/indexeddb/perf_test.html"
82 ]
83 },
84 "image_decoding.image_decoding_measurement ":{ 77 "image_decoding.image_decoding_measurement ":{
85 "description":"Milliseconds to decode a large image of various formats (gif, jpg, png, webp)." 78 "description":"Milliseconds to decode a large image of various formats (gif, jpg, png, webp)."
86 }, 79 },
87 "indexed_db":{ 80 "indexed_db":{
88 "description":"Benchmarks for a variety of IndexedDB operations.", 81 "description":"Benchmarks for a variety of IndexedDB operations.",
89 "code":[ 82 "code":[
90 "chrome/src/chrome/test/data/indexeddb/perf_test.html" 83 "chrome/src/chrome/test/data/indexeddb/perf_test.html"
91 ] 84 ]
92 }, 85 },
93 "jsgamebench":{ 86 "jsgamebench":{
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "description":"Measures warm startup time with a dirty profile.", 211 "description":"Measures warm startup time with a dirty profile.",
219 "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." 212 "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."
220 }, 213 },
221 "sunspider":{ 214 "sunspider":{
222 "description":"Performance on the [SunSpider JavaScript benchmark](http://ww w.webkit.org/perf/sunspider/sunspider.html)" 215 "description":"Performance on the [SunSpider JavaScript benchmark](http://ww w.webkit.org/perf/sunspider/sunspider.html)"
223 }, 216 },
224 "tab_switching.top_10":{ 217 "tab_switching.top_10":{
225 "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." 218 "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."
226 } 219 }
227 } 220 }
OLDNEW
« no previous file with comments | « chrome/test/perf/indexeddb_uitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698