Skip to content

Commit

Permalink
[turbopack]: Use tip-of-branch for benchmarks (vercel#50615)
Browse files Browse the repository at this point in the history
With vercel/turbo#5156, we'll be able to install our the locally built `next` package. Before, we'd test the tip-of-branch `next-dev` binary against the last cut `next` canary, which causes headaches when we make breaking changes.

With this PR, we'll now test tip-of-branch `next-dev` binary against a tip-of-branch `next` package, and breaking changes can be properly benched.

Fixes WEB-1133
  • Loading branch information
jridgewell authored and hydRAnger committed Jun 12, 2023
1 parent 63a02a5 commit faf7a38
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 59 deletions.

0 comments on commit faf7a38

Please sign in to comment.