BenchmarkDotNet
BenchmarkDotNet copied to clipboard
Powerful .NET library for benchmarking
You should not change power plant to High Performance if it is already Ultimate Performance.
While trying out the most recent changes which allow benchmarking with dotnet core 3.0 desktop project, which btw, work GREAT, I noticed that when running BenchmarkDotNet I get errors for...
One major downside of in-process benchmarks is that, if they produce side-effects, they can affect the results of other benchmarks. See #2197 Currently, in-process benchmarks run on their own dedicated...
Is it possible to run performance benchmark on Kubernetes? I am trying to run it be exec into the pod after building image from files and dlls and running dotnet...
Hi, I'm unable to run benchmark in Net 7 or Net8 : ```ps C:\Users\doods> dotnet --list-sdks 3.1.100 [C:\Program Files\dotnet\sdk] 5.0.408 [C:\Program Files\dotnet\sdk] 6.0.203 [C:\Program Files\dotnet\sdk] 6.0.320 [C:\Program Files\dotnet\sdk] 6.0.417 [C:\Program...
Would be great to have a P99.9 percentile, as most of the partners using the Microsoft auth SDKs are tracking P99.9 in their performance metrics. https://benchmarkdotnet.org/articles/features/statistics.html#sample-intropercentiles Thanks.
hello I am hitting an error where when I run our benchmarks out of process with target net7.0 (like this: dotnet run -c release --framework net7.0 -r win-x64), Bechnmarkdotnet generates...
Fix #1967 This code adds the ability to include a custom exporter from command line arguments. The user can use the option --customExporter "{assembly-qualified name of exporter}" and it will...
Hello, I recently came across the following issue while writing benchmarks. Say I have a benchmark that receives one argument of type `List` through an `ArgumentsSource`, for example: ```csharp public...
Running the project from Visual Studio creates the `results` folder in the parent directory just fine. However, running the program from the command line does not produce any output files...