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

Unified Diff: benchmark/readints.dart

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 side-by-side diff with in-line comments
Download patch
Index: benchmark/readints.dart
diff --git a/benchmark/readints.dart b/benchmark/readints.dart
index 3df8855516fb75ff5dfd0cb2dc719df7e729ceeb..04e244be0c9791beb62c472509f78beb9eccba1e 100644
--- a/benchmark/readints.dart
+++ b/benchmark/readints.dart
@@ -5,6 +5,6 @@
import "dart:html" show querySelector;
import 'lib/suites/json.dart' show jsonSuite;
-import 'lib/html_view.dart' show runSuiteWithView;
+import 'lib/dashboard.dart' show showDashboard;
-main() async => runSuiteWithView(jsonSuite, querySelector("#report"));
+main() => showDashboard(jsonSuite, querySelector("#dashboard"));

Powered by Google App Engine
This is Rietveld 408576698