mawosoft / Mawosoft.Extensions.BenchmarkDotNet

An extensions library for BenchmarkDotNet
https://mawosoft.github.io/Mawosoft.Extensions.BenchmarkDotNet/
MIT License
0 stars 0 forks source link
benchmark benchmarkdotnet dotnet extension extensions library netstandard netstandard20

Mawosoft Extensions for BenchmarkDotNet

NuGet CI/CD License

An extensions library to support benchmarking with BenchmarkDotNet.

Overview · Documentation · Samples

Column Display

Configuration and Running

CI Feed

If you use BenchmarkDotNet's CI builds (nightlies), you also need to use the latest CI builds here, because BenchmarkDotNet frequently introduces breaking API changes within their builds.

To consume the latest CI build, add the following feed to your Nuget.Config:

<configuration>
  <packageSources>
    <add key="mawosoft-nightly" value="https://pkgs.dev.azure.com/mawosoft-de/public/_packaging/public/nuget/v3/index.json" />
  </packageSources>
</configuration>

The CI builds have the next expected version number and are tagged as -dev.<number>.