| Index: pkg/analysis_server/benchmark/perf/benchmark_local.dart
|
| diff --git a/pkg/analysis_server/benchmark/perf/benchmark_local.dart b/pkg/analysis_server/benchmark/perf/benchmark_local.dart
|
| index 8cbdb8979fb0c238e5fe2b0a59fda373aeb924cb..bc010c373b8b682a15faf41c2d1e4f0fc1f881fa 100644
|
| --- a/pkg/analysis_server/benchmark/perf/benchmark_local.dart
|
| +++ b/pkg/analysis_server/benchmark/perf/benchmark_local.dart
|
| @@ -231,7 +231,7 @@ Future run_local_refactoring_1() async {
|
| Future run_memory_initialAnalysis_1() async {
|
| String id = 'memory-initialAnalysis-1';
|
| String description = r'''
|
| -1. Start server, set 'analyzer' and 'analysis_server' analysis roots.
|
| +1. Start server, set 'analyzer' as the analysis root.
|
| 2. Measure the memory usage after finishing initial analysis.
|
| 3. Shutdown the server.
|
| 4. Go to (1).
|
|
|