Benchmarks
Benchmarks copied to clipboard
Benchmarks for ASP.NET Core
Around 7/22 @MichalStrehovsky @eerhardt
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...
What the title says
- Null cost when enabled on endpoints not doing validation - Measure cost when applied on an endpoint with valid parameters - Optionally: compare cost of validation in MVC and...
Run log: https://dev.azure.com/dnceng/internal/_build/results?buildId=2622914&view=logs&j=dbe944d1-538e-531b-47fc-4f0dfac24c62&t=61e9de0d-5fe5-5198-cd70-b25533132756 src/Benchmarks/Benchmarks.csproj with /p:PublishAot=true and .NET 10 nightly
Seems very close (within noise) to the existing middleware implementations (unfortunately) but I haven't profiled yet.
Regression on FortunesEF and FortunesPatformEF when we updated the benchmarks to use the 9.0 version of the package when running on 9.0.  @roji