Cameron Aavik
Cameron Aavik
I spent some time writing up a proposal and realised it was getting a bit complex, and also that during the functioning of a benchmark run there are lots of...
Completed in #2420
I'll take a look at both of these issues today
The issue I believe might be caused due to the use of a custom sourcekey and potential backwards compatibility issues around the cached sources when upgrading to a newer version...
I have spoken with one of the devs on the VSTest team about this and they have confirmed to me that this feature is not possible to complete with the...
Actually I expose a custom VSTest property exactly for this purpose: https://github.com/dotnet/BenchmarkDotNet/blob/master/src/BenchmarkDotNet.TestAdapter/VSTestProperties.cs#L15 This test property is attached as a custom property onto every testcase. It is definitely possible to build...
I've tested this PR against a local build from https://github.com/dotnet/runtime/pull/106599 and it fails because it seems that the .NET 10 SDK doesn't actually allow to target .NET 10, rather it...
I've been looking into this particular issue recently and the way I see it there are two use cases here to consider: 1. Comparing two benchmark cases 2. Comparing a...