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

Unified Diff: pkg/compiler/tool/perf_test.dart

Issue 2385893002: Create entrypoint to measure performance of the dart2js frontend (Closed)
Patch Set: Cl comments Created 4 years, 2 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
« no previous file with comments | « pkg/compiler/tool/perf.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/tool/perf_test.dart
diff --git a/pkg/analyzer_cli/tool/perf_test.dart b/pkg/compiler/tool/perf_test.dart
similarity index 92%
copy from pkg/analyzer_cli/tool/perf_test.dart
copy to pkg/compiler/tool/perf_test.dart
index 3302a51e1d7dddcd52a816539837f5413a0fc277..20b647843dba72a878c523cecc8d11bb305a3747 100644
--- a/pkg/analyzer_cli/tool/perf_test.dart
+++ b/pkg/compiler/tool/perf_test.dart
@@ -4,7 +4,7 @@
/// The only purpose of this file is to enable analyzer tests on `perf.dart`,
/// the code here just has a dummy import to the rest of the code.
-library analyzer_cli.tool.perf_test;
+library compiler.tool.perf_test;
import 'perf.dart' as m;
« no previous file with comments | « pkg/compiler/tool/perf.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698