This is a demo project to demonstrates how to use BenchmarkDotNet to run benchmarks for a custom Window UI part of a .NET 9.0 WPF application.
- Windows 10 or later (required for the WPF application running)
- .NET 9.0 SDK
On Windows, in the WpfFlowDocBenchmark folder run the following command:
dotnet run -c Release -- *See Generate_FlameGraph.md for instructions on how to generate Flame Graphs of benchmark runs.
