NetFabric / LinqBenchmarks

Benchmarking LINQ and alternative implementations
MIT License
174 stars 14 forks source link

Big table of comparison #21

Closed Happypig375 closed 3 years ago

Happypig375 commented 3 years ago

To make the results more useful, consider aggregating all benchmark results into one table in README possibly with ⚪🔴🟠🟡🟢🔵🟣🟤⚫s so that we can immediately see which one is faster in which areas without needing to click many times.

aalmada commented 3 years ago

@Happypig375 The tables are saved automatically to files as they generated by BenchmarkDotNet. I would have to parse the markdown to set the colors. I don't know if I would want to invest that much time in it. Thanks for the suggestion.