This repo contains benchmarks used for testing the performance of all .NET Runtimes
Перейти к файлу
dotnet-maestro[bot] 0b765a09e7
[release/5.0.1xx] Update dependencies from dotnet/arcade (#2518)
* Update dependencies from https://github.com/dotnet/arcade build 20220630.2

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 5.0.0-beta.22276.2 -> To Version 5.0.0-beta.22330.2

* Update dependencies from https://github.com/dotnet/arcade build 20220721.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 5.0.0-beta.22276.2 -> To Version 5.0.0-beta.22371.1

* Update dependencies from https://github.com/dotnet/arcade build 20221006.2

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 5.0.0-beta.22276.2 -> To Version 5.0.0-beta.22506.2

* Update dependencies from https://github.com/dotnet/arcade build 20221007.5

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 5.0.0-beta.22276.2 -> To Version 5.0.0-beta.22507.5

* Update dependencies from https://github.com/dotnet/arcade build 20221013.3

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 5.0.0-beta.22276.2 -> To Version 5.0.0-beta.22513.3

* Update dependencies from https://github.com/dotnet/arcade build 20221026.12

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 5.0.0-beta.22276.2 -> To Version 5.0.0-beta.22526.12

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2022-11-08 15:32:35 -08: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 [Docs] the perfcollect doc link should point to dotnet/runtime, not dotnet/coreclr (#1611) 2020-12-07 10:23:50 +01:00
eng [release/5.0.1xx] Update dependencies from dotnet/arcade (#2518) 2022-11-08 15:32:35 -08:00
scripts Index dotnet version so that the correct string is passed (#1576) 2020-11-02 08:57:24 -08:00
src Add clear statement (#1970) 2021-09-01 13:55:44 -07: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 Update dependencies from https://github.com/dotnet/arcade build 20210810.2 (#1962) 2021-08-27 18:08:51 +00:00
README.md Update docs after repos merge (#1132) 2020-01-17 11:57:43 +01:00
azure-pipelines-gc.yml Move windows 2016 to windows 2019 similar to Perf PR #2148. (#2302) 2022-03-14 10:08:56 -07:00
azure-pipelines.yml Move windows 2016 to windows 2019 similar to Perf PR #2148. (#2302) 2022-03-14 10:08:56 -07:00
global.json [release/5.0.1xx] Update dependencies from dotnet/arcade (#2518) 2022-11-08 15:32:35 -08: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.