A static React Single Page Application for browsing LST performance plots generated by CI. Plots are stored as tarballs in archive repositories and decompressed client-side — no backend required.
npm install
npm run devnpm run buildThe output in dist/ can be served from any static file host.
The sidebar fetches directory listings from two GitHub archive repositories:
- lst-performance-plots-archive-2026 (
mainbranch) - TrackLooper-plots-archive (
cmsswbranch)
Selecting a run downloads and decompresses its tarball in the browser. Plots are displayed as PDFs in an organized grid with category/metric navigation. The current view is encoded in the URL for deep linking.