mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #699] [MERGED] chore(benchmarks): remove Vite 7 runner, update Next.js to 16.2.1 #782
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#782
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/699
Author: @southpolesteve
Created: 3/27/2026
Status: ✅ Merged
Merged: 3/28/2026
Merged by: @southpolesteve
Base:
main← Head:benchmarks/remove-vite7-update-nextjs📝 Commits (2)
035a69bchore(benchmarks): remove Vite 7 runner, update Next.js to 16.2.172ffcc4fix: remove vinext-rolldown from pnpm-workspace.yaml, fix migration comment📊 Changes
18 files changed (+37 additions, -193 deletions)
View changed files
📝
AGENTS.md(+1 -1)📝
README.md(+2 -2)📝
benchmarks/.gitignore(+0 -4)📝
benchmarks/generate-app.mjs(+1 -1)📝
benchmarks/nextjs/package.json(+1 -1)📝
benchmarks/run.mjs(+15 -119)➖
benchmarks/vinext-rolldown/package.json(+0 -22)➖
benchmarks/vinext-rolldown/tsconfig.json(+0 -20)➖
benchmarks/vinext-rolldown/vite.config.ts(+0 -6)📝
examples/benchmarks/README.md(+1 -1)📝
examples/benchmarks/app/components/dashboard.tsx(+5 -5)📝
examples/benchmarks/app/components/format.ts(+2 -4)📝
examples/benchmarks/app/page.tsx(+2 -2)📝
examples/benchmarks/app/styles.css(+0 -1)📝
examples/benchmarks/migrations/0001_init.sql(+2 -2)➕
examples/benchmarks/migrations/0002_remove_rolldown_runner.sql(+5 -0)📝
examples/benchmarks/worker/index.ts(+0 -1)📝
pnpm-workspace.yaml(+0 -1)📄 Description
Summary
vinext-rolldownbenchmark runner, which was identical to thevinextrunner (both resolved to the same Vite version viacatalog:), causing duplicate results on the dashboardChanges
Benchmark runner (
benchmarks/):vinext-rolldown/directoryrun.mjs(--skip-rolldown,hasRolldown,vinextRolldownresults)generate-app.mjscopy targets.gitignoreDashboard (
examples/benchmarks/):vinext_rolldownfrom workerRUNNER_MAPCHECKconstraint in init migration0002_remove_rolldown_runner.sqlmigration to clean existing dataDocs:
README.mdbenchmark description and Vite version notesAGENTS.mdVite 8 defaults section🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.