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

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

Issue 1221893003: performance measurement improvements (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 0cbe6e1ab21e301391deeaff6b00dc5a79a8cd1d..1d8d245dff950c44262ca661ef0d7402cc8cc135 100644
--- a/pkg/analysis_server/test/performance/local_runner.dart
+++ b/pkg/analysis_server/test/performance/local_runner.dart
@@ -62,12 +62,10 @@ main(List<String> args) {
*/
performance.main([
//'-vv', // very verbose
- '-i',
- inputFile.path,
- '-t',
- tmpSrcDirPath,
- '-m',
- '${gitDir.path},$tmpSrcDirPath',
+ //'-d8081', // analysis server localhost diagnostic port
+ '-i${inputFile.path}',
+ '-t$tmpSrcDirPath',
+ '-m${gitDir.path},$tmpSrcDirPath',
]);
}

Powered by Google App Engine
This is Rietveld 408576698