BenchmarkDotNet icon indicating copy to clipboard operation
BenchmarkDotNet copied to clipboard

Powerful .NET library for benchmarking

Results 223 BenchmarkDotNet issues
Sort by recently updated
recently updated
newest added

Currently, there is no official (but there have been attempts it seems, looking at #1838 and #759) way to use BenchmarkDotNet under Unity nor to benchmark code running under Unity....

Hi! I'm running `BenchmarkDotNet` with the following setup: - `Core.csproj`: a library project with code that should be benchmarked - `Benchmarks.csproj`: a project that references `Core.csproj` and contains benchmarks However,...

It would be useful if there was an option to align/justify the Method column (leftmost column when there's only one namespace and It would be useful if there was an...

For some cases would be great to have a way to have a summary result table with an average result for each Benchmark without the Param values. Is it possible...

Right now BenchmarkDotNet produces an empty artifacts with no information what happened.

I have a nice set of benchmarks (which you can see [here](https://github.com/microsoft/coyote/tree/master/Tests/Performance.Tests/Tests/Actors/StateMachines)) and they run fine, and report nice low error rates around 0.2 to 2% range. But when I...

I sometimes want to do a dry run just to see the allocations, not caring about the benchmark times. But the results were way off when I tried to do...

example, https://cloud.drone.io/Ky7m/BenchmarkDotNet/58

Some automatic to reconcile BenchmarkDotNet version with default version in template If it's good enough I will fix templates for VB and F# also. If not just close PR

Just make my first benchmark. Unfortunatelly at the end of execution in section of `Diagnostic Output - MemoryDiagnoser` I've got an exception and don't know what is causing it. ```c#...