Remove runtimeconfig.template.json Remove ToolsVersion attribute Use repo.targets instead of makefile.shade Rename code gen app to shorter name Use GetOSPlatform task Upgrade tests to .NET Framework 4.5.2 Cleanup solution configurations. Set the class libraries to AnyCPU even when on the x86 or x64 solution config. |
||
|---|---|---|
| .. | ||
| columns | ||
| configs | ||
| Microsoft.AspNetCore.Server.Kestrel.Performance.csproj | ||
| Program.cs | ||
| Readme.md | ||
| RequestParsing.cs | ||
| ResponseHeaders.cs | ||
| Writing.cs | ||
Readme.md
Compile the solution in Release mode (so Kestrel is available in release)
To run a specific benchmark add it as parameter
dotnet run -c Release RequestParsing
To run all use All as parameter
dotnet run -c Release All
Using no parameter will list all available benchmarks