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

Benchmark harness can emit results. #15

Closed mvuksano closed 10 years ago

johnmccutchan commented 10 years ago

Can the di dependency be dropped and just a simple unit test put in its place.

mvuksano commented 10 years ago

Di dropped. I also dropped the last test as it made no sense after removing di.

johnmccutchan commented 10 years ago

LGTM, let me know when you're ready for me to pull.

mvuksano commented 10 years ago

@johnmccutchan Let's leave it as is. I don't think there's a strong use case for multiple emitters. You can pull this when you get a chance.