| Index: pkg/analysis_server/benchmark/integration/README.md
|
| diff --git a/pkg/analysis_server/benchmark/integration/README.md b/pkg/analysis_server/benchmark/integration/README.md
|
| index 78431f91d5c0ecb2006eb33b7e40a8bae43793f1..9955c11ce06bf02a7f2abcb6a9d57fa8011ef7b4 100644
|
| --- a/pkg/analysis_server/benchmark/integration/README.md
|
| +++ b/pkg/analysis_server/benchmark/integration/README.md
|
| @@ -20,9 +20,7 @@ The required command line arguments are
|
| * **inputFile** = the instrumentation or log file
|
|
|
| Additional arguments are passed directly to main.dart.
|
| -For example, you may want to specify --newTaskModel to measure performance
|
| -with the new task model versus the old task model,
|
| -or if the log was recorded on one machine and is played back on another,
|
| +For example, if the log was recorded on one machine and is played back on another,
|
| then you might need to specify -m<oldSrcPath>,<newSrcPath>
|
| to map the source paths for playback.
|
| When specifying additional arguments, any occurrences of @tmpSrcDir@
|
| @@ -49,7 +47,6 @@ WARNING: The contents of the target directory will be modified
|
| * **-t, --tmpSrcDir <dirPath>**
|
| The temporary directory containing source used during performance measurement.
|
| WARNING: The contents of the target directory will be modified
|
| -* **--newTaskModel** enable the use of the new task model
|
| * **-d, --diagnosticPort** localhost port on which server
|
| will provide diagnostic web pages
|
| * **-v, --verbose** Verbose logging
|
|
|