This repo contains benchmarks used for testing the performance of all .NET Runtimes
Перейти к файлу
Carlos Sanchez 3881a69d83
Update profiling workflow instructions with missing step (#1718)
Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com>
2021-03-10 09:44:00 +01:00
.config Credscan - suppress false positive (#1367) 2020-06-24 12:29:58 +02:00
.vscode ms-vscode.csharp to ms-dotnettools.csharp (#1229) 2020-04-23 14:41:15 -07:00
docs Update profiling workflow instructions with missing step (#1718) 2021-03-10 09:44:00 +01:00
eng Add 5.0 channel (#1714) 2021-03-08 22:08:45 -08:00
scripts netcoreapp5.0 => net5.0 (#1646) 2021-03-05 09:45:30 -08:00
src Add benchmarks for log formatting (#1708) 2021-03-08 13:26:27 +01:00
.gitattributes Fix microbenchmarks input files (#1142) 2020-01-22 18:43:45 +01:00
.gitignore Add JIT label and label smaller subsets of tests (#1437) 2020-08-06 14:45:36 -07: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 Fixup feeds (#1654) 2021-02-11 18:11:42 -08:00
README.md update link to Scenarios (#1626) 2021-01-04 13:21:11 -08:00
azure-pipelines-gc.yml Add base template files for GC Infra CI tests in Azure Pipelines (#1547) 2020-10-13 13:58:51 -07:00
azure-pipelines.yml Add 5.0 channel (#1714) 2021-03-08 22:08:45 -08:00
global.json Update dependencies from https://github.com/dotnet/arcade build 20210302.1 (#1705) 2021-03-03 14:02:30 +00:00

README.md

.NET Performance

Public Build Status Internal Build Status
public_build_icon internal_build_icon

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.