A dashboard for visualising benchmark results from my repositories using BenchmarkDotNet and martincostello/benchmarkdotnet-results-publisher.
The dashboard is a Blazor WASM static application deployed to a GitHub Pages site.
Compiling the application yourself requires Git and the .NET SDK to be installed.
To build and test the application locally from a terminal/command-line, run the following set of commands:
git clone https://github.com/martincostello/benchmarks-dashboard.git
cd benchmarks-dashboard
./build.ps1
Any feedback or issues can be added to the issues for this project in GitHub.
The repository is hosted in GitHub: https://github.com/martincostello/benchmarks-dashboard.git
This project is licensed under the Apache 2.0 license.