This repo contains benchmarks used for testing the performance of all .NET Runtimes
Перейти к файлу
Eirik Tsarpalis f6d0cff8bf
Add JsonNode construction benchmarks (#4463)
Add JsonNode construction benchmarks
2024-09-18 12:58:03 -07:00
.config
.github
.vault-config
.vscode
docs
eng [main] Update dependencies from dotnet/runtime (#4465) 2024-09-18 11:43:50 -07:00
scripts Fix sanity check arg (#4464) 2024-09-18 06:32:15 +10:00
src Add JsonNode construction benchmarks (#4463) 2024-09-18 12:58:03 -07:00
.gitattributes
.gitignore
.markdownlint.json
CODE-OF-CONDUCT.md
Directory.Build.props
Directory.Build.targets
LICENSE.TXT
NuGet.config
README.md
azure-pipelines.yml
global.json Update dependencies from https://github.com/dotnet/arcade build 20240917.1 (#4466) 2024-09-18 11:43:38 -07:00
global.net8.json
helix.yml
requirements.txt

README.md

.NET Performance

Build Source Version Public Build Status Internal Build Status
main public_build_icon_main internal_build_icon_main
release/7.0 public_build_icon_release_7.0 internal_build_icon_release_7.0
release/6.0 public_build_icon_release_6.0 internal_build_icon_release_6.0

This repo contains benchmarks used for testing the performance of all .NET Runtimes: .NET Core, Full .NET Framework, Mono and NativeAOT.

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

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.