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

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

Issue 9958051: Add support for Dromaeo tests in perf scripts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments Created 8 years, 8 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>frog metrics</title> 5 <title>frog 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/avg2browser-perf.png" /> 10 <img src="graphs/avg2browser-perf.png" />
11 <img src="win/avg2browser-perf.png" /> 11 <img src="win/avg2browser-perf.png" />
12 <img src="graphs/code-time-size.png" />»» 12 <img src="graphs/code-time-size.png" />
13 <img src="graphs/2code-time-size.png" />» » 13 <img src="graphs/2code-time-size.png" />
14 <img src="graphs/avg2cl-results.png" /> <br /> 14 <img src="graphs/avg2cl-results.png" />
15 <img src="graphs/avg2dromaeo.png" />
16 <br />
15 17
16 <hr /> 18 <hr />
17 19
18 <p> Individual benchmark performance in the Browser on Mac:</p> 20 <p> Individual benchmark performance in the Browser on Mac:</p>
19 21
20 <img src="graphs/Fannkuchbrowser-perf.png" /> 22 <img src="graphs/Fannkuchbrowser-perf.png" />
21 <img src="graphs/NBodybrowser-perf.png" /> 23 <img src="graphs/NBodybrowser-perf.png" />
22 <img src="graphs/Richardsbrowser-perf.png" /> 24 <img src="graphs/Richardsbrowser-perf.png" />
23 <img src="graphs/Towersbrowser-perf.png" /> 25 <img src="graphs/Towersbrowser-perf.png" />
24 <img src="graphs/Fibonaccibrowser-perf.png" /> 26 <img src="graphs/Fibonaccibrowser-perf.png" />
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 <img src="graphs/QuickSortcl-results.png" /> 87 <img src="graphs/QuickSortcl-results.png" />
86 <img src="graphs/Takcl-results.png" /> 88 <img src="graphs/Takcl-results.png" />
87 <img src="graphs/cl-results.png" /> 89 <img src="graphs/cl-results.png" />
88 <img src="graphs/DeltaBluecl-results.png" /> 90 <img src="graphs/DeltaBluecl-results.png" />
89 <img src="graphs/Meteorcl-results.png" /> 91 <img src="graphs/Meteorcl-results.png" />
90 <img src="graphs/Recursecl-results.png" /> 92 <img src="graphs/Recursecl-results.png" />
91 <img src="graphs/Taklcl-results.png" /> 93 <img src="graphs/Taklcl-results.png" />
92 <img src="graphs/code-time-size.png" /> 94 <img src="graphs/code-time-size.png" />
93 </body> 95 </body>
94 </html> 96 </html>
OLDNEW
« no previous file with comments | « samples/third_party/dromaeo/generate_frog_tests.py ('k') | tools/testing/perf_testing/run_perf_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698