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

Add AsyncBenchmarkBase #31

Closed jakemac53 closed 10 months ago

jakemac53 commented 9 years ago

I would possibly be willing to do this, assuming people are on board with the change.

lukepighetti commented 3 years ago

Looks like this issue is six years old now. I think we might just have to make a PR and go from there.

vaind commented 3 years ago

Hope it's fine to post this here, if not, please remove....

I've been missing some features in benchmark_harness as well, which led me to develop an alternative. After having it in-code in some projects, I've now decided to publish it for others, check out https://pub.dev/packages/benchmarking

fzyzcjy commented 10 months ago

It seems that this is supported: https://github.com/dart-lang/benchmark_harness/blob/master/lib/src/async_benchmark_base.dart