What is considered the most accurate way to benchmark VBA code (in my case, I am testing code in Excel)? Are there any other techniques for benchmarking code besides the 2 b
Any measurement is going to be noisy, so if you want precision, repeat the measurement many times and average the result.