aspnet / Benchmarks

Benchmarks for ASP.NET Core
Other
1.18k stars 244 forks source link

Add Benchmarks for dotnet new templates #943

Open benaadams opened 5 years ago

benaadams commented 5 years ago

A lot of extra "stuff" gets added to the default out of the box experience (Host filtering, exception handling, logging, passing though extra middlewares like StaticFiles etc)

The performance impacts of these slip though the gaps as they are not measured, however it is the first experience most users will have.

/cc @davidfowl @DamianEdwards

DamianEdwards commented 1 year ago

Despite its age, this is worthy of consideration and tracking regularly, even if only preview to preview.

sebastienros commented 1 year ago

Options:

DamianEdwards commented 1 year ago

The last option seems like the best as it would tie it directly to the pinned SDK with the least amount of work.