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 I run any benchmark on Azure ARM64, it reports ``` BenchmarkDotNet v0.13.12, Ubuntu 22.04.4 LTS (Jammy Jellyfish) Unknown processor ``` E.g. https://github.com/dotnet/runtime/pull/102705#issuecomment-2132450520 `cat /proc/cpuinfo` (which BDN uses) outputs: ```...

help wanted

When I invoke my benchmark with multiple coreruns, e.g.: ``` dotnet run -c Release -- --coreRun /base/corerun /diff/corerun -d 2 ``` the DisassemblyDiagnoser produces a report (`*-asm.md`) like this: ```...

up-for-grabs
Area:Diagnosers
good first issue

I'm trying to track down an issue where a benchmark (using `EtwProfiler`) will not run (turns out, some things are missing from the app.config in the second order builds). To...