| 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',
|
|
|