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

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

Issue 12088107: Revert 180117, it broke all telemetry tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "description": "Self-driven Canvas2D animation examples", 2 "description": "Self-driven Canvas2D animation examples",
3 "archive_data_file": "../data/tough_canvas_cases.json", 3 "archive_path": "../data/tough_canvas_cases.wpr",
4 "pages": [ 4 "pages": [
5 { 5 {
6 "url":"http://mudcu.be/labs/JS1k/BreathingGalaxies.html", 6 "url":"http://mudcu.be/labs/JS1k/BreathingGalaxies.html",
7 "smoothness": { 7 "smoothness": {
8 "action": "wait_action", 8 "action": "wait_action",
9 "duration": 5 9 "duration": 5
10 } 10 }
11 }, 11 },
12 { 12 {
13 "url":"http://runway.countlessprojects.com/prototype/performance_test.html", 13 "url":"http://runway.countlessprojects.com/prototype/performance_test.html",
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 }, 235 },
236 { 236 {
237 "url":"http://www.smashcat.org/av/canvas_test/", 237 "url":"http://www.smashcat.org/av/canvas_test/",
238 "smoothness": { 238 "smoothness": {
239 "action": "wait_action", 239 "action": "wait_action",
240 "duration": 5 240 "duration": 5
241 } 241 }
242 } 242 }
243 ] 243 ]
244 } 244 }
OLDNEW
« no previous file with comments | « tools/perf/page_sets/top_25.json ('k') | tools/telemetry/telemetry/csv_page_benchmark_results_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698