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

Side by Side Diff: tools/perf/page_sets/image_decoding_measurement.json

Issue 23618042: [telemetry] Add new benchmarks and rename them all. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "description": "A directed benchmark of image decoding performance",
tonyg 2013/09/11 02:04:05 Won't this break the bots? IIRC, they are still us
dtu 2013/09/12 00:12:58 You're right. Undone.
3 "navigate_steps": [
4 { "action": "navigate" },
5 { "action": "javascript", "expression": "runBenchmark();" },
6 { "action": "wait", "javascript": "isDone" }
7 ],
8 "image_decoding_measurement_limit_results_to_min_iterations": true,
9 "pages": [
10 { "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht ml?gif" },
11 { "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht ml?jpg" },
12 { "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht ml?png" },
13 { "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht ml?webp" }
14 ]
15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698