Hacker News new | ask | show | jobs
Show HN: Easy small benchmarks in .NET (github.com)
16 points by bodyloss 3346 days ago
1 comments

This 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.