This repo contains benchmarks used for testing the performance of all .NET Runtimes
Перейти к файлу
mrsharm 60971bbae4 Added back one more lohPauseMeasure comment 2023-09-13 11:37:13 -07:00
.config Update SecretManager version to include my change (#2604) 2022-09-09 16:41:00 -07:00
.github Update markdownlint.yml 2023-03-08 09:36:56 -08:00
.vault-config Fix secret error (#2568) 2022-08-18 12:10:49 -07:00
.vscode Crank runner for Helix (#3230) 2023-08-11 19:08:09 +10:00
docs Crank runner for Helix (#3230) 2023-08-11 19:08:09 +10:00
eng Fix TargetsWindowsParam on non-Windows. (#3315) 2023-09-04 11:17:54 +02:00
scripts [wasm] Don't strip native symbols (#3288) 2023-08-25 10:08:37 -07:00
src Added back one more lohPauseMeasure comment 2023-09-13 11:37:13 -07:00
.gitattributes Fix microbenchmarks input files (#1142) 2020-01-22 18:43:45 +01:00
.gitignore EventListener that listens for the events we care about and then emits them via own LTTng tracepoint provider that works against the updated ABI (#3170) 2023-08-31 08:39:01 +02: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 Fix ILLink packages (#3199) 2023-07-31 21:26:14 +02:00
README.md Update README.md (#2933) 2023-03-19 16:33:18 +01:00
azure-pipelines-gc.yml Update Windows RS4 x64 micro_net461 Open LTS to windows-latest (#2148) 2021-12-02 09:08:30 -08:00
azure-pipelines.yml EventListener that listens for the events we care about and then emits them via own LTTng tracepoint provider that works against the updated ABI (#3170) 2023-08-31 08:39:01 +02:00
global.json Update dependencies from https://github.com/dotnet/arcade build 20230831.2 (#3312) 2023-09-01 14:17:49 +02:00
helix.yml Crank runner for Helix (#3230) 2023-08-11 19:08:09 +10:00
requirements.txt Crank runner for Helix (#3230) 2023-08-11 19:08:09 +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.