Skip to content

BrennanConroy/BlogPost60Bench

Repository files navigation

Micro-benchmarks for ASP.NET Core 6.0

This repo contains micro-benchmarks using BenchmarkDotNet for the ASP.NET Core 6.0 perf blog post.

To run the benchmarks run

dotnet run -c Release -f net48 --runtimes net48 netcoreapp3.1 net5.0 net6.0

and select a number for which benchmark you want to run.

In some cases a benchmark might apply to a subset of target frameworks and a command like

dotnet run -c Release -f net6.0 -filter "**" --runtimes net6.0

or

dotnet run -c Release -f net5.0 -filter "**" --runtimes net5.0 net6.0

should be used instead.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages