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

Side by Side Diff: benchmark/readints.html

Issue 1330723003: Implement a better dashboard for running benchmarks (Closed) Base URL: git@github.com:dart-lang/dart-protoc-plugin.git@master
Patch Set: Created 5 years, 3 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
« benchmark/lib/dashboard_view.dart ('K') | « benchmark/readints.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <html> 3 <html>
4 <head> 4 <head>
5 <title>JSON Benchmark</title> 5 <title>JSON Benchmark</title>
6 </head> 6 </head>
7 7
8 <body> 8 <body>
9 <div id="report"> 9 <div id="dashboard">
10 Loading... 10 Loading...
11 </div> 11 </div>
12 12
13 <script type="application/dart" src="readints.dart"></script> 13 <script type="application/dart" src="readints.dart"></script>
14 <script src="packages/browser/dart.js"></script> 14 <script src="packages/browser/dart.js"></script>
15 </body> 15 </body>
16 </html> 16 </html>
OLDNEW
« benchmark/lib/dashboard_view.dart ('K') | « benchmark/readints.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698