-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Add benchmarks for MapAction #29915
Copy link
Copy link
Closed
Labels
DoneThis issue has been fixedThis issue has been fixedarea-minimalIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcarea-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesfeature-minimal-actionsController-like actions for endpoint routingController-like actions for endpoint routingtask
Milestone
Metadata
Metadata
Assignees
Labels
DoneThis issue has been fixedThis issue has been fixedarea-minimalIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcarea-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesfeature-minimal-actionsController-like actions for endpoint routingController-like actions for endpoint routingtask
Type
Fields
Give feedbackNo fields configured for issues without a type.
Create a suite of benchmarks at aspnet/benchmarks to cover most common user scenarios involving MapAction so we can start comparing perf over time vs middleware and normal MVC controllers on https://aka.ms/aspnet/benchmarks. We can start by adding MapAction versions of existing benchmarks:
Eventually, we should add more scenarios to exercise specific code paths around model binding, input formatters, action filters etc... If there are no equivalent MVC benchmarks for these things yet we should add them for comparison.