aspnet / Mvc

[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
5.62k stars 2.14k forks source link

Benchmarks: add Razor rendering benchmarks #8765

Closed m0sa closed 5 years ago

m0sa commented 5 years ago

We need some for the Razor @helper replacement discussion:

https://github.com/aspnet/Razor/issues/715 https://github.com/aspnet/Razor/issues/2742

NickCraver commented 5 years ago

cc @DamianEdwards @davidfowl @rynowak

rynowak commented 5 years ago

Thanks! This is great. I'm going to merge these changes right now because we're in the process of moving all of aspnet/Mvc to a new repositor.