Chromium Code Reviews| Index: pkg/compiler/tool/perf_test.dart |
| diff --git a/pkg/compiler/tool/perf_test.dart b/pkg/compiler/tool/perf_test.dart |
| index 20b647843dba72a878c523cecc8d11bb305a3747..d4afa17cb26152767ead72ed6a125953d7452a16 100644 |
| --- a/pkg/compiler/tool/perf_test.dart |
| +++ b/pkg/compiler/tool/perf_test.dart |
| @@ -8,4 +8,4 @@ library compiler.tool.perf_test; |
| import 'perf.dart' as m; |
| -main() => print('done ${m.scanTotalChars}'); |
| +main() => print('done ${m.inputSize}'); |