Show HN: Easy small benchmarks in .NET
github.com
Show HN: Easy small benchmarks in .NET
1–3 of 3 posts
Re: Show HN: Easy small benchmarks in .NET
#2This looks interesting, I like the fluent syntax. I'm curious how it stacks up against the accuracy of Benchmark.Net for microbenchmarking.
Re: Show HN: Easy small benchmarks in .NET
#3This looks interesting, I like the fluent syntax. I'm curious how it stacks up against the accuracy of Benchmark.Net for microbenchmarking.
The need to change whole syntax when switching from two benchmarks to three is unnecessarily tedious. Single syntax for any number of benchmarks would have worked better IMHO.