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

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

Issue 1576153002: Remove the Dromaeo and TodoMVC samples. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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 | « tools/testing/perf_testing/data.html ('k') | tools/testing/perf_testing/get_current_stats.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
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">
4 <head>
5 <title>Dart DOM metrics</title>
6 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
7 </head>
8 <body>
9 <p><a href="data.html">Raw Data Logs</a></p>
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" />
15 <img src="graphs/2dromaeo-size.png" />
16 <br />
17
18 <hr />
19
20 <p> Individual Dromaeo benchmark performance </p>
21
22 <p> Attributes benchmarks: </p>
23 <img src="graphs/getAttributedromaeo.png" />
24 <img src="graphs/element.propertydromaeo.png" />
25 <img src="graphs/setAttributedromaeo.png" />
26 <img src="graphs/element.property_ASSIGN_valuedromaeo.png" />
27
28 <p> Modify benchmarks: </p>
29 <img src="graphs/createElementdromaeo.png" />
30 <img src="graphs/createTextNodedromaeo.png" />
31 <img src="graphs/innerHTMLdromaeo.png" />
32 <img src="graphs/cloneNodedromaeo.png" />
33 <img src="graphs/appendChilddromaeo.png" />
34 <img src="graphs/insertBeforedromaeo.png" />
35
36 <p> Query benchmarks: </p>
37 <img src="graphs/getElementByIddromaeo.png" />
38 <img src="graphs/getElementById__not_in_document_dromaeo.png" />
39 <img src="graphs/getElementsByTagName_div_dromaeo.png" />
40 <img src="graphs/getElementsByTagName_p_dromaeo.png" />
41 <img src="graphs/getElementsByTagName_a_dromaeo.png" />
42 <img src="graphs/getElementsByTagName_ALL_dromaeo.png" />
43 <img src="graphs/getElementsByTagName__not_in_document_dromaeo.png" />
44 <img src="graphs/getElementsByNamedromaeo.png" />
45 <img src="graphs/getElementsByName__not_in_document_dromaeo.png" />
46
47 <p> Traverse benchmarks: </p>
48 <img src="graphs/firstChilddromaeo.png" />
49 <img src="graphs/lastChilddromaeo.png" />
50 <img src="graphs/nextSiblingdromaeo.png" />
51 <img src="graphs/previousSiblingdromaeo.png" />
52 <img src="graphs/childNodesdromaeo.png" />
53
54 </body>
55 </html>
OLDNEW
« no previous file with comments | « tools/testing/perf_testing/data.html ('k') | tools/testing/perf_testing/get_current_stats.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698