dart-lang / dart_style

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

Add benchmark for some dart:ffi code that was slow in the old formatter. #1515

Closed munificent closed 3 months ago

munificent commented 3 months ago

In the new formatter, it's about 3000x faster.

Fix #1066.

cc @dcharkes