X Tutup
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/perf/dotnet-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ The tools here are copied from [dotnet/performance](https://github.com/dotnet/pe
the performance testing repository for the .NET runtime and framework libraries.

- [BenchmarkDotNet.Extensions](https://github.com/dotnet/performance/tree/main/src/harness/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.
- It provides the needed extensions for running benchmarks,
such as the `RecommendedConfig` which defines the set of recommended configurations for running the dotnet benchmarks.
- [Reporting](https://github.com/dotnet/performance/tree/main/src/tools/Reporting)
- It provides additional result reporting support
which may be useful to us when running our benchmarks in lab.
Expand Down
X Tutup