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

Unified Diff: tools/perf/page_sets/tough_image_cases.json

Issue 11753023: [telemetry] Clean up image decoding benchmark (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: helps if i upload a working patch Created 7 years, 12 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
Index: tools/perf/page_sets/tough_image_cases.json
diff --git a/tools/perf/page_sets/tough_image_cases.json b/tools/perf/page_sets/tough_image_cases.json
index 036233c805456cf3bcf80fdfce1ad15757701851..ec86ea26f5bab0ad43381299545d77779a5b5426 100644
--- a/tools/perf/page_sets/tough_image_cases.json
+++ b/tools/perf/page_sets/tough_image_cases.json
@@ -1,8 +1,29 @@
{
"description": "A collection of image decoding performance tests",
"pages": [
- {"url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?gif"},
- {"url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?jpg"},
- {"url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?png"}
+ {
+ "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?gif",
+ "post_navigate_javascript_to_execute": "runBenchmark();",
+ "wait_for_javascript_expression": "isDone",
+ "is_image_decoding_benchmark": true
+ },
+ {
+ "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?jpg",
+ "post_navigate_javascript_to_execute": "runBenchmark();",
+ "wait_for_javascript_expression": "isDone",
+ "is_image_decoding_benchmark": true
+ },
+ {
+ "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?png",
+ "post_navigate_javascript_to_execute": "runBenchmark();",
+ "wait_for_javascript_expression": "isDone",
+ "is_image_decoding_benchmark": true
+ },
+ {
+ "url": "http://www.free-pictures-photos.com/aviation/airplane-306.jpg"
tonyg 2013/01/04 23:26:32 This test is currently running on the bots, so we
+ },
+ {
+ "url": "http://upload.wikimedia.org/wikipedia/commons/c/cb/General_history%2C_Alaska_Yukon_Pacific_Exposition%2C_fully_illustrated_-_meet_me_in_Seattle_1909_-_Page_78.jpg"
+ }
]
}
« no previous file with comments | « no previous file | tools/perf/perf_tools/image_decoding_benchmark.py » ('j') | tools/telemetry/telemetry/page_test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698