Y
Hacker News
new
|
ask
|
show
|
jobs
Show HN: Easy small benchmarks in .NET
(
github.com
)
16 points
by
bodyloss
3346 days ago
1 comments
algorithmsRcool
3346 days ago
This looks interesting, I like the fluent syntax. I'm curious how it stacks up against the accuracy of Benchmark.Net for microbenchmarking.
link
sedatk
3345 days ago
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.
link