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

Side by Side Diff: tools/testing/perf_testing/dromaeo.html

Issue 10408075: Run dart2js compiled Dromaeo on Chrome (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/ DTD/xhtml11.dtd"> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/ DTD/xhtml11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4 <head> 4 <head>
5 <title>Dart DOM metrics</title> 5 <title>Dart DOM metrics</title>
6 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> 6 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
7 </head> 7 </head>
8 <body> 8 <body>
9 <p><a href="data.html">Raw Data Logs</a></p> 9 <p><a href="data.html">Raw Data Logs</a></p>
10 <img src="graphs/avg2dromaeo.png" /> 10 <img src="graphs/avg2dromaeo.png" />
11 <img src="graphs/avg3dromaeo.png" />
12 <img src="graphs/avg4dromaeo.png" />
13 <img src="graphs/avg5dromaeo.png" />
14 <img src="graphs/avg6dromaeo.png" />
11 <img src="graphs/2dromaeo-size.png" /> 15 <img src="graphs/2dromaeo-size.png" />
12 <br /> 16 <br />
13 17
14 <hr /> 18 <hr />
15 19
16 <p> Individual Dromaeo benchmark performance </p> 20 <p> Individual Dromaeo benchmark performance </p>
17 21
18 <p> Attributes benchmarks: </p> 22 <p> Attributes benchmarks: </p>
19 <img src="graphs/getAttributedromaeo.png" /> 23 <img src="graphs/getAttributedromaeo.png" />
20 <img src="graphs/element.propertydromaeo.png" /> 24 <img src="graphs/element.propertydromaeo.png" />
(...skipping 21 matching lines...) Expand all
42 46
43 <p> Traverse benchmarks: </p> 47 <p> Traverse benchmarks: </p>
44 <img src="graphs/firstChilddromaeo.png" /> 48 <img src="graphs/firstChilddromaeo.png" />
45 <img src="graphs/lastChilddromaeo.png" /> 49 <img src="graphs/lastChilddromaeo.png" />
46 <img src="graphs/nextSiblingdromaeo.png" /> 50 <img src="graphs/nextSiblingdromaeo.png" />
47 <img src="graphs/previousSiblingdromaeo.png" /> 51 <img src="graphs/previousSiblingdromaeo.png" />
48 <img src="graphs/childNodesdromaeo.png" /> 52 <img src="graphs/childNodesdromaeo.png" />
49 53
50 </body> 54 </body>
51 </html> 55 </html>
OLDNEW
« no previous file with comments | « no previous file | tools/testing/perf_testing/run_perf_tests.py » ('j') | tools/testing/perf_testing/run_perf_tests.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698