dart-lang / benchmark_harness

The official benchmark harness for Dart
https://pub.dev/packages/benchmark_harness
BSD 3-Clause "New" or "Revised" License
94 stars 26 forks source link

More up-to-date code with newer versions of Dart | Slightly Better Documentation #55

Closed psygo closed 2 years ago

psygo commented 4 years ago

This is a minor refactoring featuring mostly — no behavior has changed —:

whesse commented 3 years ago

I see where the instructions you reference, https://dart.dev/guides/libraries/create-library-packages , suggest using "show" clauses in the public api of the library, but in this case, the library is small, and the classes are clearly visible in the generated API documentation, so I don't think it is worth it in this case.