BenchmarkDotNet icon indicating copy to clipboard operation
BenchmarkDotNet copied to clipboard

Powerful .NET library for benchmarking

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

I want to get exported files that are created by Exporters (e.g. `MarkdownExporter`'s output) Related logics are implemented by **ExporterBase.cs**. But it's defined as `internal`. So it can't be used...

I was trying to implement a cpu diagnoser (i.e. https://github.com/dotnet/BenchmarkDotNet/issues/1666) however I ran into issues doing so as DiagnoserResults only exposes TotalOperations. Taking a look at the gist: https://gist.github.com/MarkPflug/55173728458020c6d335cc099c891c0b Specifically...

Area:Diagnosers

(I'm using BenchmarkDotNet v0.14. The issue occurs on Windows, I haven't tested it on Linux or Mac OS.) I have a `Program.cs` inside a benchmark project that looks like this:...

up-for-grabs
Area:Toolchains

This is in terms of the issue a copy of https://github.com/dotnet/BenchmarkDotNet/issues/2548. However, since I run into this problem on windows, Linux and mac and based on my code review this...

(BenchmarkDotNet v0.14 on Windows 11.) I have a solution that uses [NuGet package source mapping](https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping). There's a benchmark project with a `Program.cs` that looks like this: ```csharp public static class...

I just want to write a small benchmark which needs for test the `System.Windows.Point` class from "WindowsBase.dll". The result of this was: ``` Exe net8.0-windows true ``` ``` using System.Collections.Generic;...

Fixes #1024 The idea is inside `Summary.cs`

fixes #791 Look at the third commit to see what the PR changes.

Added Memory Information - Free and Total memory for different platforms, for #846 Add RAM to summary

Rename `test-main.js` to `test-main.mjs`