rspeele / TaskBuilder.fs

F# computation expression builder for System.Threading.Tasks
Creative Commons Zero v1.0 Universal
235 stars 27 forks source link

BenchmarkDotNet results #6

Closed NinoFloris closed 6 years ago

NinoFloris commented 6 years ago

Alright locally moved the benchmark suite to BDN and these are the results screen shot 2017-08-18 at 18 10 11

TaskBuilder is looking good, expected to have a bit more allocs but overall the mean times are very close to C#.

Would you be willing to pull the changes of the setup for BDN and new proj system? Then I'll open a PR :)

rspeele commented 6 years ago

Sure, sounds good. Glad to see the benchmark results look decent.

rspeele commented 6 years ago

Closing this issue as a non-issue. Still willing to accept a PR of course.