You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: update dropdown icons, move last-updated to header with commit link
## Icon changes
- Tools dropdown: replaced ListFilter (lucide) with Geist terminal-window icon
- Fixtures dropdown: replaced Package icon with Geist briefcase icon
- New icon components: TerminalWindow, Briefcase (16×16 SVG from Geist icons)
## Last updated + commit hash
- Moved 'last updated' date from footer to header, displayed as small text
to the right of the 'Benchmarks' title (hidden on mobile to save space)
- Added commit SHA link (short 7-char hash) that links to the GitHub commit
associated with the benchmark run
- generate-chart.js now accepts an optional commit SHA as second argument
and includes it as `commitSha` in chart-data.json
- process-results.sh passes GITHUB_SHA (or git rev-parse HEAD as fallback)
to generate-chart.js
- BenchmarkChartData type updated with optional `commitSha` field
- Footer simplified: removed date display, kept methodology + theme switcher
0 commit comments