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
Add GitHub Packages (npm.pkg.github.com) as a fifth registry in the
benchmark suite alongside npm, vlt, AWS CodeArtifact, and Cloudsmith.
Backend:
- Add GitHub registry config to scripts/registry/common.sh
- GH_REGISTRY env var provides the URL (without protocol)
- GH_AUTH_TOKEN env var provides the auth token
- Registry URL is prefixed with 'https:' for npm config
- Add GitHub to hyperfine commands in registry-clean.sh and
registry-lockfile.sh
- Add GitHub to REGISTRY_COLORS in generate-chart.js (#6336b8)
- Add GH_REGISTRY and GH_AUTH_TOKEN secrets to CI workflow
- Update bench CLI: AVAILABLE_REGISTRIES, usage text, examples
Frontend:
- Add 'github' to PackageManager union type and all data interfaces
- Add GitHub icon component (Octicons mark-github logo)
- GitHub icon renders white in dark mode (same pattern as vlt)
- Add GitHub to icon map, display names ('GitHub' / 'npm.pkg.github.com')
- Add to history data package managers list
0 commit comments