This repo contains benchmarks used for testing the performance of all .NET Runtimes
Перейти к файлу
dotnet-maestro[bot] 5b595dce3a
Update dependencies from https://github.com/dotnet/arcade build 20230719.2 (#3150)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 8.0.0-beta.23364.2 -> To Version 8.0.0-beta.23369.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-07-20 10:23:39 -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 ms-vscode.csharp to ms-dotnettools.csharp (#1229) 2020-04-23 14:41:15 -07:00
docs Update benchmarking-workflow-dotnet-runtime.md (#2974) 2023-04-19 17:08:44 +02:00
eng Update dependencies from https://github.com/dotnet/arcade build 20230719.2 (#3150) 2023-07-20 10:23:39 -07:00
scripts Add raising exceptions to retry_on_exception and use for uploading if resource already exists (#3087) 2023-06-21 12:55:07 -07:00
src Bump Microsoft.AspNetCore.Identity (#3129) 2023-07-19 16:20:51 -07:00
.gitattributes Fix microbenchmarks input files (#1142) 2020-01-22 18:43:45 +01:00
.gitignore MauiBlazorAndroid Scenario (#2386) 2022-04-20 11:24:32 -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 Remove net5.0 (unsupported) NuGet sources (and update System.CommandLine.DragonFruit) (#2666) 2022-10-26 08:43:27 +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 Revert adding Illink arm tests (#3094) 2023-06-22 09:08:40 -07:00
global.json Update dependencies from https://github.com/dotnet/arcade build 20230719.2 (#3150) 2023-07-20 10:23:39 -07: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.