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

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

Issue 1201263002: performance measurement: add explicit temp source directory argument (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
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 120627baddb8159394da6f2d9c85ca6a134e6468..db0c0342b3e32403346c83ec88dd5305fcf7ff4b 100644
--- a/pkg/analysis_server/test/performance/local_runner.dart
+++ b/pkg/analysis_server/test/performance/local_runner.dart
@@ -64,10 +64,12 @@ main(List<String> args) {
//'-vv', // very verbose
'-i',
inputFile.path,
+ '-t',
+ tmpSrcDirPath,
'--mapFrom',
gitDir.path,
'--mapTo',
- tmpSrcDirPath
+ tmpSrcDirPath,
]);
}

Powered by Google App Engine
This is Rietveld 408576698