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

Unified Diff: pkg/analysis_server/benchmark/integration/local_runner.dart

Issue 1249793007: performance measurement mods: (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: merge Created 5 years, 5 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/benchmark/integration/local_runner.dart
diff --git a/pkg/analysis_server/benchmark/integration/local_runner.dart b/pkg/analysis_server/benchmark/integration/local_runner.dart
index 1d8d245dff950c44262ca661ef0d7402cc8cc135..1728272b5ded40bd09101c21caf7e9ef5c3fbd66 100644
--- a/pkg/analysis_server/benchmark/integration/local_runner.dart
+++ b/pkg/analysis_server/benchmark/integration/local_runner.dart
@@ -63,6 +63,7 @@ main(List<String> args) {
performance.main([
//'-vv', // very verbose
//'-d8081', // analysis server localhost diagnostic port
+ //'--newTaskModel',
'-i${inputFile.path}',
'-t$tmpSrcDirPath',
'-m${gitDir.path},$tmpSrcDirPath',

Powered by Google App Engine
This is Rietveld 408576698