This repo contains benchmarks used for testing the performance of all .NET Runtimes
Перейти к файлу
Aaron Kunkle 7db546e08c
Fix Path String for SDK Web Large 2.0 and 3.0 Scenarios (#1988)
* Replace backslash with forward slash in pre.py

* Avoided use of slashes
2021-09-07 11:49:39 -07: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 Enable wasm aot microbenchmark run (#1902) 2021-08-04 16:51:29 -07:00
eng Disabling blazor hot reload (#1987) 2021-09-03 11:56:26 -07:00
scripts Change 6.0 -> 6.0.1xx for channel param to dotnet-install (#1972) 2021-09-01 19:45:38 -07:00
src Fix Path String for SDK Web Large 2.0 and 3.0 Scenarios (#1988) 2021-09-07 11:49:39 -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 Fixup feeds (#1654) 2021-02-11 18:11:42 -08:00
README.md Added other pipeline statuses to README (#1949) 2021-08-24 14:21:38 -07:00
azure-pipelines-gc.yml Remove master triggers (#1740) 2021-04-12 13:55:07 -07:00
azure-pipelines.yml Removed non-main pipeline jobs from pipeline (#1952) 2021-08-27 09:46:06 -07:00
global.json [main] Update dependencies from dotnet/arcade (#1910) 2021-08-20 10:39:41 -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/5.0.1xx public_build_icon_release_5.0.1xx internal_build_icon_release_5.0.1xx
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.