-
Notifications
You must be signed in to change notification settings - Fork 2k
Large Monorepo Benchmark #740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/vercel/turbo-site/JCsX7ZL71R3DWJKqyJjgrsck1J75 |
Deployment failed with the following error:
|
Deployment failed with the following error:
|
Deployment failed with the following error:
|
17b3ead
to
489e96e
Compare
I am intending on replacing #721 with this PR. |
// Edit a dependency | ||
const file = path.join(REPO_PATH, "apps", "navigation", "package.json"); | ||
const contents = JSON.parse(fs.readFileSync(file).toString("utf-8")); | ||
contents.dependencies["crew-important-feature-0"] = "*"; | ||
fs.writeFileSync(file, JSON.stringify(contents, null, 2)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Edit
-> Add
since crew-important-feature-0
is not originally a dependency of apps/navigation/package.json
Runs a set of benchmarks against a large monorepo example.
Benchmarks include:
*: Note that we only do this once, and with
concurrency
set to1
. A full concurrent build currently OOMs