| Index: pkg/compiler/lib/src/dart2js_stress.dart
|
| diff --git a/pkg/compiler/lib/src/dart2js_stress.dart b/pkg/compiler/lib/src/dart2js_stress.dart
|
| index fce57f239eb51f5666d82f29fd0a1ccbb33cf4cd..7daedea9a92370dd514067fa6f07909fb5b4a771 100644
|
| --- a/pkg/compiler/lib/src/dart2js_stress.dart
|
| +++ b/pkg/compiler/lib/src/dart2js_stress.dart
|
| @@ -7,8 +7,6 @@ import "dart2js.dart" as dart2js;
|
|
|
| const ITERATIONS_FLAG_PREFIX = "--iterations=";
|
| void main(List<String> args) {
|
| - print("Reminder: for best performance, "
|
| - "dart2js should be run with the VM flag --heap_growth_rate=512");
|
| Stopwatch sw = new Stopwatch();
|
| int count = 0;
|
| int maxCount = null;
|
|
|