rspeele / TaskBuilder.fs

F# computation expression builder for System.Threading.Tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BenchmarkDotNet results

NinoFloris opened this issue · comments

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 :)

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

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