dart-lang / dart_style

An opinionated formatter/linter for Dart code
https://pub.dev/packages/dart_style
BSD 3-Clause "New" or "Revised" License
645 stars 117 forks source link

Add some profiling instrumentation to the old formatter. #1492

Closed munificent closed 3 months ago

munificent commented 3 months ago

This helps comparing the different phases in the two implementations against each other.

Also, I added support to benchmark/directory.dart to run in tall or short style.