Benchmarkdotnet: Dry mode doesn't work because of the ZeroMeasurementHelper

Created on 1 Nov 2018  路  6Comments  路  Source: dotnet/BenchmarkDotNet

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)
bug

Most helpful comment

Integration tests didn't catch this problem because default analyzers were disabled in BenchmarkTestExecutor.

All 6 comments

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!

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.

Was this page helpful?
0 / 5 - 0 ratings