C#: Is this benchmarking class accurate?
It is about as accurate as you can get for a simple benchmark. But there are some factors not under your control: load on the system from other processes state of the heap before/during the benchmark You could do something about that last point, a benchmark is one of the rare situations where calling GC.Collect … Read more