/webperf-leaderboard

Reads Webperf Core SQLite data onto a dashboard like web page

Primary LanguageC#MIT LicenseMIT

Webperf Core Leaderboard

Reads Webperf Core SQLite data onto a dashboard-like .NET 5.0 Blazor web page.

UPDATE May 8th 2022!

I recommend looking at my other leaderboard project instead, it generates a static site and has examples on how to run the tests more stable and in more steps with GitHub Actions.

Demo site

Take a look: Demo site running on Azure

Getting started

  1. Download or clone and set up webperf_core on your machine.
  2. Edit appsettings.json and match the path setting to your machine.
  3. Run the WebApp application.

Contribute or modify

  1. Download NSwag and install so that you get the nswag command available on your system.
  2. If you make API changes, run the PowerShell script in the repository root to regenerate the ApiClient class.

Shoutouts