dotnet / performance

This repo contains benchmarks used for testing the performance of all .NET Runtimes
MIT License
687 stars 267 forks source link

comment out output.path check logic for aspnetbenchmarks #4315

Open VincentBu opened 1 month ago

VincentBu commented 1 month ago

In an end-to-end run, "output.path" can be null when creating suites for aspnetbenchmarks. We can comment out the logic for this case.