Repository for storing benchmark results from my repositories using BenchmarkDotNet and martincostello/benchmarkdotnet-results-publisher.
A site for visualising the continuous benchmark results can be found here.
The process for publishing and visualising the benchmark results is as follows:
- A repository is configured to run benchmarks using BenchmarkDotNet using GitHub Actions (example).
- The results of the benchmarks are published to a GitHub repository as a JSON file using the benchmarkdotnet-results-publisher action.
- The results are then available to view as a time series in this GitHub Pages site (example).