Unhandled Exception: System.ArgumentOutOfRangeException: n should be >= 1
Parameter name: n
at BenchmarkDotNet.Mathematics.MathHelper.StudentTwoTail(Double t, Double n)
at BenchmarkDotNet.Mathematics.MathHelper.StudentOneTail(Double t, Double n)
at BenchmarkDotNet.Mathematics.StatisticalTesting.StudentTest.IsGreater(Statistics sample, Double value, Threshold threshold)
at BenchmarkDotNet.Analysers.ZeroMeasurementHelper.CheckZeroMeasurementOneSample(Double[] results, Double threshold)
Integration tests didn't catch this problem because default analyzers were disabled in BenchmarkTestExecutor.
Integration tests didn't catch this problem because default analyzers were disabled in BenchmarkTestExecutor.
thanks for putting the explanation!
With enabled analysers, we found another problem: https://ci.appveyor.com/project/dotnetfoundation/benchmarkdotnet/builds/19981806/tests
Hello, I hit this, do you have an idea when you will release 0.11.3?
Hello, I hit this, do you have an idea when you will release 0.11.3?
Hello! You can also use nightly build from bdn-nightly feed.
@Rizzen thanks, I missed that.
Most helpful comment
Integration tests didn't catch this problem because default analyzers were disabled in BenchmarkTestExecutor.