PowerShell/test/perf/dotnet-tools/README.md

962 B

Tools

The tools here are copied from dotnet/performance, the performance testing repository for the .NET runtime and framework libraries.

  • BenchmarkDotNet.Extensions
    • It provides the needed extensions for running benckmarks, such as the RecommendedConfig which defines the set of recommended configurations for running the dotnet benckmarks.
  • Reporting
    • It provides additional result reporting support which may be useful to us when running our benchmarks in lab.
  • ResultsComparer
    • It's a tool for comparing different benchmark results. It's very useful to show the regression of new changes by comparing its benchmark results to the baseline results.