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

Unified Diff: pkg/analysis_server/test/performance/local_runner.dart

Issue 1202803002: performance measurement: mapFrom/To --> map (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: merge Created 5 years, 6 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 | « no previous file | pkg/analysis_server/test/performance/main.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/performance/local_runner.dart
diff --git a/pkg/analysis_server/test/performance/local_runner.dart b/pkg/analysis_server/test/performance/local_runner.dart
index db0c0342b3e32403346c83ec88dd5305fcf7ff4b..0cbe6e1ab21e301391deeaff6b00dc5a79a8cd1d 100644
--- a/pkg/analysis_server/test/performance/local_runner.dart
+++ b/pkg/analysis_server/test/performance/local_runner.dart
@@ -66,10 +66,8 @@ main(List<String> args) {
inputFile.path,
'-t',
tmpSrcDirPath,
- '--mapFrom',
- gitDir.path,
- '--mapTo',
- tmpSrcDirPath,
+ '-m',
+ '${gitDir.path},$tmpSrcDirPath',
]);
}
« no previous file with comments | « no previous file | pkg/analysis_server/test/performance/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698