Add benchmarks for MapAction #29915
Labels
area-minimal
Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc
area-mvc
Includes: MVC, Actions and Controllers, Localization, CORS, most templates
Done
This issue has been fixed
feature-minimal-actions
Controller-like actions for endpoint routing
task
Milestone
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.
The text was updated successfully, but these errors were encountered: