зеркало из https://github.com/dotnet/performance.git
0b765a09e7
* Update dependencies from https://github.com/dotnet/arcade build 20220630.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 5.0.0-beta.22276.2 -> To Version 5.0.0-beta.22330.2 * Update dependencies from https://github.com/dotnet/arcade build 20220721.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 5.0.0-beta.22276.2 -> To Version 5.0.0-beta.22371.1 * Update dependencies from https://github.com/dotnet/arcade build 20221006.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 5.0.0-beta.22276.2 -> To Version 5.0.0-beta.22506.2 * Update dependencies from https://github.com/dotnet/arcade build 20221007.5 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 5.0.0-beta.22276.2 -> To Version 5.0.0-beta.22507.5 * Update dependencies from https://github.com/dotnet/arcade build 20221013.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 5.0.0-beta.22276.2 -> To Version 5.0.0-beta.22513.3 * Update dependencies from https://github.com/dotnet/arcade build 20221026.12 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 5.0.0-beta.22276.2 -> To Version 5.0.0-beta.22526.12 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> |
||
---|---|---|
.config | ||
.vscode | ||
docs | ||
eng | ||
scripts | ||
src | ||
.gitattributes | ||
.gitignore | ||
CODE-OF-CONDUCT.md | ||
Directory.Build.props | ||
Directory.Build.targets | ||
LICENSE.TXT | ||
NuGet.config | ||
README.md | ||
azure-pipelines-gc.yml | ||
azure-pipelines.yml | ||
global.json |
README.md
.NET Performance
Public Build Status | Internal Build Status |
---|---|
This repo contains benchmarks used for testing the performance of all .NET Runtimes: .NET Core, Full .NET Framework, Mono and CoreRT.
Finding these benchmarks in a separate repository might be surprising. Performance in a given scenario may be impacted by changes in seemingly unrelated components. Using this central repository ensures that measurements are made in comparable ways across all .NET runtimes and repos. This consistency lets engineers make progress and ensures the customer scenarios are protected.
Documentation
- Microbenchmarks Guide for information on running our microbenchmarks
- Real-World Scenarios Guide for information on running our real-world scenario benchmarks
- Benchmarking workflow for dotnet/runtime repository for information on benchmarking local dotnet/runtime builds
- Profiling workflow for dotnet/runtime repository for information on profiling local dotnet/runtime builds
Contributing to Repository
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.