Skip to content

chore: move bench package to sites/benchmarks#7459

Merged
janechu merged 1 commit into
mainfrom
move-bench-to-sites-benchmarks
Apr 20, 2026
Merged

chore: move bench package to sites/benchmarks#7459
janechu merged 1 commit into
mainfrom
move-bench-to-sites-benchmarks

Conversation

@janechu
Copy link
Copy Markdown
Collaborator

@janechu janechu commented Apr 20, 2026

Pull Request

📖 Description

Moves the private @microsoft/fast-bench package from packages/bench/ to sites/benchmarks/ to better reflect its role as an internal site/tool rather than a publishable package. Also simplifies the root package.json workspaces by using glob patterns (sites/*, examples/*) instead of listing each workspace explicitly.

Changes:

  • Move packages/bench/sites/benchmarks/ via git mv
  • Update root package.json workspaces to use sites/* and examples/* globs
  • Update copilot-instructions.md to reflect new location
  • Update README.md folder path reference
  • Regenerate package-lock.json

📑 Test Plan

  • All existing tests pass — the bench package is private with no dependents
  • npm run checkchange confirms no change files are needed (private package excluded from beachball scope)
  • Workspace resolution verified via npm ls

✅ Checklist

General

  • I have included a change request file using $ npm run change
  • I have added tests for my changes.
  • I have tested my changes.
  • I have updated the project documentation to reflect my changes.
  • I have read the CONTRIBUTING documentation and followed the standards for this project.

@janechu janechu changed the title refactor: move bench package to sites/benchmarks chore: move bench package to sites/benchmarks Apr 20, 2026
@janechu janechu marked this pull request as ready for review April 20, 2026 21:37
chrisdholt
chrisdholt previously approved these changes Apr 20, 2026
- Move packages/bench/ to sites/benchmarks/ via git mv
- Update root package.json workspaces to use sites/* and examples/* globs
- Update copilot-instructions.md to reflect new location
- Update README.md folder path reference
- Regenerate package-lock.json

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@janechu janechu force-pushed the move-bench-to-sites-benchmarks branch from 989f0e5 to 9ed2311 Compare April 20, 2026 22:06
@janechu janechu merged commit 6bedad9 into main Apr 20, 2026
14 checks passed
@janechu janechu deleted the move-bench-to-sites-benchmarks branch April 20, 2026 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants