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

Unified Diff: pkg/analysis_server/benchmark/perf/benchmark_local.dart

Issue 2124053002: Fix comments in benchmark (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | pkg/analysis_server/benchmark/perf/memory_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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).
« no previous file with comments | « no previous file | pkg/analysis_server/benchmark/perf/memory_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698