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

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

Issue 8920009: Add Safari to the list of browsers we test on a regular basis. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years 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
« no previous file with comments | « tools/testing/perf_testing/create_graph.py ('k') | tools/testing/run_selenium.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>frog metrics</title>
6 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
7 </head>
8 <body>
9
10 <!--TODO(efortuna): clean this page up to be more readable instead of sticking a
11 bunch of images on the page. -->
12 <img src="graphs/avg2cl-results.png" /> <br />
13 <!--table here-->
14 <table border="1"> <tr> <td> svn revision </td>
15
16 <img src="graphs/avg2browser-perf.png" />
17
18 <img src="graphs/2browser-perf.png" />
19 <img src="graphs/Fannkuchbrowser-perf.png" />
20 <img src="graphs/NBodybrowser-perf.png" />
21 <img src="graphs/Richardsbrowser-perf.png" />
22 <img src="graphs/Towersbrowser-perf.png" />
23 <img src="graphs/2cl-results.png" />
24 <img src="graphs/Fannkuchcl-results.png" />
25 <img src="graphs/NBodycl-results.png" />
26 <img src="graphs/Richardscl-results.png" />
27 <img src="graphs/Towerscl-results.png" />
28 <img src="graphs/2code-time-size.png" />
29 <img src="graphs/Fibonaccibrowser-perf.png" />
30 <img src="graphs/Permutebrowser-perf.png" />
31 <img src="graphs/Sievebrowser-perf.png" />
32 <img src="graphs/TreeSortbrowser-perf.png" />
33 <img src="graphs/3code-time-size.png" />
34 <img src="graphs/Fibonaccicl-results.png" />
35 <img src="graphs/Permutecl-results.png" />
36 <img src="graphs/Sievecl-results.png" />
37 <img src="graphs/TreeSortcl-results.png" />
38 <img src="graphs/BinaryTreesbrowser-perf.png" />
39 <img src="graphs/Loopbrowser-perf.png" />
40 <img src="graphs/Queensbrowser-perf.png" />
41 <img src="graphs/Sumbrowser-perf.png" />
42 <img src="graphs/avg2browser-perf.png" />
43 <img src="graphs/BinaryTreescl-results.png" />
44 <img src="graphs/Loopcl-results.png" />
45 <img src="graphs/Queenscl-results.png" />
46 <img src="graphs/Sumcl-results.png" />
47 <img src="graphs/avg2cl-results.png" />
48 <img src="graphs/BubbleSortbrowser-perf.png" />
49 <img src="graphs/Mandelbrotbrowser-perf.png" />
50 <img src="graphs/QuickSortbrowser-perf.png" />
51 <img src="graphs/Takbrowser-perf.png" />
52 <img src="graphs/browser-correctness.png" />
53 <img src="graphs/BubbleSortcl-results.png" />
54 <img src="graphs/Mandelbrotcl-results.png" />
55 <img src="graphs/QuickSortcl-results.png" />
56 <img src="graphs/Takcl-results.png" />
57 <img src="graphs/browser-perf.png" />
58 <img src="graphs/DeltaBluebrowser-perf.png" />
59 <img src="graphs/Meteorbrowser-perf.png" />
60 <img src="graphs/Recursebrowser-perf.png" />
61 <img src="graphs/Taklbrowser-perf.png" />
62 <img src="graphs/cl-results.png" />
63 <img src="graphs/DeltaBluecl-results.png" />
64 <img src="graphs/Meteorcl-results.png" />
65 <img src="graphs/Recursecl-results.png" />
66 <img src="graphs/Taklcl-results.png" />
67 <img src="graphs/code-time-size.png" />
68 </body>
69 </html>
OLDNEW
« no previous file with comments | « tools/testing/perf_testing/create_graph.py ('k') | tools/testing/run_selenium.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698