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

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

Issue 9706088: Some changes to performance test script. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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
(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>raw data</title>
6 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
7 </head>
8 <body>
9 <ul>
10 <li><a href="browser-perf-macos.html">Mac Browser Performance</a></li>
11 <li><a href="browser-perf-win32.html">Windows Browser Performance</a></li>
12 <li><a href="cl-results-macos.html">Command Line Performance</a></li>
vsm 2012/03/16 00:32:18 Why this combo? Seems random. Is command line fo
Emily Fortuna 2012/03/16 21:27:57 Yeah. I'll change it. Everything but Windows brows
13 <li><a href="code-time-size-macos.html">Compilation Time and Output Size</a> </li>
14 </ul>
15 </body>
16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698