A single-page TypeScript application for visualizing benchmark results.
- Install dependencies:
npm install - Start development server:
npm run dev - Build for production:
npm run build
The app is automatically built and deployed to GitHub Pages on pushes to the master branch via GitHub Actions.
Benchmark results are embedded in the app as JSON data. Update the data in src/main.ts or import from JSON files in the results/ directory.