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

When using `RPlotExporter` for MemoryDiagnoser benchmark there are no plots generated to compare the memory usage, only execution time. Even though the necessary data is included in `-measurements.csv` file

This is a problem that I have resolved, but I want to make this info available in case others run into a similar problem. Consider the following extract from the...

To make sure it works and fails properly (#2533).

up-for-grabs
Area:Toolchains
help wanted
Area:DevOps

We recently found a MonoAOTLLVM performance test run that failed to build but still ran and produced results when we expected it to fail instead. Here is part of the...

**Repro** ```fsharp namespace Perf open BenchmarkDotNet.Running open BenchmarkDotNet.Attributes module Main = type Test() = [] member _.AnonymousRecord() = let array = Array.init 5 id array |> Array.countBy (fun n ->...

Hello! I would like to report that using [IterationSetup] is causing 400B to be allocated. I quickly checked how it works for earlier versions and it seems that the problem...

I ran into several cases where I accidentally benchmarked the wrong version of a NuGet package because NuGet restore warnings (e.g. [NU1102 "Unable to find package 'Foo' with version (>=...

up-for-grabs
Area:Toolchains
good first issue