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 Update secret sync version (#4427) 2024-08-29 13:25:48 -07:00
.github Update markdownlint.yml 2023-03-08 09:36:56 -08:00
.vault-config Fix secret sync (#3795) 2024-01-25 11:25:07 -08:00
.vscode Use net8.0 for scenarios libraries (#4342) 2024-07-27 07:04:01 +10:00
docs [wasm] Update steps to run the benchmarks against local runtime build (#4333) 2024-08-06 09:39:40 -05:00
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 Fix microbenchmarks input files (#1142) 2020-01-22 18:43:45 +01:00
.gitignore Truly Dynamic Event (#4274) 2024-07-09 09:12:02 -07:00
.markdownlint.json docs: Add instructions for running for WASM (#2612) 2022-10-03 19:28:40 -04:00
CODE-OF-CONDUCT.md Link Code of Conduct (#1262) 2020-04-02 15:24:18 -07:00
Directory.Build.props Set copyright and package license (#319) 2019-02-22 08:50:15 +01:00
Directory.Build.targets Add files to make performance build with arcade 2018-12-07 14:16:13 -08:00
LICENSE.TXT Added LICENSE and updated README (#148) 2018-11-06 21:24:51 +01:00
NuGet.config Update dependencies from https://github.com/dotnet/arcade build 20231120.1 (#3499) 2023-11-21 14:20:39 +01:00
README.md Update README.md (#2933) 2023-03-19 16:33:18 +01:00
azure-pipelines.yml Remove release/7.0 tiggers from main branch yml. (#4432) 2024-09-03 14:34:03 -07:00
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 Re-enable 8.0 device Maui tests (#3873) 2024-02-05 09:51:27 -08:00
helix.yml Update runs to use new queues (#4106) 2024-04-01 13:45:19 -07:00
requirements.txt Bump urllib3 from 1.26.18 to 1.26.19 (#4319) 2024-07-20 13:18:30 +10:00

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.