This repo contains benchmarks used for testing the performance of all .NET Runtimes
Перейти к файлу
Jiri Cincura ↹ 23f86da53c
Remove net5.0 (unsupported) NuGet sources (and update System.CommandLine.DragonFruit) (#2666)
2022-10-26 08:43:27 +02:00
.config Update SecretManager version to include my change (#2604) 2022-09-09 16:41:00 -07:00
.github pr template (#2258) 2022-02-14 15:29:58 -07: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 docs: Add instructions for running for WASM (#2612) 2022-10-03 19:28:40 -04:00
eng Refactoring into ScenarioDirectoryName. (#2668) 2022-10-26 08:42:41 +02:00
scripts Removed unsupported .NET versions (#2663) 2022-10-25 08:54:32 +02:00
src Remove net5.0 (unsupported) NuGet sources (and update System.CommandLine.DragonFruit) (#2666) 2022-10-26 08:43:27 +02: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 Remove .NET 5 links, because it's no longer officially supported (#2635) 2022-10-06 20:17:11 +02: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 F# real world benchmarks (#2592) 2022-10-13 19:31:05 +02:00
global.json Update dependencies from https://github.com/dotnet/arcade build 20221003.1 (#2627) 2022-10-04 13:18:44 -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/3.1.4xx public_build_icon_release_3.1.4xx internal_build_icon_release_3.1.4xx

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

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.