Version Packages (beta) - #834

Merged
VaguelySerious merged 1 commit into
mainfrom
changeset-release/main
Feb 2, 2026
Merged

Version Packages (beta)#834
VaguelySerious merged 1 commit into
mainfrom
changeset-release/main

Conversation

@vercel-release-bot

@vercel-release-botvercel-release-bot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

The changelog information of each package has been omitted from this message, as the content exceeds the size limit.

@workflow/cli@4.1.0-beta.51

@workflow/core@4.1.0-beta.51

@workflow/errors@4.1.0-beta.14

@workflow/serde@4.1.0-beta.2

@workflow/swc-plugin@4.1.0-beta.15

@workflow/utils@4.1.0-beta.11

@workflow/web@4.1.0-beta.31

@workflow/web-shared@4.1.0-beta.46

workflow@4.1.0-beta.51

@workflow/world@4.1.0-beta.1

@workflow/world-local@4.1.0-beta.28

@workflow/world-postgres@4.1.0-beta.30

@workflow/world-testing@4.1.0-beta.52

@workflow/world-vercel@4.1.0-beta.29

@workflow/ai@4.0.1-beta.52

@workflow/astro@4.0.0-beta.25

@workflow/builders@4.0.1-beta.42

@workflow/nest@0.0.0-beta.0

@workflow/next@4.0.1-beta.47

@workflow/nitro@4.0.1-beta.46

@workflow/nuxt@4.0.1-beta.35

@workflow/rollup@4.0.0-beta.9

@workflow/sveltekit@4.0.0-beta.40

@workflow/docs-typecheck@0.0.1-beta.11

@github-actions

github-actionsBot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production443338484
✅ 💻 Local Development408032440
✅ 📦 Local Production408032440
✅ 🐘 Local Postgres408032440
✅ 🪟 Windows440044
❌ 🌍 Community Worlds165230188
Total1876261342036

❌ Failed Tests

▲ Vercel Production (3 failed)

nextjs-turbopack (1 failed):

  • promiseRaceStressTestWorkflow

nextjs-webpack (1 failed):

  • promiseRaceStressTestWorkflow

nuxt (1 failed):

  • promiseRaceStressTestWorkflow
🌍 Community Worlds (23 failed)

mongodb (1 failed):

  • webhookWorkflow

redis (1 failed):

  • webhookWorkflow

starter (20 failed):

  • addTenWorkflow
  • addTenWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE

turso (1 failed):

  • webhookWorkflow

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4004
✅ example4004
✅ express4004
✅ fastify4004
✅ hono4004
❌ nextjs-turbopack4211
❌ nextjs-webpack4211
✅ nitro4004
❌ nuxt3914
✅ sveltekit4004
✅ vite4004
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4004
✅ express-stable4004
✅ fastify-stable4004
✅ hono-stable4004
✅ nextjs-turbopack-stable4400
✅ nextjs-webpack-stable4400
✅ nitro-stable4004
✅ nuxt-stable4004
✅ sveltekit-stable4004
✅ vite-stable4004
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4004
✅ express-stable4004
✅ fastify-stable4004
✅ hono-stable4004
✅ nextjs-turbopack-stable4400
✅ nextjs-webpack-stable4400
✅ nitro-stable4004
✅ nuxt-stable4004
✅ sveltekit-stable4004
✅ vite-stable4004
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4004
✅ express-stable4004
✅ fastify-stable4004
✅ hono-stable4004
✅ nextjs-turbopack-stable4400
✅ nextjs-webpack-stable4400
✅ nitro-stable4004
✅ nuxt-stable4004
✅ sveltekit-stable4004
✅ vite-stable4004
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4400
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb4310
✅ redis-dev300
❌ redis4310
✅ starter-dev300
❌ starter24200
✅ turso-dev300
❌ turso4310

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: success
  • Local Prod: success
  • Local Postgres: success
  • Windows: success

Check the workflow run for details.

@github-actions

github-actionsBot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)0.034s (-7.4% 🟢)1.013s (~)0.979s101.00x
🌐 RedisNext.js (Turbopack)0.042s (~)1.018s (~)0.976s101.24x
💻 LocalNitro0.043s (-0.7%)1.006s (~)0.963s101.28x
💻 LocalExpress0.044s (-3.3%)1.008s (~)0.964s101.31x
💻 LocalNext.js (Turbopack)0.053s (+32.4% 🔺)1.027s (+1.0%)0.974s101.58x
🌐 TursoNext.js (Turbopack)0.101s (+5.1% 🔺)1.015s (~)0.914s103.00x
🌐 MongoDBNext.js (Turbopack)0.105s (+59.0% 🔺)1.014s (~)0.910s103.12x
🐘 PostgresNext.js (Turbopack)0.244s (+66.2% 🔺)1.017s (~)0.773s107.26x
🐘 PostgresNitro0.268s (~)1.013s (~)0.745s107.96x
🐘 PostgresExpress0.284s (-12.8% 🟢)1.013s (~)0.729s108.45x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.585s (-8.8% 🟢)1.498s (~)0.914s101.00x
▲ VercelExpress0.621s (-5.7% 🟢)1.575s (-2.4%)0.954s101.06x
▲ VercelNext.js (Turbopack)0.656s (-11.8% 🟢)1.541s (~)0.885s101.12x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.077s (-0.9%)2.010s (~)0.932s101.00x
🌐 RedisNext.js (Turbopack)1.109s (~)2.013s (~)0.905s101.03x
💻 LocalNitro1.112s (~)2.006s (~)0.894s101.03x
💻 LocalExpress1.115s (~)2.007s (~)0.892s101.04x
💻 LocalNext.js (Turbopack)1.120s (+2.1%)2.021s (~)0.901s101.04x
🌐 MongoDBNext.js (Turbopack)1.300s (~)2.016s (~)0.716s101.21x
🌐 TursoNext.js (Turbopack)1.303s (~)2.014s (~)0.711s101.21x
🐘 PostgresNext.js (Turbopack)1.666s (-22.9% 🟢)2.116s (-16.0% 🟢)0.450s101.55x
🐘 PostgresNitro2.124s (-0.5%)3.014s (~)0.889s101.97x
🐘 PostgresExpress2.141s (-1.5%)3.014s (~)0.874s101.99x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.744s (-8.2% 🟢)3.620s (-2.3%)0.876s101.00x
▲ VercelNitro2.792s (-8.8% 🟢)3.608s (-6.7% 🟢)0.816s101.02x
▲ VercelExpress2.962s (+2.5%)3.825s (+1.2%)0.863s101.08x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)10.473s (-1.1%)11.014s (~)0.541s51.00x
🌐 RedisNext.js (Turbopack)10.680s (~)11.019s (~)0.339s51.02x
💻 LocalNitro10.790s (~)11.007s (~)0.218s51.03x
💻 LocalExpress10.802s (~)11.014s (~)0.212s51.03x
💻 LocalNext.js (Turbopack)10.860s (+1.9%)11.030s (~)0.170s51.04x
🌐 TursoNext.js (Turbopack)12.196s (~)13.026s (~)0.830s51.16x
🌐 MongoDBNext.js (Turbopack)12.251s (~)13.027s (~)0.776s51.17x
🐘 PostgresNext.js (Turbopack)15.408s (+4.8%)16.032s (+3.9%)0.624s51.47x
🐘 PostgresExpress15.509s (-24.1% 🟢)16.032s (-23.8% 🟢)0.524s51.48x
🐘 PostgresNitro20.479s (+13.2% 🔺)21.029s (+14.1% 🔺)0.550s51.96x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)24.363s (-3.5%)25.150s (-3.4%)0.787s51.00x
▲ VercelExpress24.530s (+3.8%)25.265s (+3.1%)0.735s51.01x
▲ VercelNitro25.329s (+6.0% 🔺)26.498s (+7.2% 🔺)1.169s51.04x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.312s (-2.8%)2.008s (~)0.697s151.00x
🌐 RedisNext.js (Turbopack)1.365s (+0.5%)2.011s (~)0.645s151.04x
💻 LocalNitro1.416s (+0.7%)2.006s (~)0.590s151.08x
💻 LocalExpress1.425s (+0.7%)2.007s (~)0.582s151.09x
💻 LocalNext.js (Turbopack)1.533s (+11.0% 🔺)2.019s (~)0.486s151.17x
🐘 PostgresExpress1.759s (-28.2% 🟢)2.078s (-31.0% 🟢)0.319s151.34x
🐘 PostgresNext.js (Turbopack)1.882s (-4.4%)2.092s (~)0.210s151.43x
🐘 PostgresNitro2.053s (-14.0% 🟢)2.511s (-16.6% 🟢)0.458s121.57x
🌐 TursoNext.js (Turbopack)2.138s (-3.5%)3.014s (~)0.877s101.63x
🌐 MongoDBNext.js (Turbopack)2.148s (+0.8%)3.015s (~)0.867s101.64x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.962s (-7.3% 🟢)3.540s (-13.6% 🟢)0.578s91.00x
▲ VercelNitro3.042s (-3.7%)3.707s (-6.9% 🟢)0.665s91.03x
▲ VercelExpress3.180s (+1.9%)3.924s (-0.6%)0.744s81.07x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.224s (+2.3%)3.185s (+1.2%)0.961s101.00x
💻 LocalExpress2.250s (+0.7%)3.205s (~)0.955s101.01x
🌐 StarterNext.js (Turbopack)2.375s (-3.3%)3.009s (~)0.634s101.07x
🌐 RedisNext.js (Turbopack)2.506s (+1.1%)3.011s (~)0.504s101.13x
🐘 PostgresExpress2.639s (-9.8% 🟢)3.030s (-6.0% 🟢)0.390s101.19x
💻 LocalNext.js (Turbopack)2.749s (+35.7% 🔺)3.223s (+16.5% 🔺)0.474s101.24x
🐘 PostgresNext.js (Turbopack)2.812s (+17.6% 🔺)3.020s (~)0.208s101.26x
🐘 PostgresNitro2.922s (+4.0%)3.477s (+15.4% 🔺)0.555s91.31x
🌐 MongoDBNext.js (Turbopack)4.760s (+1.4%)5.179s (~)0.418s62.14x
🌐 TursoNext.js (Turbopack)4.855s (+4.0%)5.181s (~)0.326s62.18x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.470s (-11.8% 🟢)4.037s (-14.7% 🟢)0.567s81.00x
▲ VercelNitro3.502s (-8.4% 🟢)4.166s (-13.8% 🟢)0.664s81.01x
▲ VercelExpress3.933s (~)4.442s (-5.4% 🟢)0.509s71.13x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.327s (-2.6%)2.007s (~)0.680s151.00x
🌐 RedisNext.js (Turbopack)1.386s (+1.4%)2.012s (~)0.626s151.04x
💻 LocalExpress1.429s (+0.7%)2.007s (~)0.578s151.08x
💻 LocalNitro1.431s (+1.8%)2.006s (~)0.575s151.08x
💻 LocalNext.js (Turbopack)1.576s (+12.0% 🔺)2.022s (~)0.445s151.19x
🐘 PostgresNext.js (Turbopack)1.703s (-0.5%)2.011s (~)0.308s151.28x
🐘 PostgresExpress1.840s (-8.1% 🟢)2.009s (-9.7% 🟢)0.169s151.39x
🐘 PostgresNitro1.893s (-3.2%)2.011s (~)0.118s151.43x
🌐 TursoNext.js (Turbopack)2.126s (-4.6%)3.016s (~)0.890s101.60x
🌐 MongoDBNext.js (Turbopack)2.148s (+1.3%)3.014s (~)0.866s101.62x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.678s (-30.0% 🟢)3.605s (-17.7% 🟢)0.927s91.00x
▲ VercelNitro2.727s (-8.6% 🟢)3.659s (+1.1%)0.933s91.02x
▲ VercelExpress9.995s (+235.4% 🔺)10.881s (+176.0% 🔺)0.886s53.73x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.259s (~)3.217s (+0.8%)0.958s101.00x
💻 LocalNitro2.260s (+3.3%)3.208s (+2.2%)0.949s101.00x
🌐 StarterNext.js (Turbopack)2.409s (-1.7%)3.009s (~)0.600s101.07x
🐘 PostgresNext.js (Turbopack)2.478s (-2.5%)3.028s (~)0.549s101.10x
🌐 RedisNext.js (Turbopack)2.505s (~)3.011s (~)0.506s101.11x
🐘 PostgresExpress2.654s (-7.3% 🟢)3.017s (~)0.362s101.17x
🐘 PostgresNitro2.793s (+1.4%)3.017s (~)0.223s101.24x
💻 LocalNext.js (Turbopack)2.806s (+26.5% 🔺)3.106s (-1.8%)0.300s101.24x
🌐 MongoDBNext.js (Turbopack)4.679s (-1.9%)5.180s (~)0.500s62.07x
🌐 TursoNext.js (Turbopack)4.705s (~)5.181s (~)0.475s62.08x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.693s (+10.7% 🔺)4.178s (+9.0% 🔺)0.485s81.00x
▲ VercelNitro3.789s (+9.4% 🔺)4.429s (+5.5% 🔺)0.640s71.03x
▲ VercelExpress4.005s (+14.2% 🔺)4.758s (+12.4% 🔺)0.754s71.08x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)0.101s (-20.7% 🟢)1.005s (~)0.000s (+Infinity% 🔺)1.012s (~)0.911s101.00x
🌐 RedisNext.js (Turbopack)0.149s (+4.4%)1.005s (~)0.000s (NaN%)1.014s (~)0.866s101.47x
💻 LocalNitro0.175s (+0.7%)0.992s (~)0.015s (-3.2%)1.021s (~)0.845s101.73x
💻 LocalExpress0.181s (+0.9%)0.992s (~)0.017s (-10.6% 🟢)1.024s (~)0.843s101.80x
💻 LocalNext.js (Turbopack)0.186s (+37.1% 🔺)1.004s (~)0.028s (+7.8% 🔺)1.046s (+1.0%)0.860s101.84x
🌐 TursoNext.js (Turbopack)0.484s (-4.2%)0.962s (+1.8%)0.000s (~)1.014s (~)0.530s104.79x
🌐 MongoDBNext.js (Turbopack)0.485s (-1.3%)0.964s (+0.7%)0.000s (~)1.013s (~)0.527s104.80x
🐘 PostgresNext.js (Turbopack)1.208s (+89.0% 🔺)1.837s (+90.2% 🔺)0.000s (-100.0% 🟢)2.018s (+98.7% 🔺)0.810s1011.96x
🐘 PostgresExpress1.354s (-42.4% 🟢)1.745s (-35.2% 🟢)0.000s (NaN%)2.012s (-33.3% 🟢)0.658s1013.41x
🐘 PostgresNitro1.725s (+30.5% 🔺)2.157s (+25.3% 🔺)0.000s (-50.0% 🟢)2.413s (+20.0% 🔺)0.689s1017.08x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.045s (-3.4%)3.248s (-4.9%)0.559s (-24.2% 🟢)4.338s (-8.8% 🟢)1.293s101.00x
▲ VercelNext.js (Turbopack)3.058s (-8.4% 🟢)3.222s (-10.3% 🟢)0.659s (-35.4% 🟢)4.364s (-13.5% 🟢)1.306s101.00x
▲ VercelNitro3.069s (-9.9% 🟢)3.421s (-7.0% 🟢)0.437s (-46.6% 🟢)4.329s (-14.6% 🟢)1.260s101.01x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNitro6/8
🐘 PostgresNext.js (Turbopack)6/8
▲ VercelNext.js (Turbopack)6/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local8/8
Next.js (Turbopack)🌐 Starter8/8
Nitro💻 Local8/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@vercel

vercelBot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from d7d2b44 to c2921e0CompareJanuary 23, 2026 01:25
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from c2921e0 to 62defefCompareJanuary 23, 2026 18:58
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 22f91a3 to 0f90010CompareJanuary 23, 2026 21:31
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 0f90010 to 07be650CompareJanuary 23, 2026 21:47
Sign up for freeto 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

@vercel-release-bot@VaguelySerious
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all
 blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks");
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Skip to content

Version Packages (beta) - #834

Merged
VaguelySerious merged 1 commit into
mainfrom
changeset-release/main
Feb 2, 2026
Merged

Version Packages (beta)#834
VaguelySerious merged 1 commit into
mainfrom
changeset-release/main

Conversation

@vercel-release-bot

@vercel-release-botvercel-release-bot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

The changelog information of each package has been omitted from this message, as the content exceeds the size limit.

@workflow/cli@4.1.0-beta.51

@workflow/core@4.1.0-beta.51

@workflow/errors@4.1.0-beta.14

@workflow/serde@4.1.0-beta.2

@workflow/swc-plugin@4.1.0-beta.15

@workflow/utils@4.1.0-beta.11

@workflow/web@4.1.0-beta.31

@workflow/web-shared@4.1.0-beta.46

workflow@4.1.0-beta.51

@workflow/world@4.1.0-beta.1

@workflow/world-local@4.1.0-beta.28

@workflow/world-postgres@4.1.0-beta.30

@workflow/world-testing@4.1.0-beta.52

@workflow/world-vercel@4.1.0-beta.29

@workflow/ai@4.0.1-beta.52

@workflow/astro@4.0.0-beta.25

@workflow/builders@4.0.1-beta.42

@workflow/nest@0.0.0-beta.0

@workflow/next@4.0.1-beta.47

@workflow/nitro@4.0.1-beta.46

@workflow/nuxt@4.0.1-beta.35

@workflow/rollup@4.0.0-beta.9

@workflow/sveltekit@4.0.0-beta.40

@workflow/docs-typecheck@0.0.1-beta.11

@github-actions

github-actionsBot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production443338484
✅ 💻 Local Development408032440
✅ 📦 Local Production408032440
✅ 🐘 Local Postgres408032440
✅ 🪟 Windows440044
❌ 🌍 Community Worlds165230188
Total1876261342036

❌ Failed Tests

▲ Vercel Production (3 failed)

nextjs-turbopack (1 failed):

  • promiseRaceStressTestWorkflow

nextjs-webpack (1 failed):

  • promiseRaceStressTestWorkflow

nuxt (1 failed):

  • promiseRaceStressTestWorkflow
🌍 Community Worlds (23 failed)

mongodb (1 failed):

  • webhookWorkflow

redis (1 failed):

  • webhookWorkflow

starter (20 failed):

  • addTenWorkflow
  • addTenWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE

turso (1 failed):

  • webhookWorkflow

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4004
✅ example4004
✅ express4004
✅ fastify4004
✅ hono4004
❌ nextjs-turbopack4211
❌ nextjs-webpack4211
✅ nitro4004
❌ nuxt3914
✅ sveltekit4004
✅ vite4004
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4004
✅ express-stable4004
✅ fastify-stable4004
✅ hono-stable4004
✅ nextjs-turbopack-stable4400
✅ nextjs-webpack-stable4400
✅ nitro-stable4004
✅ nuxt-stable4004
✅ sveltekit-stable4004
✅ vite-stable4004
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4004
✅ express-stable4004
✅ fastify-stable4004
✅ hono-stable4004
✅ nextjs-turbopack-stable4400
✅ nextjs-webpack-stable4400
✅ nitro-stable4004
✅ nuxt-stable4004
✅ sveltekit-stable4004
✅ vite-stable4004
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4004
✅ express-stable4004
✅ fastify-stable4004
✅ hono-stable4004
✅ nextjs-turbopack-stable4400
✅ nextjs-webpack-stable4400
✅ nitro-stable4004
✅ nuxt-stable4004
✅ sveltekit-stable4004
✅ vite-stable4004
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4400
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb4310
✅ redis-dev300
❌ redis4310
✅ starter-dev300
❌ starter24200
✅ turso-dev300
❌ turso4310

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: success
  • Local Prod: success
  • Local Postgres: success
  • Windows: success

Check the workflow run for details.

@github-actions

github-actionsBot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)0.034s (-7.4% 🟢)1.013s (~)0.979s101.00x
🌐 RedisNext.js (Turbopack)0.042s (~)1.018s (~)0.976s101.24x
💻 LocalNitro0.043s (-0.7%)1.006s (~)0.963s101.28x
💻 LocalExpress0.044s (-3.3%)1.008s (~)0.964s101.31x
💻 LocalNext.js (Turbopack)0.053s (+32.4% 🔺)1.027s (+1.0%)0.974s101.58x
🌐 TursoNext.js (Turbopack)0.101s (+5.1% 🔺)1.015s (~)0.914s103.00x
🌐 MongoDBNext.js (Turbopack)0.105s (+59.0% 🔺)1.014s (~)0.910s103.12x
🐘 PostgresNext.js (Turbopack)0.244s (+66.2% 🔺)1.017s (~)0.773s107.26x
🐘 PostgresNitro0.268s (~)1.013s (~)0.745s107.96x
🐘 PostgresExpress0.284s (-12.8% 🟢)1.013s (~)0.729s108.45x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.585s (-8.8% 🟢)1.498s (~)0.914s101.00x
▲ VercelExpress0.621s (-5.7% 🟢)1.575s (-2.4%)0.954s101.06x
▲ VercelNext.js (Turbopack)0.656s (-11.8% 🟢)1.541s (~)0.885s101.12x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.077s (-0.9%)2.010s (~)0.932s101.00x
🌐 RedisNext.js (Turbopack)1.109s (~)2.013s (~)0.905s101.03x
💻 LocalNitro1.112s (~)2.006s (~)0.894s101.03x
💻 LocalExpress1.115s (~)2.007s (~)0.892s101.04x
💻 LocalNext.js (Turbopack)1.120s (+2.1%)2.021s (~)0.901s101.04x
🌐 MongoDBNext.js (Turbopack)1.300s (~)2.016s (~)0.716s101.21x
🌐 TursoNext.js (Turbopack)1.303s (~)2.014s (~)0.711s101.21x
🐘 PostgresNext.js (Turbopack)1.666s (-22.9% 🟢)2.116s (-16.0% 🟢)0.450s101.55x
🐘 PostgresNitro2.124s (-0.5%)3.014s (~)0.889s101.97x
🐘 PostgresExpress2.141s (-1.5%)3.014s (~)0.874s101.99x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.744s (-8.2% 🟢)3.620s (-2.3%)0.876s101.00x
▲ VercelNitro2.792s (-8.8% 🟢)3.608s (-6.7% 🟢)0.816s101.02x
▲ VercelExpress2.962s (+2.5%)3.825s (+1.2%)0.863s101.08x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)10.473s (-1.1%)11.014s (~)0.541s51.00x
🌐 RedisNext.js (Turbopack)10.680s (~)11.019s (~)0.339s51.02x
💻 LocalNitro10.790s (~)11.007s (~)0.218s51.03x
💻 LocalExpress10.802s (~)11.014s (~)0.212s51.03x
💻 LocalNext.js (Turbopack)10.860s (+1.9%)11.030s (~)0.170s51.04x
🌐 TursoNext.js (Turbopack)12.196s (~)13.026s (~)0.830s51.16x
🌐 MongoDBNext.js (Turbopack)12.251s (~)13.027s (~)0.776s51.17x
🐘 PostgresNext.js (Turbopack)15.408s (+4.8%)16.032s (+3.9%)0.624s51.47x
🐘 PostgresExpress15.509s (-24.1% 🟢)16.032s (-23.8% 🟢)0.524s51.48x
🐘 PostgresNitro20.479s (+13.2% 🔺)21.029s (+14.1% 🔺)0.550s51.96x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)24.363s (-3.5%)25.150s (-3.4%)0.787s51.00x
▲ VercelExpress24.530s (+3.8%)25.265s (+3.1%)0.735s51.01x
▲ VercelNitro25.329s (+6.0% 🔺)26.498s (+7.2% 🔺)1.169s51.04x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.312s (-2.8%)2.008s (~)0.697s151.00x
🌐 RedisNext.js (Turbopack)1.365s (+0.5%)2.011s (~)0.645s151.04x
💻 LocalNitro1.416s (+0.7%)2.006s (~)0.590s151.08x
💻 LocalExpress1.425s (+0.7%)2.007s (~)0.582s151.09x
💻 LocalNext.js (Turbopack)1.533s (+11.0% 🔺)2.019s (~)0.486s151.17x
🐘 PostgresExpress1.759s (-28.2% 🟢)2.078s (-31.0% 🟢)0.319s151.34x
🐘 PostgresNext.js (Turbopack)1.882s (-4.4%)2.092s (~)0.210s151.43x
🐘 PostgresNitro2.053s (-14.0% 🟢)2.511s (-16.6% 🟢)0.458s121.57x
🌐 TursoNext.js (Turbopack)2.138s (-3.5%)3.014s (~)0.877s101.63x
🌐 MongoDBNext.js (Turbopack)2.148s (+0.8%)3.015s (~)0.867s101.64x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.962s (-7.3% 🟢)3.540s (-13.6% 🟢)0.578s91.00x
▲ VercelNitro3.042s (-3.7%)3.707s (-6.9% 🟢)0.665s91.03x
▲ VercelExpress3.180s (+1.9%)3.924s (-0.6%)0.744s81.07x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.224s (+2.3%)3.185s (+1.2%)0.961s101.00x
💻 LocalExpress2.250s (+0.7%)3.205s (~)0.955s101.01x
🌐 StarterNext.js (Turbopack)2.375s (-3.3%)3.009s (~)0.634s101.07x
🌐 RedisNext.js (Turbopack)2.506s (+1.1%)3.011s (~)0.504s101.13x
🐘 PostgresExpress2.639s (-9.8% 🟢)3.030s (-6.0% 🟢)0.390s101.19x
💻 LocalNext.js (Turbopack)2.749s (+35.7% 🔺)3.223s (+16.5% 🔺)0.474s101.24x
🐘 PostgresNext.js (Turbopack)2.812s (+17.6% 🔺)3.020s (~)0.208s101.26x
🐘 PostgresNitro2.922s (+4.0%)3.477s (+15.4% 🔺)0.555s91.31x
🌐 MongoDBNext.js (Turbopack)4.760s (+1.4%)5.179s (~)0.418s62.14x
🌐 TursoNext.js (Turbopack)4.855s (+4.0%)5.181s (~)0.326s62.18x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.470s (-11.8% 🟢)4.037s (-14.7% 🟢)0.567s81.00x
▲ VercelNitro3.502s (-8.4% 🟢)4.166s (-13.8% 🟢)0.664s81.01x
▲ VercelExpress3.933s (~)4.442s (-5.4% 🟢)0.509s71.13x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.327s (-2.6%)2.007s (~)0.680s151.00x
🌐 RedisNext.js (Turbopack)1.386s (+1.4%)2.012s (~)0.626s151.04x
💻 LocalExpress1.429s (+0.7%)2.007s (~)0.578s151.08x
💻 LocalNitro1.431s (+1.8%)2.006s (~)0.575s151.08x
💻 LocalNext.js (Turbopack)1.576s (+12.0% 🔺)2.022s (~)0.445s151.19x
🐘 PostgresNext.js (Turbopack)1.703s (-0.5%)2.011s (~)0.308s151.28x
🐘 PostgresExpress1.840s (-8.1% 🟢)2.009s (-9.7% 🟢)0.169s151.39x
🐘 PostgresNitro1.893s (-3.2%)2.011s (~)0.118s151.43x
🌐 TursoNext.js (Turbopack)2.126s (-4.6%)3.016s (~)0.890s101.60x
🌐 MongoDBNext.js (Turbopack)2.148s (+1.3%)3.014s (~)0.866s101.62x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.678s (-30.0% 🟢)3.605s (-17.7% 🟢)0.927s91.00x
▲ VercelNitro2.727s (-8.6% 🟢)3.659s (+1.1%)0.933s91.02x
▲ VercelExpress9.995s (+235.4% 🔺)10.881s (+176.0% 🔺)0.886s53.73x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.259s (~)3.217s (+0.8%)0.958s101.00x
💻 LocalNitro2.260s (+3.3%)3.208s (+2.2%)0.949s101.00x
🌐 StarterNext.js (Turbopack)2.409s (-1.7%)3.009s (~)0.600s101.07x
🐘 PostgresNext.js (Turbopack)2.478s (-2.5%)3.028s (~)0.549s101.10x
🌐 RedisNext.js (Turbopack)2.505s (~)3.011s (~)0.506s101.11x
🐘 PostgresExpress2.654s (-7.3% 🟢)3.017s (~)0.362s101.17x
🐘 PostgresNitro2.793s (+1.4%)3.017s (~)0.223s101.24x
💻 LocalNext.js (Turbopack)2.806s (+26.5% 🔺)3.106s (-1.8%)0.300s101.24x
🌐 MongoDBNext.js (Turbopack)4.679s (-1.9%)5.180s (~)0.500s62.07x
🌐 TursoNext.js (Turbopack)4.705s (~)5.181s (~)0.475s62.08x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.693s (+10.7% 🔺)4.178s (+9.0% 🔺)0.485s81.00x
▲ VercelNitro3.789s (+9.4% 🔺)4.429s (+5.5% 🔺)0.640s71.03x
▲ VercelExpress4.005s (+14.2% 🔺)4.758s (+12.4% 🔺)0.754s71.08x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)0.101s (-20.7% 🟢)1.005s (~)0.000s (+Infinity% 🔺)1.012s (~)0.911s101.00x
🌐 RedisNext.js (Turbopack)0.149s (+4.4%)1.005s (~)0.000s (NaN%)1.014s (~)0.866s101.47x
💻 LocalNitro0.175s (+0.7%)0.992s (~)0.015s (-3.2%)1.021s (~)0.845s101.73x
💻 LocalExpress0.181s (+0.9%)0.992s (~)0.017s (-10.6% 🟢)1.024s (~)0.843s101.80x
💻 LocalNext.js (Turbopack)0.186s (+37.1% 🔺)1.004s (~)0.028s (+7.8% 🔺)1.046s (+1.0%)0.860s101.84x
🌐 TursoNext.js (Turbopack)0.484s (-4.2%)0.962s (+1.8%)0.000s (~)1.014s (~)0.530s104.79x
🌐 MongoDBNext.js (Turbopack)0.485s (-1.3%)0.964s (+0.7%)0.000s (~)1.013s (~)0.527s104.80x
🐘 PostgresNext.js (Turbopack)1.208s (+89.0% 🔺)1.837s (+90.2% 🔺)0.000s (-100.0% 🟢)2.018s (+98.7% 🔺)0.810s1011.96x
🐘 PostgresExpress1.354s (-42.4% 🟢)1.745s (-35.2% 🟢)0.000s (NaN%)2.012s (-33.3% 🟢)0.658s1013.41x
🐘 PostgresNitro1.725s (+30.5% 🔺)2.157s (+25.3% 🔺)0.000s (-50.0% 🟢)2.413s (+20.0% 🔺)0.689s1017.08x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.045s (-3.4%)3.248s (-4.9%)0.559s (-24.2% 🟢)4.338s (-8.8% 🟢)1.293s101.00x
▲ VercelNext.js (Turbopack)3.058s (-8.4% 🟢)3.222s (-10.3% 🟢)0.659s (-35.4% 🟢)4.364s (-13.5% 🟢)1.306s101.00x
▲ VercelNitro3.069s (-9.9% 🟢)3.421s (-7.0% 🟢)0.437s (-46.6% 🟢)4.329s (-14.6% 🟢)1.260s101.01x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNitro6/8
🐘 PostgresNext.js (Turbopack)6/8
▲ VercelNext.js (Turbopack)6/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local8/8
Next.js (Turbopack)🌐 Starter8/8
Nitro💻 Local8/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@vercel

vercelBot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from d7d2b44 to c2921e0CompareJanuary 23, 2026 01:25
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from c2921e0 to 62defefCompareJanuary 23, 2026 18:58
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 22f91a3 to 0f90010CompareJanuary 23, 2026 21:31
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 0f90010 to 07be650CompareJanuary 23, 2026 21:47
Sign up for freeto 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

@vercel-release-bot@VaguelySerious
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Force GitHub README to respect dark mode\n(function() {\n var style = document.createElement('style');\n style.textContent = '\n .markdown-body {\n color-scheme: dark light;\n }\n .markdown-body pre { background: #161b22 !important; }\n .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; }\n .markdown-body table th, .markdown-body table td { border-color: #30363d !important; }\n .markdown-body img { background: #0d1117; }\n .markdown-body blockquote { border-left-color: #8b949e; }\n .markdown-body hr { border-color: #30363d; }\n ';\n document.head.appendChild(style);\n})();", "GitHub Dark Mode README Fix"); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Version Packages (beta) - #834

Merged
VaguelySerious merged 1 commit into
mainfrom
changeset-release/main
Feb 2, 2026
Merged

Version Packages (beta)#834
VaguelySerious merged 1 commit into
mainfrom
changeset-release/main

Conversation

@vercel-release-bot

@vercel-release-botvercel-release-bot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

The changelog information of each package has been omitted from this message, as the content exceeds the size limit.

@workflow/cli@4.1.0-beta.51

@workflow/core@4.1.0-beta.51

@workflow/errors@4.1.0-beta.14

@workflow/serde@4.1.0-beta.2

@workflow/swc-plugin@4.1.0-beta.15

@workflow/utils@4.1.0-beta.11

@workflow/web@4.1.0-beta.31

@workflow/web-shared@4.1.0-beta.46

workflow@4.1.0-beta.51

@workflow/world@4.1.0-beta.1

@workflow/world-local@4.1.0-beta.28

@workflow/world-postgres@4.1.0-beta.30

@workflow/world-testing@4.1.0-beta.52

@workflow/world-vercel@4.1.0-beta.29

@workflow/ai@4.0.1-beta.52

@workflow/astro@4.0.0-beta.25

@workflow/builders@4.0.1-beta.42

@workflow/nest@0.0.0-beta.0

@workflow/next@4.0.1-beta.47

@workflow/nitro@4.0.1-beta.46

@workflow/nuxt@4.0.1-beta.35

@workflow/rollup@4.0.0-beta.9

@workflow/sveltekit@4.0.0-beta.40

@workflow/docs-typecheck@0.0.1-beta.11

@github-actions

github-actionsBot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production443338484
✅ 💻 Local Development408032440
✅ 📦 Local Production408032440
✅ 🐘 Local Postgres408032440
✅ 🪟 Windows440044
❌ 🌍 Community Worlds165230188
Total1876261342036

❌ Failed Tests

▲ Vercel Production (3 failed)

nextjs-turbopack (1 failed):

  • promiseRaceStressTestWorkflow

nextjs-webpack (1 failed):

  • promiseRaceStressTestWorkflow

nuxt (1 failed):

  • promiseRaceStressTestWorkflow
🌍 Community Worlds (23 failed)

mongodb (1 failed):

  • webhookWorkflow

redis (1 failed):

  • webhookWorkflow

starter (20 failed):

  • addTenWorkflow
  • addTenWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE

turso (1 failed):

  • webhookWorkflow

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4004
✅ example4004
✅ express4004
✅ fastify4004
✅ hono4004
❌ nextjs-turbopack4211
❌ nextjs-webpack4211
✅ nitro4004
❌ nuxt3914
✅ sveltekit4004
✅ vite4004
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4004
✅ express-stable4004
✅ fastify-stable4004
✅ hono-stable4004
✅ nextjs-turbopack-stable4400
✅ nextjs-webpack-stable4400
✅ nitro-stable4004
✅ nuxt-stable4004
✅ sveltekit-stable4004
✅ vite-stable4004
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4004
✅ express-stable4004
✅ fastify-stable4004
✅ hono-stable4004
✅ nextjs-turbopack-stable4400
✅ nextjs-webpack-stable4400
✅ nitro-stable4004
✅ nuxt-stable4004
✅ sveltekit-stable4004
✅ vite-stable4004
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4004
✅ express-stable4004
✅ fastify-stable4004
✅ hono-stable4004
✅ nextjs-turbopack-stable4400
✅ nextjs-webpack-stable4400
✅ nitro-stable4004
✅ nuxt-stable4004
✅ sveltekit-stable4004
✅ vite-stable4004
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4400
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb4310
✅ redis-dev300
❌ redis4310
✅ starter-dev300
❌ starter24200
✅ turso-dev300
❌ turso4310

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: success
  • Local Prod: success
  • Local Postgres: success
  • Windows: success

Check the workflow run for details.

@github-actions

github-actionsBot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)0.034s (-7.4% 🟢)1.013s (~)0.979s101.00x
🌐 RedisNext.js (Turbopack)0.042s (~)1.018s (~)0.976s101.24x
💻 LocalNitro0.043s (-0.7%)1.006s (~)0.963s101.28x
💻 LocalExpress0.044s (-3.3%)1.008s (~)0.964s101.31x
💻 LocalNext.js (Turbopack)0.053s (+32.4% 🔺)1.027s (+1.0%)0.974s101.58x
🌐 TursoNext.js (Turbopack)0.101s (+5.1% 🔺)1.015s (~)0.914s103.00x
🌐 MongoDBNext.js (Turbopack)0.105s (+59.0% 🔺)1.014s (~)0.910s103.12x
🐘 PostgresNext.js (Turbopack)0.244s (+66.2% 🔺)1.017s (~)0.773s107.26x
🐘 PostgresNitro0.268s (~)1.013s (~)0.745s107.96x
🐘 PostgresExpress0.284s (-12.8% 🟢)1.013s (~)0.729s108.45x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.585s (-8.8% 🟢)1.498s (~)0.914s101.00x
▲ VercelExpress0.621s (-5.7% 🟢)1.575s (-2.4%)0.954s101.06x
▲ VercelNext.js (Turbopack)0.656s (-11.8% 🟢)1.541s (~)0.885s101.12x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.077s (-0.9%)2.010s (~)0.932s101.00x
🌐 RedisNext.js (Turbopack)1.109s (~)2.013s (~)0.905s101.03x
💻 LocalNitro1.112s (~)2.006s (~)0.894s101.03x
💻 LocalExpress1.115s (~)2.007s (~)0.892s101.04x
💻 LocalNext.js (Turbopack)1.120s (+2.1%)2.021s (~)0.901s101.04x
🌐 MongoDBNext.js (Turbopack)1.300s (~)2.016s (~)0.716s101.21x
🌐 TursoNext.js (Turbopack)1.303s (~)2.014s (~)0.711s101.21x
🐘 PostgresNext.js (Turbopack)1.666s (-22.9% 🟢)2.116s (-16.0% 🟢)0.450s101.55x
🐘 PostgresNitro2.124s (-0.5%)3.014s (~)0.889s101.97x
🐘 PostgresExpress2.141s (-1.5%)3.014s (~)0.874s101.99x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.744s (-8.2% 🟢)3.620s (-2.3%)0.876s101.00x
▲ VercelNitro2.792s (-8.8% 🟢)3.608s (-6.7% 🟢)0.816s101.02x
▲ VercelExpress2.962s (+2.5%)3.825s (+1.2%)0.863s101.08x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)10.473s (-1.1%)11.014s (~)0.541s51.00x
🌐 RedisNext.js (Turbopack)10.680s (~)11.019s (~)0.339s51.02x
💻 LocalNitro10.790s (~)11.007s (~)0.218s51.03x
💻 LocalExpress10.802s (~)11.014s (~)0.212s51.03x
💻 LocalNext.js (Turbopack)10.860s (+1.9%)11.030s (~)0.170s51.04x
🌐 TursoNext.js (Turbopack)12.196s (~)13.026s (~)0.830s51.16x
🌐 MongoDBNext.js (Turbopack)12.251s (~)13.027s (~)0.776s51.17x
🐘 PostgresNext.js (Turbopack)15.408s (+4.8%)16.032s (+3.9%)0.624s51.47x
🐘 PostgresExpress15.509s (-24.1% 🟢)16.032s (-23.8% 🟢)0.524s51.48x
🐘 PostgresNitro20.479s (+13.2% 🔺)21.029s (+14.1% 🔺)0.550s51.96x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)24.363s (-3.5%)25.150s (-3.4%)0.787s51.00x
▲ VercelExpress24.530s (+3.8%)25.265s (+3.1%)0.735s51.01x
▲ VercelNitro25.329s (+6.0% 🔺)26.498s (+7.2% 🔺)1.169s51.04x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.312s (-2.8%)2.008s (~)0.697s151.00x
🌐 RedisNext.js (Turbopack)1.365s (+0.5%)2.011s (~)0.645s151.04x
💻 LocalNitro1.416s (+0.7%)2.006s (~)0.590s151.08x
💻 LocalExpress1.425s (+0.7%)2.007s (~)0.582s151.09x
💻 LocalNext.js (Turbopack)1.533s (+11.0% 🔺)2.019s (~)0.486s151.17x
🐘 PostgresExpress1.759s (-28.2% 🟢)2.078s (-31.0% 🟢)0.319s151.34x
🐘 PostgresNext.js (Turbopack)1.882s (-4.4%)2.092s (~)0.210s151.43x
🐘 PostgresNitro2.053s (-14.0% 🟢)2.511s (-16.6% 🟢)0.458s121.57x
🌐 TursoNext.js (Turbopack)2.138s (-3.5%)3.014s (~)0.877s101.63x
🌐 MongoDBNext.js (Turbopack)2.148s (+0.8%)3.015s (~)0.867s101.64x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.962s (-7.3% 🟢)3.540s (-13.6% 🟢)0.578s91.00x
▲ VercelNitro3.042s (-3.7%)3.707s (-6.9% 🟢)0.665s91.03x
▲ VercelExpress3.180s (+1.9%)3.924s (-0.6%)0.744s81.07x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.224s (+2.3%)3.185s (+1.2%)0.961s101.00x
💻 LocalExpress2.250s (+0.7%)3.205s (~)0.955s101.01x
🌐 StarterNext.js (Turbopack)2.375s (-3.3%)3.009s (~)0.634s101.07x
🌐 RedisNext.js (Turbopack)2.506s (+1.1%)3.011s (~)0.504s101.13x
🐘 PostgresExpress2.639s (-9.8% 🟢)3.030s (-6.0% 🟢)0.390s101.19x
💻 LocalNext.js (Turbopack)2.749s (+35.7% 🔺)3.223s (+16.5% 🔺)0.474s101.24x
🐘 PostgresNext.js (Turbopack)2.812s (+17.6% 🔺)3.020s (~)0.208s101.26x
🐘 PostgresNitro2.922s (+4.0%)3.477s (+15.4% 🔺)0.555s91.31x
🌐 MongoDBNext.js (Turbopack)4.760s (+1.4%)5.179s (~)0.418s62.14x
🌐 TursoNext.js (Turbopack)4.855s (+4.0%)5.181s (~)0.326s62.18x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.470s (-11.8% 🟢)4.037s (-14.7% 🟢)0.567s81.00x
▲ VercelNitro3.502s (-8.4% 🟢)4.166s (-13.8% 🟢)0.664s81.01x
▲ VercelExpress3.933s (~)4.442s (-5.4% 🟢)0.509s71.13x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.327s (-2.6%)2.007s (~)0.680s151.00x
🌐 RedisNext.js (Turbopack)1.386s (+1.4%)2.012s (~)0.626s151.04x
💻 LocalExpress1.429s (+0.7%)2.007s (~)0.578s151.08x
💻 LocalNitro1.431s (+1.8%)2.006s (~)0.575s151.08x
💻 LocalNext.js (Turbopack)1.576s (+12.0% 🔺)2.022s (~)0.445s151.19x
🐘 PostgresNext.js (Turbopack)1.703s (-0.5%)2.011s (~)0.308s151.28x
🐘 PostgresExpress1.840s (-8.1% 🟢)2.009s (-9.7% 🟢)0.169s151.39x
🐘 PostgresNitro1.893s (-3.2%)2.011s (~)0.118s151.43x
🌐 TursoNext.js (Turbopack)2.126s (-4.6%)3.016s (~)0.890s101.60x
🌐 MongoDBNext.js (Turbopack)2.148s (+1.3%)3.014s (~)0.866s101.62x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.678s (-30.0% 🟢)3.605s (-17.7% 🟢)0.927s91.00x
▲ VercelNitro2.727s (-8.6% 🟢)3.659s (+1.1%)0.933s91.02x
▲ VercelExpress9.995s (+235.4% 🔺)10.881s (+176.0% 🔺)0.886s53.73x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.259s (~)3.217s (+0.8%)0.958s101.00x
💻 LocalNitro2.260s (+3.3%)3.208s (+2.2%)0.949s101.00x
🌐 StarterNext.js (Turbopack)2.409s (-1.7%)3.009s (~)0.600s101.07x
🐘 PostgresNext.js (Turbopack)2.478s (-2.5%)3.028s (~)0.549s101.10x
🌐 RedisNext.js (Turbopack)2.505s (~)3.011s (~)0.506s101.11x
🐘 PostgresExpress2.654s (-7.3% 🟢)3.017s (~)0.362s101.17x
🐘 PostgresNitro2.793s (+1.4%)3.017s (~)0.223s101.24x
💻 LocalNext.js (Turbopack)2.806s (+26.5% 🔺)3.106s (-1.8%)0.300s101.24x
🌐 MongoDBNext.js (Turbopack)4.679s (-1.9%)5.180s (~)0.500s62.07x
🌐 TursoNext.js (Turbopack)4.705s (~)5.181s (~)0.475s62.08x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.693s (+10.7% 🔺)4.178s (+9.0% 🔺)0.485s81.00x
▲ VercelNitro3.789s (+9.4% 🔺)4.429s (+5.5% 🔺)0.640s71.03x
▲ VercelExpress4.005s (+14.2% 🔺)4.758s (+12.4% 🔺)0.754s71.08x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)0.101s (-20.7% 🟢)1.005s (~)0.000s (+Infinity% 🔺)1.012s (~)0.911s101.00x
🌐 RedisNext.js (Turbopack)0.149s (+4.4%)1.005s (~)0.000s (NaN%)1.014s (~)0.866s101.47x
💻 LocalNitro0.175s (+0.7%)0.992s (~)0.015s (-3.2%)1.021s (~)0.845s101.73x
💻 LocalExpress0.181s (+0.9%)0.992s (~)0.017s (-10.6% 🟢)1.024s (~)0.843s101.80x
💻 LocalNext.js (Turbopack)0.186s (+37.1% 🔺)1.004s (~)0.028s (+7.8% 🔺)1.046s (+1.0%)0.860s101.84x
🌐 TursoNext.js (Turbopack)0.484s (-4.2%)0.962s (+1.8%)0.000s (~)1.014s (~)0.530s104.79x
🌐 MongoDBNext.js (Turbopack)0.485s (-1.3%)0.964s (+0.7%)0.000s (~)1.013s (~)0.527s104.80x
🐘 PostgresNext.js (Turbopack)1.208s (+89.0% 🔺)1.837s (+90.2% 🔺)0.000s (-100.0% 🟢)2.018s (+98.7% 🔺)0.810s1011.96x
🐘 PostgresExpress1.354s (-42.4% 🟢)1.745s (-35.2% 🟢)0.000s (NaN%)2.012s (-33.3% 🟢)0.658s1013.41x
🐘 PostgresNitro1.725s (+30.5% 🔺)2.157s (+25.3% 🔺)0.000s (-50.0% 🟢)2.413s (+20.0% 🔺)0.689s1017.08x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.045s (-3.4%)3.248s (-4.9%)0.559s (-24.2% 🟢)4.338s (-8.8% 🟢)1.293s101.00x
▲ VercelNext.js (Turbopack)3.058s (-8.4% 🟢)3.222s (-10.3% 🟢)0.659s (-35.4% 🟢)4.364s (-13.5% 🟢)1.306s101.00x
▲ VercelNitro3.069s (-9.9% 🟢)3.421s (-7.0% 🟢)0.437s (-46.6% 🟢)4.329s (-14.6% 🟢)1.260s101.01x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNitro6/8
🐘 PostgresNext.js (Turbopack)6/8
▲ VercelNext.js (Turbopack)6/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local8/8
Next.js (Turbopack)🌐 Starter8/8
Nitro💻 Local8/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@vercel

vercelBot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from d7d2b44 to c2921e0CompareJanuary 23, 2026 01:25
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from c2921e0 to 62defefCompareJanuary 23, 2026 18:58
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 22f91a3 to 0f90010CompareJanuary 23, 2026 21:31
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 0f90010 to 07be650CompareJanuary 23, 2026 21:47
Sign up for freeto 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

@vercel-release-bot@VaguelySerious
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Highlight search terms from Google/DuckDuckGo/Bing referrer\n(function() {\n var ref = document.referrer;\n var terms = [];\n \n if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) {\n var url = new URL(ref);\n var q = url.searchParams.get('q') || url.searchParams.get('p');\n if (q) {\n terms = q.split(/\\s+/).filter(function(t) { return t.length > 2; });\n }\n }\n \n if (terms.length === 0) return;\n \n var style = document.createElement('style');\n style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }';\n document.head.appendChild(style);\n \n function highlight(node) {\n if (node.nodeType === 3) { // text node\n var text = node.textContent;\n var found = false;\n terms.forEach(function(term) {\n var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\') + ')', 'gi');\n if (regex.test(text)) {\n found = true;\n var frag = document.createDocumentFragment();\n var parts = text.split(regex);\n parts.forEach(function(part, i) {\n if (i % 2 === 0) {\n frag.appendChild(document.createTextNode(part));\n } else {\n var span = document.createElement('span');\n span.className = 'userscript-highlight';\n span.textContent = part;\n frag.appendChild(span);\n }\n });\n node.parentNode.replaceChild(frag, node);\n }\n });\n } else if (node.nodeType === 1 && node.childNodes) { // element\n var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT'];\n if (!skipTags.includes(node.tagName)) {\n Array.from(node.childNodes).forEach(highlight);\n }\n }\n }\n \n highlight(document.body);\n \n // Re-highlight on dynamic content\n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1 || node.nodeType === 3) highlight(node);\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Highlight Search Terms"); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Version Packages (beta) - #834

Merged
VaguelySerious merged 1 commit into
mainfrom
changeset-release/main
Feb 2, 2026
Merged

Version Packages (beta)#834
VaguelySerious merged 1 commit into
mainfrom
changeset-release/main

Conversation

@vercel-release-bot

@vercel-release-botvercel-release-bot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

The changelog information of each package has been omitted from this message, as the content exceeds the size limit.

@workflow/cli@4.1.0-beta.51

@workflow/core@4.1.0-beta.51

@workflow/errors@4.1.0-beta.14

@workflow/serde@4.1.0-beta.2

@workflow/swc-plugin@4.1.0-beta.15

@workflow/utils@4.1.0-beta.11

@workflow/web@4.1.0-beta.31

@workflow/web-shared@4.1.0-beta.46

workflow@4.1.0-beta.51

@workflow/world@4.1.0-beta.1

@workflow/world-local@4.1.0-beta.28

@workflow/world-postgres@4.1.0-beta.30

@workflow/world-testing@4.1.0-beta.52

@workflow/world-vercel@4.1.0-beta.29

@workflow/ai@4.0.1-beta.52

@workflow/astro@4.0.0-beta.25

@workflow/builders@4.0.1-beta.42

@workflow/nest@0.0.0-beta.0

@workflow/next@4.0.1-beta.47

@workflow/nitro@4.0.1-beta.46

@workflow/nuxt@4.0.1-beta.35

@workflow/rollup@4.0.0-beta.9

@workflow/sveltekit@4.0.0-beta.40

@workflow/docs-typecheck@0.0.1-beta.11

@github-actions

github-actionsBot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production443338484
✅ 💻 Local Development408032440
✅ 📦 Local Production408032440
✅ 🐘 Local Postgres408032440
✅ 🪟 Windows440044
❌ 🌍 Community Worlds165230188
Total1876261342036

❌ Failed Tests

▲ Vercel Production (3 failed)

nextjs-turbopack (1 failed):

  • promiseRaceStressTestWorkflow

nextjs-webpack (1 failed):

  • promiseRaceStressTestWorkflow

nuxt (1 failed):

  • promiseRaceStressTestWorkflow
🌍 Community Worlds (23 failed)

mongodb (1 failed):

  • webhookWorkflow

redis (1 failed):

  • webhookWorkflow

starter (20 failed):

  • addTenWorkflow
  • addTenWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE

turso (1 failed):

  • webhookWorkflow

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4004
✅ example4004
✅ express4004
✅ fastify4004
✅ hono4004
❌ nextjs-turbopack4211
❌ nextjs-webpack4211
✅ nitro4004
❌ nuxt3914
✅ sveltekit4004
✅ vite4004
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4004
✅ express-stable4004
✅ fastify-stable4004
✅ hono-stable4004
✅ nextjs-turbopack-stable4400
✅ nextjs-webpack-stable4400
✅ nitro-stable4004
✅ nuxt-stable4004
✅ sveltekit-stable4004
✅ vite-stable4004
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4004
✅ express-stable4004
✅ fastify-stable4004
✅ hono-stable4004
✅ nextjs-turbopack-stable4400
✅ nextjs-webpack-stable4400
✅ nitro-stable4004
✅ nuxt-stable4004
✅ sveltekit-stable4004
✅ vite-stable4004
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4004
✅ express-stable4004
✅ fastify-stable4004
✅ hono-stable4004
✅ nextjs-turbopack-stable4400
✅ nextjs-webpack-stable4400
✅ nitro-stable4004
✅ nuxt-stable4004
✅ sveltekit-stable4004
✅ vite-stable4004
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4400
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb4310
✅ redis-dev300
❌ redis4310
✅ starter-dev300
❌ starter24200
✅ turso-dev300
❌ turso4310

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: success
  • Local Prod: success
  • Local Postgres: success
  • Windows: success

Check the workflow run for details.

@github-actions

github-actionsBot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)0.034s (-7.4% 🟢)1.013s (~)0.979s101.00x
🌐 RedisNext.js (Turbopack)0.042s (~)1.018s (~)0.976s101.24x
💻 LocalNitro0.043s (-0.7%)1.006s (~)0.963s101.28x
💻 LocalExpress0.044s (-3.3%)1.008s (~)0.964s101.31x
💻 LocalNext.js (Turbopack)0.053s (+32.4% 🔺)1.027s (+1.0%)0.974s101.58x
🌐 TursoNext.js (Turbopack)0.101s (+5.1% 🔺)1.015s (~)0.914s103.00x
🌐 MongoDBNext.js (Turbopack)0.105s (+59.0% 🔺)1.014s (~)0.910s103.12x
🐘 PostgresNext.js (Turbopack)0.244s (+66.2% 🔺)1.017s (~)0.773s107.26x
🐘 PostgresNitro0.268s (~)1.013s (~)0.745s107.96x
🐘 PostgresExpress0.284s (-12.8% 🟢)1.013s (~)0.729s108.45x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.585s (-8.8% 🟢)1.498s (~)0.914s101.00x
▲ VercelExpress0.621s (-5.7% 🟢)1.575s (-2.4%)0.954s101.06x
▲ VercelNext.js (Turbopack)0.656s (-11.8% 🟢)1.541s (~)0.885s101.12x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.077s (-0.9%)2.010s (~)0.932s101.00x
🌐 RedisNext.js (Turbopack)1.109s (~)2.013s (~)0.905s101.03x
💻 LocalNitro1.112s (~)2.006s (~)0.894s101.03x
💻 LocalExpress1.115s (~)2.007s (~)0.892s101.04x
💻 LocalNext.js (Turbopack)1.120s (+2.1%)2.021s (~)0.901s101.04x
🌐 MongoDBNext.js (Turbopack)1.300s (~)2.016s (~)0.716s101.21x
🌐 TursoNext.js (Turbopack)1.303s (~)2.014s (~)0.711s101.21x
🐘 PostgresNext.js (Turbopack)1.666s (-22.9% 🟢)2.116s (-16.0% 🟢)0.450s101.55x
🐘 PostgresNitro2.124s (-0.5%)3.014s (~)0.889s101.97x
🐘 PostgresExpress2.141s (-1.5%)3.014s (~)0.874s101.99x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.744s (-8.2% 🟢)3.620s (-2.3%)0.876s101.00x
▲ VercelNitro2.792s (-8.8% 🟢)3.608s (-6.7% 🟢)0.816s101.02x
▲ VercelExpress2.962s (+2.5%)3.825s (+1.2%)0.863s101.08x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)10.473s (-1.1%)11.014s (~)0.541s51.00x
🌐 RedisNext.js (Turbopack)10.680s (~)11.019s (~)0.339s51.02x
💻 LocalNitro10.790s (~)11.007s (~)0.218s51.03x
💻 LocalExpress10.802s (~)11.014s (~)0.212s51.03x
💻 LocalNext.js (Turbopack)10.860s (+1.9%)11.030s (~)0.170s51.04x
🌐 TursoNext.js (Turbopack)12.196s (~)13.026s (~)0.830s51.16x
🌐 MongoDBNext.js (Turbopack)12.251s (~)13.027s (~)0.776s51.17x
🐘 PostgresNext.js (Turbopack)15.408s (+4.8%)16.032s (+3.9%)0.624s51.47x
🐘 PostgresExpress15.509s (-24.1% 🟢)16.032s (-23.8% 🟢)0.524s51.48x
🐘 PostgresNitro20.479s (+13.2% 🔺)21.029s (+14.1% 🔺)0.550s51.96x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)24.363s (-3.5%)25.150s (-3.4%)0.787s51.00x
▲ VercelExpress24.530s (+3.8%)25.265s (+3.1%)0.735s51.01x
▲ VercelNitro25.329s (+6.0% 🔺)26.498s (+7.2% 🔺)1.169s51.04x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.312s (-2.8%)2.008s (~)0.697s151.00x
🌐 RedisNext.js (Turbopack)1.365s (+0.5%)2.011s (~)0.645s151.04x
💻 LocalNitro1.416s (+0.7%)2.006s (~)0.590s151.08x
💻 LocalExpress1.425s (+0.7%)2.007s (~)0.582s151.09x
💻 LocalNext.js (Turbopack)1.533s (+11.0% 🔺)2.019s (~)0.486s151.17x
🐘 PostgresExpress1.759s (-28.2% 🟢)2.078s (-31.0% 🟢)0.319s151.34x
🐘 PostgresNext.js (Turbopack)1.882s (-4.4%)2.092s (~)0.210s151.43x
🐘 PostgresNitro2.053s (-14.0% 🟢)2.511s (-16.6% 🟢)0.458s121.57x
🌐 TursoNext.js (Turbopack)2.138s (-3.5%)3.014s (~)0.877s101.63x
🌐 MongoDBNext.js (Turbopack)2.148s (+0.8%)3.015s (~)0.867s101.64x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.962s (-7.3% 🟢)3.540s (-13.6% 🟢)0.578s91.00x
▲ VercelNitro3.042s (-3.7%)3.707s (-6.9% 🟢)0.665s91.03x
▲ VercelExpress3.180s (+1.9%)3.924s (-0.6%)0.744s81.07x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.224s (+2.3%)3.185s (+1.2%)0.961s101.00x
💻 LocalExpress2.250s (+0.7%)3.205s (~)0.955s101.01x
🌐 StarterNext.js (Turbopack)2.375s (-3.3%)3.009s (~)0.634s101.07x
🌐 RedisNext.js (Turbopack)2.506s (+1.1%)3.011s (~)0.504s101.13x
🐘 PostgresExpress2.639s (-9.8% 🟢)3.030s (-6.0% 🟢)0.390s101.19x
💻 LocalNext.js (Turbopack)2.749s (+35.7% 🔺)3.223s (+16.5% 🔺)0.474s101.24x
🐘 PostgresNext.js (Turbopack)2.812s (+17.6% 🔺)3.020s (~)0.208s101.26x
🐘 PostgresNitro2.922s (+4.0%)3.477s (+15.4% 🔺)0.555s91.31x
🌐 MongoDBNext.js (Turbopack)4.760s (+1.4%)5.179s (~)0.418s62.14x
🌐 TursoNext.js (Turbopack)4.855s (+4.0%)5.181s (~)0.326s62.18x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.470s (-11.8% 🟢)4.037s (-14.7% 🟢)0.567s81.00x
▲ VercelNitro3.502s (-8.4% 🟢)4.166s (-13.8% 🟢)0.664s81.01x
▲ VercelExpress3.933s (~)4.442s (-5.4% 🟢)0.509s71.13x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.327s (-2.6%)2.007s (~)0.680s151.00x
🌐 RedisNext.js (Turbopack)1.386s (+1.4%)2.012s (~)0.626s151.04x
💻 LocalExpress1.429s (+0.7%)2.007s (~)0.578s151.08x
💻 LocalNitro1.431s (+1.8%)2.006s (~)0.575s151.08x
💻 LocalNext.js (Turbopack)1.576s (+12.0% 🔺)2.022s (~)0.445s151.19x
🐘 PostgresNext.js (Turbopack)1.703s (-0.5%)2.011s (~)0.308s151.28x
🐘 PostgresExpress1.840s (-8.1% 🟢)2.009s (-9.7% 🟢)0.169s151.39x
🐘 PostgresNitro1.893s (-3.2%)2.011s (~)0.118s151.43x
🌐 TursoNext.js (Turbopack)2.126s (-4.6%)3.016s (~)0.890s101.60x
🌐 MongoDBNext.js (Turbopack)2.148s (+1.3%)3.014s (~)0.866s101.62x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.678s (-30.0% 🟢)3.605s (-17.7% 🟢)0.927s91.00x
▲ VercelNitro2.727s (-8.6% 🟢)3.659s (+1.1%)0.933s91.02x
▲ VercelExpress9.995s (+235.4% 🔺)10.881s (+176.0% 🔺)0.886s53.73x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.259s (~)3.217s (+0.8%)0.958s101.00x
💻 LocalNitro2.260s (+3.3%)3.208s (+2.2%)0.949s101.00x
🌐 StarterNext.js (Turbopack)2.409s (-1.7%)3.009s (~)0.600s101.07x
🐘 PostgresNext.js (Turbopack)2.478s (-2.5%)3.028s (~)0.549s101.10x
🌐 RedisNext.js (Turbopack)2.505s (~)3.011s (~)0.506s101.11x
🐘 PostgresExpress2.654s (-7.3% 🟢)3.017s (~)0.362s101.17x
🐘 PostgresNitro2.793s (+1.4%)3.017s (~)0.223s101.24x
💻 LocalNext.js (Turbopack)2.806s (+26.5% 🔺)3.106s (-1.8%)0.300s101.24x
🌐 MongoDBNext.js (Turbopack)4.679s (-1.9%)5.180s (~)0.500s62.07x
🌐 TursoNext.js (Turbopack)4.705s (~)5.181s (~)0.475s62.08x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.693s (+10.7% 🔺)4.178s (+9.0% 🔺)0.485s81.00x
▲ VercelNitro3.789s (+9.4% 🔺)4.429s (+5.5% 🔺)0.640s71.03x
▲ VercelExpress4.005s (+14.2% 🔺)4.758s (+12.4% 🔺)0.754s71.08x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)0.101s (-20.7% 🟢)1.005s (~)0.000s (+Infinity% 🔺)1.012s (~)0.911s101.00x
🌐 RedisNext.js (Turbopack)0.149s (+4.4%)1.005s (~)0.000s (NaN%)1.014s (~)0.866s101.47x
💻 LocalNitro0.175s (+0.7%)0.992s (~)0.015s (-3.2%)1.021s (~)0.845s101.73x
💻 LocalExpress0.181s (+0.9%)0.992s (~)0.017s (-10.6% 🟢)1.024s (~)0.843s101.80x
💻 LocalNext.js (Turbopack)0.186s (+37.1% 🔺)1.004s (~)0.028s (+7.8% 🔺)1.046s (+1.0%)0.860s101.84x
🌐 TursoNext.js (Turbopack)0.484s (-4.2%)0.962s (+1.8%)0.000s (~)1.014s (~)0.530s104.79x
🌐 MongoDBNext.js (Turbopack)0.485s (-1.3%)0.964s (+0.7%)0.000s (~)1.013s (~)0.527s104.80x
🐘 PostgresNext.js (Turbopack)1.208s (+89.0% 🔺)1.837s (+90.2% 🔺)0.000s (-100.0% 🟢)2.018s (+98.7% 🔺)0.810s1011.96x
🐘 PostgresExpress1.354s (-42.4% 🟢)1.745s (-35.2% 🟢)0.000s (NaN%)2.012s (-33.3% 🟢)0.658s1013.41x
🐘 PostgresNitro1.725s (+30.5% 🔺)2.157s (+25.3% 🔺)0.000s (-50.0% 🟢)2.413s (+20.0% 🔺)0.689s1017.08x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.045s (-3.4%)3.248s (-4.9%)0.559s (-24.2% 🟢)4.338s (-8.8% 🟢)1.293s101.00x
▲ VercelNext.js (Turbopack)3.058s (-8.4% 🟢)3.222s (-10.3% 🟢)0.659s (-35.4% 🟢)4.364s (-13.5% 🟢)1.306s101.00x
▲ VercelNitro3.069s (-9.9% 🟢)3.421s (-7.0% 🟢)0.437s (-46.6% 🟢)4.329s (-14.6% 🟢)1.260s101.01x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNitro6/8
🐘 PostgresNext.js (Turbopack)6/8
▲ VercelNext.js (Turbopack)6/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local8/8
Next.js (Turbopack)🌐 Starter8/8
Nitro💻 Local8/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@vercel

vercelBot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from d7d2b44 to c2921e0CompareJanuary 23, 2026 01:25
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from c2921e0 to 62defefCompareJanuary 23, 2026 18:58
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 22f91a3 to 0f90010CompareJanuary 23, 2026 21:31
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 0f90010 to 07be650CompareJanuary 23, 2026 21:47
Sign up for freeto 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

@vercel-release-bot@VaguelySerious
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Strip utm_, fbclid, gclid, etc. from all links on page\n(function() {\n var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',\n 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid',\n 'ref', 'ref_src', 'source', 'medium', 'campaign'];\n \n function cleanUrl(url) {\n try {\n var u = new URL(url, window.location.origin);\n var changed = false;\n trackingParams.forEach(function(p) {\n if (u.searchParams.has(p)) {\n u.searchParams.delete(p);\n changed = true;\n }\n });\n return changed ? u.toString() : url;\n } catch (e) {\n return url;\n }\n }\n \n function cleanLinks() {\n document.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n \n cleanLinks();\n \n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1) {\n if (node.tagName === 'A') cleanLinks();\n node.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Remove Tracking Parameters from Links"); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
Skip to content

Version Packages (beta) - #834

Merged
VaguelySerious merged 1 commit into
mainfrom
changeset-release/main
Feb 2, 2026
Merged

Version Packages (beta)#834
VaguelySerious merged 1 commit into
mainfrom
changeset-release/main

Conversation

@vercel-release-bot

@vercel-release-botvercel-release-bot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

The changelog information of each package has been omitted from this message, as the content exceeds the size limit.

@workflow/cli@4.1.0-beta.51

@workflow/core@4.1.0-beta.51

@workflow/errors@4.1.0-beta.14

@workflow/serde@4.1.0-beta.2

@workflow/swc-plugin@4.1.0-beta.15

@workflow/utils@4.1.0-beta.11

@workflow/web@4.1.0-beta.31

@workflow/web-shared@4.1.0-beta.46

workflow@4.1.0-beta.51

@workflow/world@4.1.0-beta.1

@workflow/world-local@4.1.0-beta.28

@workflow/world-postgres@4.1.0-beta.30

@workflow/world-testing@4.1.0-beta.52

@workflow/world-vercel@4.1.0-beta.29

@workflow/ai@4.0.1-beta.52

@workflow/astro@4.0.0-beta.25

@workflow/builders@4.0.1-beta.42

@workflow/nest@0.0.0-beta.0

@workflow/next@4.0.1-beta.47

@workflow/nitro@4.0.1-beta.46

@workflow/nuxt@4.0.1-beta.35

@workflow/rollup@4.0.0-beta.9

@workflow/sveltekit@4.0.0-beta.40

@workflow/docs-typecheck@0.0.1-beta.11

@github-actions

github-actionsBot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production443338484
✅ 💻 Local Development408032440
✅ 📦 Local Production408032440
✅ 🐘 Local Postgres408032440
✅ 🪟 Windows440044
❌ 🌍 Community Worlds165230188
Total1876261342036

❌ Failed Tests

▲ Vercel Production (3 failed)

nextjs-turbopack (1 failed):

  • promiseRaceStressTestWorkflow

nextjs-webpack (1 failed):

  • promiseRaceStressTestWorkflow

nuxt (1 failed):

  • promiseRaceStressTestWorkflow
🌍 Community Worlds (23 failed)

mongodb (1 failed):

  • webhookWorkflow

redis (1 failed):

  • webhookWorkflow

starter (20 failed):

  • addTenWorkflow
  • addTenWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE

turso (1 failed):

  • webhookWorkflow

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4004
✅ example4004
✅ express4004
✅ fastify4004
✅ hono4004
❌ nextjs-turbopack4211
❌ nextjs-webpack4211
✅ nitro4004
❌ nuxt3914
✅ sveltekit4004
✅ vite4004
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4004
✅ express-stable4004
✅ fastify-stable4004
✅ hono-stable4004
✅ nextjs-turbopack-stable4400
✅ nextjs-webpack-stable4400
✅ nitro-stable4004
✅ nuxt-stable4004
✅ sveltekit-stable4004
✅ vite-stable4004
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4004
✅ express-stable4004
✅ fastify-stable4004
✅ hono-stable4004
✅ nextjs-turbopack-stable4400
✅ nextjs-webpack-stable4400
✅ nitro-stable4004
✅ nuxt-stable4004
✅ sveltekit-stable4004
✅ vite-stable4004
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4004
✅ express-stable4004
✅ fastify-stable4004
✅ hono-stable4004
✅ nextjs-turbopack-stable4400
✅ nextjs-webpack-stable4400
✅ nitro-stable4004
✅ nuxt-stable4004
✅ sveltekit-stable4004
✅ vite-stable4004
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4400
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb4310
✅ redis-dev300
❌ redis4310
✅ starter-dev300
❌ starter24200
✅ turso-dev300
❌ turso4310

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: success
  • Local Prod: success
  • Local Postgres: success
  • Windows: success

Check the workflow run for details.

@github-actions

github-actionsBot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)0.034s (-7.4% 🟢)1.013s (~)0.979s101.00x
🌐 RedisNext.js (Turbopack)0.042s (~)1.018s (~)0.976s101.24x
💻 LocalNitro0.043s (-0.7%)1.006s (~)0.963s101.28x
💻 LocalExpress0.044s (-3.3%)1.008s (~)0.964s101.31x
💻 LocalNext.js (Turbopack)0.053s (+32.4% 🔺)1.027s (+1.0%)0.974s101.58x
🌐 TursoNext.js (Turbopack)0.101s (+5.1% 🔺)1.015s (~)0.914s103.00x
🌐 MongoDBNext.js (Turbopack)0.105s (+59.0% 🔺)1.014s (~)0.910s103.12x
🐘 PostgresNext.js (Turbopack)0.244s (+66.2% 🔺)1.017s (~)0.773s107.26x
🐘 PostgresNitro0.268s (~)1.013s (~)0.745s107.96x
🐘 PostgresExpress0.284s (-12.8% 🟢)1.013s (~)0.729s108.45x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.585s (-8.8% 🟢)1.498s (~)0.914s101.00x
▲ VercelExpress0.621s (-5.7% 🟢)1.575s (-2.4%)0.954s101.06x
▲ VercelNext.js (Turbopack)0.656s (-11.8% 🟢)1.541s (~)0.885s101.12x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.077s (-0.9%)2.010s (~)0.932s101.00x
🌐 RedisNext.js (Turbopack)1.109s (~)2.013s (~)0.905s101.03x
💻 LocalNitro1.112s (~)2.006s (~)0.894s101.03x
💻 LocalExpress1.115s (~)2.007s (~)0.892s101.04x
💻 LocalNext.js (Turbopack)1.120s (+2.1%)2.021s (~)0.901s101.04x
🌐 MongoDBNext.js (Turbopack)1.300s (~)2.016s (~)0.716s101.21x
🌐 TursoNext.js (Turbopack)1.303s (~)2.014s (~)0.711s101.21x
🐘 PostgresNext.js (Turbopack)1.666s (-22.9% 🟢)2.116s (-16.0% 🟢)0.450s101.55x
🐘 PostgresNitro2.124s (-0.5%)3.014s (~)0.889s101.97x
🐘 PostgresExpress2.141s (-1.5%)3.014s (~)0.874s101.99x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.744s (-8.2% 🟢)3.620s (-2.3%)0.876s101.00x
▲ VercelNitro2.792s (-8.8% 🟢)3.608s (-6.7% 🟢)0.816s101.02x
▲ VercelExpress2.962s (+2.5%)3.825s (+1.2%)0.863s101.08x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)10.473s (-1.1%)11.014s (~)0.541s51.00x
🌐 RedisNext.js (Turbopack)10.680s (~)11.019s (~)0.339s51.02x
💻 LocalNitro10.790s (~)11.007s (~)0.218s51.03x
💻 LocalExpress10.802s (~)11.014s (~)0.212s51.03x
💻 LocalNext.js (Turbopack)10.860s (+1.9%)11.030s (~)0.170s51.04x
🌐 TursoNext.js (Turbopack)12.196s (~)13.026s (~)0.830s51.16x
🌐 MongoDBNext.js (Turbopack)12.251s (~)13.027s (~)0.776s51.17x
🐘 PostgresNext.js (Turbopack)15.408s (+4.8%)16.032s (+3.9%)0.624s51.47x
🐘 PostgresExpress15.509s (-24.1% 🟢)16.032s (-23.8% 🟢)0.524s51.48x
🐘 PostgresNitro20.479s (+13.2% 🔺)21.029s (+14.1% 🔺)0.550s51.96x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)24.363s (-3.5%)25.150s (-3.4%)0.787s51.00x
▲ VercelExpress24.530s (+3.8%)25.265s (+3.1%)0.735s51.01x
▲ VercelNitro25.329s (+6.0% 🔺)26.498s (+7.2% 🔺)1.169s51.04x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.312s (-2.8%)2.008s (~)0.697s151.00x
🌐 RedisNext.js (Turbopack)1.365s (+0.5%)2.011s (~)0.645s151.04x
💻 LocalNitro1.416s (+0.7%)2.006s (~)0.590s151.08x
💻 LocalExpress1.425s (+0.7%)2.007s (~)0.582s151.09x
💻 LocalNext.js (Turbopack)1.533s (+11.0% 🔺)2.019s (~)0.486s151.17x
🐘 PostgresExpress1.759s (-28.2% 🟢)2.078s (-31.0% 🟢)0.319s151.34x
🐘 PostgresNext.js (Turbopack)1.882s (-4.4%)2.092s (~)0.210s151.43x
🐘 PostgresNitro2.053s (-14.0% 🟢)2.511s (-16.6% 🟢)0.458s121.57x
🌐 TursoNext.js (Turbopack)2.138s (-3.5%)3.014s (~)0.877s101.63x
🌐 MongoDBNext.js (Turbopack)2.148s (+0.8%)3.015s (~)0.867s101.64x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.962s (-7.3% 🟢)3.540s (-13.6% 🟢)0.578s91.00x
▲ VercelNitro3.042s (-3.7%)3.707s (-6.9% 🟢)0.665s91.03x
▲ VercelExpress3.180s (+1.9%)3.924s (-0.6%)0.744s81.07x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.224s (+2.3%)3.185s (+1.2%)0.961s101.00x
💻 LocalExpress2.250s (+0.7%)3.205s (~)0.955s101.01x
🌐 StarterNext.js (Turbopack)2.375s (-3.3%)3.009s (~)0.634s101.07x
🌐 RedisNext.js (Turbopack)2.506s (+1.1%)3.011s (~)0.504s101.13x
🐘 PostgresExpress2.639s (-9.8% 🟢)3.030s (-6.0% 🟢)0.390s101.19x
💻 LocalNext.js (Turbopack)2.749s (+35.7% 🔺)3.223s (+16.5% 🔺)0.474s101.24x
🐘 PostgresNext.js (Turbopack)2.812s (+17.6% 🔺)3.020s (~)0.208s101.26x
🐘 PostgresNitro2.922s (+4.0%)3.477s (+15.4% 🔺)0.555s91.31x
🌐 MongoDBNext.js (Turbopack)4.760s (+1.4%)5.179s (~)0.418s62.14x
🌐 TursoNext.js (Turbopack)4.855s (+4.0%)5.181s (~)0.326s62.18x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.470s (-11.8% 🟢)4.037s (-14.7% 🟢)0.567s81.00x
▲ VercelNitro3.502s (-8.4% 🟢)4.166s (-13.8% 🟢)0.664s81.01x
▲ VercelExpress3.933s (~)4.442s (-5.4% 🟢)0.509s71.13x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.327s (-2.6%)2.007s (~)0.680s151.00x
🌐 RedisNext.js (Turbopack)1.386s (+1.4%)2.012s (~)0.626s151.04x
💻 LocalExpress1.429s (+0.7%)2.007s (~)0.578s151.08x
💻 LocalNitro1.431s (+1.8%)2.006s (~)0.575s151.08x
💻 LocalNext.js (Turbopack)1.576s (+12.0% 🔺)2.022s (~)0.445s151.19x
🐘 PostgresNext.js (Turbopack)1.703s (-0.5%)2.011s (~)0.308s151.28x
🐘 PostgresExpress1.840s (-8.1% 🟢)2.009s (-9.7% 🟢)0.169s151.39x
🐘 PostgresNitro1.893s (-3.2%)2.011s (~)0.118s151.43x
🌐 TursoNext.js (Turbopack)2.126s (-4.6%)3.016s (~)0.890s101.60x
🌐 MongoDBNext.js (Turbopack)2.148s (+1.3%)3.014s (~)0.866s101.62x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.678s (-30.0% 🟢)3.605s (-17.7% 🟢)0.927s91.00x
▲ VercelNitro2.727s (-8.6% 🟢)3.659s (+1.1%)0.933s91.02x
▲ VercelExpress9.995s (+235.4% 🔺)10.881s (+176.0% 🔺)0.886s53.73x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.259s (~)3.217s (+0.8%)0.958s101.00x
💻 LocalNitro2.260s (+3.3%)3.208s (+2.2%)0.949s101.00x
🌐 StarterNext.js (Turbopack)2.409s (-1.7%)3.009s (~)0.600s101.07x
🐘 PostgresNext.js (Turbopack)2.478s (-2.5%)3.028s (~)0.549s101.10x
🌐 RedisNext.js (Turbopack)2.505s (~)3.011s (~)0.506s101.11x
🐘 PostgresExpress2.654s (-7.3% 🟢)3.017s (~)0.362s101.17x
🐘 PostgresNitro2.793s (+1.4%)3.017s (~)0.223s101.24x
💻 LocalNext.js (Turbopack)2.806s (+26.5% 🔺)3.106s (-1.8%)0.300s101.24x
🌐 MongoDBNext.js (Turbopack)4.679s (-1.9%)5.180s (~)0.500s62.07x
🌐 TursoNext.js (Turbopack)4.705s (~)5.181s (~)0.475s62.08x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.693s (+10.7% 🔺)4.178s (+9.0% 🔺)0.485s81.00x
▲ VercelNitro3.789s (+9.4% 🔺)4.429s (+5.5% 🔺)0.640s71.03x
▲ VercelExpress4.005s (+14.2% 🔺)4.758s (+12.4% 🔺)0.754s71.08x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)0.101s (-20.7% 🟢)1.005s (~)0.000s (+Infinity% 🔺)1.012s (~)0.911s101.00x
🌐 RedisNext.js (Turbopack)0.149s (+4.4%)1.005s (~)0.000s (NaN%)1.014s (~)0.866s101.47x
💻 LocalNitro0.175s (+0.7%)0.992s (~)0.015s (-3.2%)1.021s (~)0.845s101.73x
💻 LocalExpress0.181s (+0.9%)0.992s (~)0.017s (-10.6% 🟢)1.024s (~)0.843s101.80x
💻 LocalNext.js (Turbopack)0.186s (+37.1% 🔺)1.004s (~)0.028s (+7.8% 🔺)1.046s (+1.0%)0.860s101.84x
🌐 TursoNext.js (Turbopack)0.484s (-4.2%)0.962s (+1.8%)0.000s (~)1.014s (~)0.530s104.79x
🌐 MongoDBNext.js (Turbopack)0.485s (-1.3%)0.964s (+0.7%)0.000s (~)1.013s (~)0.527s104.80x
🐘 PostgresNext.js (Turbopack)1.208s (+89.0% 🔺)1.837s (+90.2% 🔺)0.000s (-100.0% 🟢)2.018s (+98.7% 🔺)0.810s1011.96x
🐘 PostgresExpress1.354s (-42.4% 🟢)1.745s (-35.2% 🟢)0.000s (NaN%)2.012s (-33.3% 🟢)0.658s1013.41x
🐘 PostgresNitro1.725s (+30.5% 🔺)2.157s (+25.3% 🔺)0.000s (-50.0% 🟢)2.413s (+20.0% 🔺)0.689s1017.08x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.045s (-3.4%)3.248s (-4.9%)0.559s (-24.2% 🟢)4.338s (-8.8% 🟢)1.293s101.00x
▲ VercelNext.js (Turbopack)3.058s (-8.4% 🟢)3.222s (-10.3% 🟢)0.659s (-35.4% 🟢)4.364s (-13.5% 🟢)1.306s101.00x
▲ VercelNitro3.069s (-9.9% 🟢)3.421s (-7.0% 🟢)0.437s (-46.6% 🟢)4.329s (-14.6% 🟢)1.260s101.01x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNitro6/8
🐘 PostgresNext.js (Turbopack)6/8
▲ VercelNext.js (Turbopack)6/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local8/8
Next.js (Turbopack)🌐 Starter8/8
Nitro💻 Local8/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@vercel

vercelBot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from d7d2b44 to c2921e0CompareJanuary 23, 2026 01:25
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from c2921e0 to 62defefCompareJanuary 23, 2026 18:58
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 22f91a3 to 0f90010CompareJanuary 23, 2026 21:31
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 0f90010 to 07be650CompareJanuary 23, 2026 21:47
Sign up for freeto 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

@vercel-release-bot@VaguelySerious
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Version Packages (beta) - #834

Merged
VaguelySerious merged 1 commit into
mainfrom
changeset-release/main
Feb 2, 2026
Merged

Version Packages (beta)#834
VaguelySerious merged 1 commit into
mainfrom
changeset-release/main

Conversation

@vercel-release-bot

@vercel-release-botvercel-release-bot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

The changelog information of each package has been omitted from this message, as the content exceeds the size limit.

@workflow/cli@4.1.0-beta.51

@workflow/core@4.1.0-beta.51

@workflow/errors@4.1.0-beta.14

@workflow/serde@4.1.0-beta.2

@workflow/swc-plugin@4.1.0-beta.15

@workflow/utils@4.1.0-beta.11

@workflow/web@4.1.0-beta.31

@workflow/web-shared@4.1.0-beta.46

workflow@4.1.0-beta.51

@workflow/world@4.1.0-beta.1

@workflow/world-local@4.1.0-beta.28

@workflow/world-postgres@4.1.0-beta.30

@workflow/world-testing@4.1.0-beta.52

@workflow/world-vercel@4.1.0-beta.29

@workflow/ai@4.0.1-beta.52

@workflow/astro@4.0.0-beta.25

@workflow/builders@4.0.1-beta.42

@workflow/nest@0.0.0-beta.0

@workflow/next@4.0.1-beta.47

@workflow/nitro@4.0.1-beta.46

@workflow/nuxt@4.0.1-beta.35

@workflow/rollup@4.0.0-beta.9

@workflow/sveltekit@4.0.0-beta.40

@workflow/docs-typecheck@0.0.1-beta.11

@github-actions

github-actionsBot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production443338484
✅ 💻 Local Development408032440
✅ 📦 Local Production408032440
✅ 🐘 Local Postgres408032440
✅ 🪟 Windows440044
❌ 🌍 Community Worlds165230188
Total1876261342036

❌ Failed Tests

▲ Vercel Production (3 failed)

nextjs-turbopack (1 failed):

  • promiseRaceStressTestWorkflow

nextjs-webpack (1 failed):

  • promiseRaceStressTestWorkflow

nuxt (1 failed):

  • promiseRaceStressTestWorkflow
🌍 Community Worlds (23 failed)

mongodb (1 failed):

  • webhookWorkflow

redis (1 failed):

  • webhookWorkflow

starter (20 failed):

  • addTenWorkflow
  • addTenWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE

turso (1 failed):

  • webhookWorkflow

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4004
✅ example4004
✅ express4004
✅ fastify4004
✅ hono4004
❌ nextjs-turbopack4211
❌ nextjs-webpack4211
✅ nitro4004
❌ nuxt3914
✅ sveltekit4004
✅ vite4004
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4004
✅ express-stable4004
✅ fastify-stable4004
✅ hono-stable4004
✅ nextjs-turbopack-stable4400
✅ nextjs-webpack-stable4400
✅ nitro-stable4004
✅ nuxt-stable4004
✅ sveltekit-stable4004
✅ vite-stable4004
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4004
✅ express-stable4004
✅ fastify-stable4004
✅ hono-stable4004
✅ nextjs-turbopack-stable4400
✅ nextjs-webpack-stable4400
✅ nitro-stable4004
✅ nuxt-stable4004
✅ sveltekit-stable4004
✅ vite-stable4004
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4004
✅ express-stable4004
✅ fastify-stable4004
✅ hono-stable4004
✅ nextjs-turbopack-stable4400
✅ nextjs-webpack-stable4400
✅ nitro-stable4004
✅ nuxt-stable4004
✅ sveltekit-stable4004
✅ vite-stable4004
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4400
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb4310
✅ redis-dev300
❌ redis4310
✅ starter-dev300
❌ starter24200
✅ turso-dev300
❌ turso4310

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: success
  • Local Prod: success
  • Local Postgres: success
  • Windows: success

Check the workflow run for details.

@github-actions

github-actionsBot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)0.034s (-7.4% 🟢)1.013s (~)0.979s101.00x
🌐 RedisNext.js (Turbopack)0.042s (~)1.018s (~)0.976s101.24x
💻 LocalNitro0.043s (-0.7%)1.006s (~)0.963s101.28x
💻 LocalExpress0.044s (-3.3%)1.008s (~)0.964s101.31x
💻 LocalNext.js (Turbopack)0.053s (+32.4% 🔺)1.027s (+1.0%)0.974s101.58x
🌐 TursoNext.js (Turbopack)0.101s (+5.1% 🔺)1.015s (~)0.914s103.00x
🌐 MongoDBNext.js (Turbopack)0.105s (+59.0% 🔺)1.014s (~)0.910s103.12x
🐘 PostgresNext.js (Turbopack)0.244s (+66.2% 🔺)1.017s (~)0.773s107.26x
🐘 PostgresNitro0.268s (~)1.013s (~)0.745s107.96x
🐘 PostgresExpress0.284s (-12.8% 🟢)1.013s (~)0.729s108.45x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.585s (-8.8% 🟢)1.498s (~)0.914s101.00x
▲ VercelExpress0.621s (-5.7% 🟢)1.575s (-2.4%)0.954s101.06x
▲ VercelNext.js (Turbopack)0.656s (-11.8% 🟢)1.541s (~)0.885s101.12x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.077s (-0.9%)2.010s (~)0.932s101.00x
🌐 RedisNext.js (Turbopack)1.109s (~)2.013s (~)0.905s101.03x
💻 LocalNitro1.112s (~)2.006s (~)0.894s101.03x
💻 LocalExpress1.115s (~)2.007s (~)0.892s101.04x
💻 LocalNext.js (Turbopack)1.120s (+2.1%)2.021s (~)0.901s101.04x
🌐 MongoDBNext.js (Turbopack)1.300s (~)2.016s (~)0.716s101.21x
🌐 TursoNext.js (Turbopack)1.303s (~)2.014s (~)0.711s101.21x
🐘 PostgresNext.js (Turbopack)1.666s (-22.9% 🟢)2.116s (-16.0% 🟢)0.450s101.55x
🐘 PostgresNitro2.124s (-0.5%)3.014s (~)0.889s101.97x
🐘 PostgresExpress2.141s (-1.5%)3.014s (~)0.874s101.99x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.744s (-8.2% 🟢)3.620s (-2.3%)0.876s101.00x
▲ VercelNitro2.792s (-8.8% 🟢)3.608s (-6.7% 🟢)0.816s101.02x
▲ VercelExpress2.962s (+2.5%)3.825s (+1.2%)0.863s101.08x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)10.473s (-1.1%)11.014s (~)0.541s51.00x
🌐 RedisNext.js (Turbopack)10.680s (~)11.019s (~)0.339s51.02x
💻 LocalNitro10.790s (~)11.007s (~)0.218s51.03x
💻 LocalExpress10.802s (~)11.014s (~)0.212s51.03x
💻 LocalNext.js (Turbopack)10.860s (+1.9%)11.030s (~)0.170s51.04x
🌐 TursoNext.js (Turbopack)12.196s (~)13.026s (~)0.830s51.16x
🌐 MongoDBNext.js (Turbopack)12.251s (~)13.027s (~)0.776s51.17x
🐘 PostgresNext.js (Turbopack)15.408s (+4.8%)16.032s (+3.9%)0.624s51.47x
🐘 PostgresExpress15.509s (-24.1% 🟢)16.032s (-23.8% 🟢)0.524s51.48x
🐘 PostgresNitro20.479s (+13.2% 🔺)21.029s (+14.1% 🔺)0.550s51.96x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)24.363s (-3.5%)25.150s (-3.4%)0.787s51.00x
▲ VercelExpress24.530s (+3.8%)25.265s (+3.1%)0.735s51.01x
▲ VercelNitro25.329s (+6.0% 🔺)26.498s (+7.2% 🔺)1.169s51.04x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.312s (-2.8%)2.008s (~)0.697s151.00x
🌐 RedisNext.js (Turbopack)1.365s (+0.5%)2.011s (~)0.645s151.04x
💻 LocalNitro1.416s (+0.7%)2.006s (~)0.590s151.08x
💻 LocalExpress1.425s (+0.7%)2.007s (~)0.582s151.09x
💻 LocalNext.js (Turbopack)1.533s (+11.0% 🔺)2.019s (~)0.486s151.17x
🐘 PostgresExpress1.759s (-28.2% 🟢)2.078s (-31.0% 🟢)0.319s151.34x
🐘 PostgresNext.js (Turbopack)1.882s (-4.4%)2.092s (~)0.210s151.43x
🐘 PostgresNitro2.053s (-14.0% 🟢)2.511s (-16.6% 🟢)0.458s121.57x
🌐 TursoNext.js (Turbopack)2.138s (-3.5%)3.014s (~)0.877s101.63x
🌐 MongoDBNext.js (Turbopack)2.148s (+0.8%)3.015s (~)0.867s101.64x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.962s (-7.3% 🟢)3.540s (-13.6% 🟢)0.578s91.00x
▲ VercelNitro3.042s (-3.7%)3.707s (-6.9% 🟢)0.665s91.03x
▲ VercelExpress3.180s (+1.9%)3.924s (-0.6%)0.744s81.07x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.224s (+2.3%)3.185s (+1.2%)0.961s101.00x
💻 LocalExpress2.250s (+0.7%)3.205s (~)0.955s101.01x
🌐 StarterNext.js (Turbopack)2.375s (-3.3%)3.009s (~)0.634s101.07x
🌐 RedisNext.js (Turbopack)2.506s (+1.1%)3.011s (~)0.504s101.13x
🐘 PostgresExpress2.639s (-9.8% 🟢)3.030s (-6.0% 🟢)0.390s101.19x
💻 LocalNext.js (Turbopack)2.749s (+35.7% 🔺)3.223s (+16.5% 🔺)0.474s101.24x
🐘 PostgresNext.js (Turbopack)2.812s (+17.6% 🔺)3.020s (~)0.208s101.26x
🐘 PostgresNitro2.922s (+4.0%)3.477s (+15.4% 🔺)0.555s91.31x
🌐 MongoDBNext.js (Turbopack)4.760s (+1.4%)5.179s (~)0.418s62.14x
🌐 TursoNext.js (Turbopack)4.855s (+4.0%)5.181s (~)0.326s62.18x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.470s (-11.8% 🟢)4.037s (-14.7% 🟢)0.567s81.00x
▲ VercelNitro3.502s (-8.4% 🟢)4.166s (-13.8% 🟢)0.664s81.01x
▲ VercelExpress3.933s (~)4.442s (-5.4% 🟢)0.509s71.13x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.327s (-2.6%)2.007s (~)0.680s151.00x
🌐 RedisNext.js (Turbopack)1.386s (+1.4%)2.012s (~)0.626s151.04x
💻 LocalExpress1.429s (+0.7%)2.007s (~)0.578s151.08x
💻 LocalNitro1.431s (+1.8%)2.006s (~)0.575s151.08x
💻 LocalNext.js (Turbopack)1.576s (+12.0% 🔺)2.022s (~)0.445s151.19x
🐘 PostgresNext.js (Turbopack)1.703s (-0.5%)2.011s (~)0.308s151.28x
🐘 PostgresExpress1.840s (-8.1% 🟢)2.009s (-9.7% 🟢)0.169s151.39x
🐘 PostgresNitro1.893s (-3.2%)2.011s (~)0.118s151.43x
🌐 TursoNext.js (Turbopack)2.126s (-4.6%)3.016s (~)0.890s101.60x
🌐 MongoDBNext.js (Turbopack)2.148s (+1.3%)3.014s (~)0.866s101.62x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.678s (-30.0% 🟢)3.605s (-17.7% 🟢)0.927s91.00x
▲ VercelNitro2.727s (-8.6% 🟢)3.659s (+1.1%)0.933s91.02x
▲ VercelExpress9.995s (+235.4% 🔺)10.881s (+176.0% 🔺)0.886s53.73x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.259s (~)3.217s (+0.8%)0.958s101.00x
💻 LocalNitro2.260s (+3.3%)3.208s (+2.2%)0.949s101.00x
🌐 StarterNext.js (Turbopack)2.409s (-1.7%)3.009s (~)0.600s101.07x
🐘 PostgresNext.js (Turbopack)2.478s (-2.5%)3.028s (~)0.549s101.10x
🌐 RedisNext.js (Turbopack)2.505s (~)3.011s (~)0.506s101.11x
🐘 PostgresExpress2.654s (-7.3% 🟢)3.017s (~)0.362s101.17x
🐘 PostgresNitro2.793s (+1.4%)3.017s (~)0.223s101.24x
💻 LocalNext.js (Turbopack)2.806s (+26.5% 🔺)3.106s (-1.8%)0.300s101.24x
🌐 MongoDBNext.js (Turbopack)4.679s (-1.9%)5.180s (~)0.500s62.07x
🌐 TursoNext.js (Turbopack)4.705s (~)5.181s (~)0.475s62.08x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.693s (+10.7% 🔺)4.178s (+9.0% 🔺)0.485s81.00x
▲ VercelNitro3.789s (+9.4% 🔺)4.429s (+5.5% 🔺)0.640s71.03x
▲ VercelExpress4.005s (+14.2% 🔺)4.758s (+12.4% 🔺)0.754s71.08x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)0.101s (-20.7% 🟢)1.005s (~)0.000s (+Infinity% 🔺)1.012s (~)0.911s101.00x
🌐 RedisNext.js (Turbopack)0.149s (+4.4%)1.005s (~)0.000s (NaN%)1.014s (~)0.866s101.47x
💻 LocalNitro0.175s (+0.7%)0.992s (~)0.015s (-3.2%)1.021s (~)0.845s101.73x
💻 LocalExpress0.181s (+0.9%)0.992s (~)0.017s (-10.6% 🟢)1.024s (~)0.843s101.80x
💻 LocalNext.js (Turbopack)0.186s (+37.1% 🔺)1.004s (~)0.028s (+7.8% 🔺)1.046s (+1.0%)0.860s101.84x
🌐 TursoNext.js (Turbopack)0.484s (-4.2%)0.962s (+1.8%)0.000s (~)1.014s (~)0.530s104.79x
🌐 MongoDBNext.js (Turbopack)0.485s (-1.3%)0.964s (+0.7%)0.000s (~)1.013s (~)0.527s104.80x
🐘 PostgresNext.js (Turbopack)1.208s (+89.0% 🔺)1.837s (+90.2% 🔺)0.000s (-100.0% 🟢)2.018s (+98.7% 🔺)0.810s1011.96x
🐘 PostgresExpress1.354s (-42.4% 🟢)1.745s (-35.2% 🟢)0.000s (NaN%)2.012s (-33.3% 🟢)0.658s1013.41x
🐘 PostgresNitro1.725s (+30.5% 🔺)2.157s (+25.3% 🔺)0.000s (-50.0% 🟢)2.413s (+20.0% 🔺)0.689s1017.08x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.045s (-3.4%)3.248s (-4.9%)0.559s (-24.2% 🟢)4.338s (-8.8% 🟢)1.293s101.00x
▲ VercelNext.js (Turbopack)3.058s (-8.4% 🟢)3.222s (-10.3% 🟢)0.659s (-35.4% 🟢)4.364s (-13.5% 🟢)1.306s101.00x
▲ VercelNitro3.069s (-9.9% 🟢)3.421s (-7.0% 🟢)0.437s (-46.6% 🟢)4.329s (-14.6% 🟢)1.260s101.01x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNitro6/8
🐘 PostgresNext.js (Turbopack)6/8
▲ VercelNext.js (Turbopack)6/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local8/8
Next.js (Turbopack)🌐 Starter8/8
Nitro💻 Local8/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@vercel

vercelBot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from d7d2b44 to c2921e0CompareJanuary 23, 2026 01:25
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from c2921e0 to 62defefCompareJanuary 23, 2026 18:58
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 22f91a3 to 0f90010CompareJanuary 23, 2026 21:31
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 0f90010 to 07be650CompareJanuary 23, 2026 21:47
Sign up for freeto 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

@vercel-release-bot@VaguelySerious
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Version Packages (beta) - #834

Merged
VaguelySerious merged 1 commit into
mainfrom
changeset-release/main
Feb 2, 2026
Merged

Version Packages (beta)#834
VaguelySerious merged 1 commit into
mainfrom
changeset-release/main

Conversation

@vercel-release-bot

@vercel-release-botvercel-release-bot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

The changelog information of each package has been omitted from this message, as the content exceeds the size limit.

@workflow/cli@4.1.0-beta.51

@workflow/core@4.1.0-beta.51

@workflow/errors@4.1.0-beta.14

@workflow/serde@4.1.0-beta.2

@workflow/swc-plugin@4.1.0-beta.15

@workflow/utils@4.1.0-beta.11

@workflow/web@4.1.0-beta.31

@workflow/web-shared@4.1.0-beta.46

workflow@4.1.0-beta.51

@workflow/world@4.1.0-beta.1

@workflow/world-local@4.1.0-beta.28

@workflow/world-postgres@4.1.0-beta.30

@workflow/world-testing@4.1.0-beta.52

@workflow/world-vercel@4.1.0-beta.29

@workflow/ai@4.0.1-beta.52

@workflow/astro@4.0.0-beta.25

@workflow/builders@4.0.1-beta.42

@workflow/nest@0.0.0-beta.0

@workflow/next@4.0.1-beta.47

@workflow/nitro@4.0.1-beta.46

@workflow/nuxt@4.0.1-beta.35

@workflow/rollup@4.0.0-beta.9

@workflow/sveltekit@4.0.0-beta.40

@workflow/docs-typecheck@0.0.1-beta.11

@github-actions

github-actionsBot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production443338484
✅ 💻 Local Development408032440
✅ 📦 Local Production408032440
✅ 🐘 Local Postgres408032440
✅ 🪟 Windows440044
❌ 🌍 Community Worlds165230188
Total1876261342036

❌ Failed Tests

▲ Vercel Production (3 failed)

nextjs-turbopack (1 failed):

  • promiseRaceStressTestWorkflow

nextjs-webpack (1 failed):

  • promiseRaceStressTestWorkflow

nuxt (1 failed):

  • promiseRaceStressTestWorkflow
🌍 Community Worlds (23 failed)

mongodb (1 failed):

  • webhookWorkflow

redis (1 failed):

  • webhookWorkflow

starter (20 failed):

  • addTenWorkflow
  • addTenWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE

turso (1 failed):

  • webhookWorkflow

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4004
✅ example4004
✅ express4004
✅ fastify4004
✅ hono4004
❌ nextjs-turbopack4211
❌ nextjs-webpack4211
✅ nitro4004
❌ nuxt3914
✅ sveltekit4004
✅ vite4004
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4004
✅ express-stable4004
✅ fastify-stable4004
✅ hono-stable4004
✅ nextjs-turbopack-stable4400
✅ nextjs-webpack-stable4400
✅ nitro-stable4004
✅ nuxt-stable4004
✅ sveltekit-stable4004
✅ vite-stable4004
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4004
✅ express-stable4004
✅ fastify-stable4004
✅ hono-stable4004
✅ nextjs-turbopack-stable4400
✅ nextjs-webpack-stable4400
✅ nitro-stable4004
✅ nuxt-stable4004
✅ sveltekit-stable4004
✅ vite-stable4004
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4004
✅ express-stable4004
✅ fastify-stable4004
✅ hono-stable4004
✅ nextjs-turbopack-stable4400
✅ nextjs-webpack-stable4400
✅ nitro-stable4004
✅ nuxt-stable4004
✅ sveltekit-stable4004
✅ vite-stable4004
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4400
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb4310
✅ redis-dev300
❌ redis4310
✅ starter-dev300
❌ starter24200
✅ turso-dev300
❌ turso4310

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: success
  • Local Prod: success
  • Local Postgres: success
  • Windows: success

Check the workflow run for details.

@github-actions

github-actionsBot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)0.034s (-7.4% 🟢)1.013s (~)0.979s101.00x
🌐 RedisNext.js (Turbopack)0.042s (~)1.018s (~)0.976s101.24x
💻 LocalNitro0.043s (-0.7%)1.006s (~)0.963s101.28x
💻 LocalExpress0.044s (-3.3%)1.008s (~)0.964s101.31x
💻 LocalNext.js (Turbopack)0.053s (+32.4% 🔺)1.027s (+1.0%)0.974s101.58x
🌐 TursoNext.js (Turbopack)0.101s (+5.1% 🔺)1.015s (~)0.914s103.00x
🌐 MongoDBNext.js (Turbopack)0.105s (+59.0% 🔺)1.014s (~)0.910s103.12x
🐘 PostgresNext.js (Turbopack)0.244s (+66.2% 🔺)1.017s (~)0.773s107.26x
🐘 PostgresNitro0.268s (~)1.013s (~)0.745s107.96x
🐘 PostgresExpress0.284s (-12.8% 🟢)1.013s (~)0.729s108.45x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.585s (-8.8% 🟢)1.498s (~)0.914s101.00x
▲ VercelExpress0.621s (-5.7% 🟢)1.575s (-2.4%)0.954s101.06x
▲ VercelNext.js (Turbopack)0.656s (-11.8% 🟢)1.541s (~)0.885s101.12x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.077s (-0.9%)2.010s (~)0.932s101.00x
🌐 RedisNext.js (Turbopack)1.109s (~)2.013s (~)0.905s101.03x
💻 LocalNitro1.112s (~)2.006s (~)0.894s101.03x
💻 LocalExpress1.115s (~)2.007s (~)0.892s101.04x
💻 LocalNext.js (Turbopack)1.120s (+2.1%)2.021s (~)0.901s101.04x
🌐 MongoDBNext.js (Turbopack)1.300s (~)2.016s (~)0.716s101.21x
🌐 TursoNext.js (Turbopack)1.303s (~)2.014s (~)0.711s101.21x
🐘 PostgresNext.js (Turbopack)1.666s (-22.9% 🟢)2.116s (-16.0% 🟢)0.450s101.55x
🐘 PostgresNitro2.124s (-0.5%)3.014s (~)0.889s101.97x
🐘 PostgresExpress2.141s (-1.5%)3.014s (~)0.874s101.99x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.744s (-8.2% 🟢)3.620s (-2.3%)0.876s101.00x
▲ VercelNitro2.792s (-8.8% 🟢)3.608s (-6.7% 🟢)0.816s101.02x
▲ VercelExpress2.962s (+2.5%)3.825s (+1.2%)0.863s101.08x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)10.473s (-1.1%)11.014s (~)0.541s51.00x
🌐 RedisNext.js (Turbopack)10.680s (~)11.019s (~)0.339s51.02x
💻 LocalNitro10.790s (~)11.007s (~)0.218s51.03x
💻 LocalExpress10.802s (~)11.014s (~)0.212s51.03x
💻 LocalNext.js (Turbopack)10.860s (+1.9%)11.030s (~)0.170s51.04x
🌐 TursoNext.js (Turbopack)12.196s (~)13.026s (~)0.830s51.16x
🌐 MongoDBNext.js (Turbopack)12.251s (~)13.027s (~)0.776s51.17x
🐘 PostgresNext.js (Turbopack)15.408s (+4.8%)16.032s (+3.9%)0.624s51.47x
🐘 PostgresExpress15.509s (-24.1% 🟢)16.032s (-23.8% 🟢)0.524s51.48x
🐘 PostgresNitro20.479s (+13.2% 🔺)21.029s (+14.1% 🔺)0.550s51.96x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)24.363s (-3.5%)25.150s (-3.4%)0.787s51.00x
▲ VercelExpress24.530s (+3.8%)25.265s (+3.1%)0.735s51.01x
▲ VercelNitro25.329s (+6.0% 🔺)26.498s (+7.2% 🔺)1.169s51.04x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.312s (-2.8%)2.008s (~)0.697s151.00x
🌐 RedisNext.js (Turbopack)1.365s (+0.5%)2.011s (~)0.645s151.04x
💻 LocalNitro1.416s (+0.7%)2.006s (~)0.590s151.08x
💻 LocalExpress1.425s (+0.7%)2.007s (~)0.582s151.09x
💻 LocalNext.js (Turbopack)1.533s (+11.0% 🔺)2.019s (~)0.486s151.17x
🐘 PostgresExpress1.759s (-28.2% 🟢)2.078s (-31.0% 🟢)0.319s151.34x
🐘 PostgresNext.js (Turbopack)1.882s (-4.4%)2.092s (~)0.210s151.43x
🐘 PostgresNitro2.053s (-14.0% 🟢)2.511s (-16.6% 🟢)0.458s121.57x
🌐 TursoNext.js (Turbopack)2.138s (-3.5%)3.014s (~)0.877s101.63x
🌐 MongoDBNext.js (Turbopack)2.148s (+0.8%)3.015s (~)0.867s101.64x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.962s (-7.3% 🟢)3.540s (-13.6% 🟢)0.578s91.00x
▲ VercelNitro3.042s (-3.7%)3.707s (-6.9% 🟢)0.665s91.03x
▲ VercelExpress3.180s (+1.9%)3.924s (-0.6%)0.744s81.07x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.224s (+2.3%)3.185s (+1.2%)0.961s101.00x
💻 LocalExpress2.250s (+0.7%)3.205s (~)0.955s101.01x
🌐 StarterNext.js (Turbopack)2.375s (-3.3%)3.009s (~)0.634s101.07x
🌐 RedisNext.js (Turbopack)2.506s (+1.1%)3.011s (~)0.504s101.13x
🐘 PostgresExpress2.639s (-9.8% 🟢)3.030s (-6.0% 🟢)0.390s101.19x
💻 LocalNext.js (Turbopack)2.749s (+35.7% 🔺)3.223s (+16.5% 🔺)0.474s101.24x
🐘 PostgresNext.js (Turbopack)2.812s (+17.6% 🔺)3.020s (~)0.208s101.26x
🐘 PostgresNitro2.922s (+4.0%)3.477s (+15.4% 🔺)0.555s91.31x
🌐 MongoDBNext.js (Turbopack)4.760s (+1.4%)5.179s (~)0.418s62.14x
🌐 TursoNext.js (Turbopack)4.855s (+4.0%)5.181s (~)0.326s62.18x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.470s (-11.8% 🟢)4.037s (-14.7% 🟢)0.567s81.00x
▲ VercelNitro3.502s (-8.4% 🟢)4.166s (-13.8% 🟢)0.664s81.01x
▲ VercelExpress3.933s (~)4.442s (-5.4% 🟢)0.509s71.13x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.327s (-2.6%)2.007s (~)0.680s151.00x
🌐 RedisNext.js (Turbopack)1.386s (+1.4%)2.012s (~)0.626s151.04x
💻 LocalExpress1.429s (+0.7%)2.007s (~)0.578s151.08x
💻 LocalNitro1.431s (+1.8%)2.006s (~)0.575s151.08x
💻 LocalNext.js (Turbopack)1.576s (+12.0% 🔺)2.022s (~)0.445s151.19x
🐘 PostgresNext.js (Turbopack)1.703s (-0.5%)2.011s (~)0.308s151.28x
🐘 PostgresExpress1.840s (-8.1% 🟢)2.009s (-9.7% 🟢)0.169s151.39x
🐘 PostgresNitro1.893s (-3.2%)2.011s (~)0.118s151.43x
🌐 TursoNext.js (Turbopack)2.126s (-4.6%)3.016s (~)0.890s101.60x
🌐 MongoDBNext.js (Turbopack)2.148s (+1.3%)3.014s (~)0.866s101.62x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.678s (-30.0% 🟢)3.605s (-17.7% 🟢)0.927s91.00x
▲ VercelNitro2.727s (-8.6% 🟢)3.659s (+1.1%)0.933s91.02x
▲ VercelExpress9.995s (+235.4% 🔺)10.881s (+176.0% 🔺)0.886s53.73x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.259s (~)3.217s (+0.8%)0.958s101.00x
💻 LocalNitro2.260s (+3.3%)3.208s (+2.2%)0.949s101.00x
🌐 StarterNext.js (Turbopack)2.409s (-1.7%)3.009s (~)0.600s101.07x
🐘 PostgresNext.js (Turbopack)2.478s (-2.5%)3.028s (~)0.549s101.10x
🌐 RedisNext.js (Turbopack)2.505s (~)3.011s (~)0.506s101.11x
🐘 PostgresExpress2.654s (-7.3% 🟢)3.017s (~)0.362s101.17x
🐘 PostgresNitro2.793s (+1.4%)3.017s (~)0.223s101.24x
💻 LocalNext.js (Turbopack)2.806s (+26.5% 🔺)3.106s (-1.8%)0.300s101.24x
🌐 MongoDBNext.js (Turbopack)4.679s (-1.9%)5.180s (~)0.500s62.07x
🌐 TursoNext.js (Turbopack)4.705s (~)5.181s (~)0.475s62.08x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.693s (+10.7% 🔺)4.178s (+9.0% 🔺)0.485s81.00x
▲ VercelNitro3.789s (+9.4% 🔺)4.429s (+5.5% 🔺)0.640s71.03x
▲ VercelExpress4.005s (+14.2% 🔺)4.758s (+12.4% 🔺)0.754s71.08x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)0.101s (-20.7% 🟢)1.005s (~)0.000s (+Infinity% 🔺)1.012s (~)0.911s101.00x
🌐 RedisNext.js (Turbopack)0.149s (+4.4%)1.005s (~)0.000s (NaN%)1.014s (~)0.866s101.47x
💻 LocalNitro0.175s (+0.7%)0.992s (~)0.015s (-3.2%)1.021s (~)0.845s101.73x
💻 LocalExpress0.181s (+0.9%)0.992s (~)0.017s (-10.6% 🟢)1.024s (~)0.843s101.80x
💻 LocalNext.js (Turbopack)0.186s (+37.1% 🔺)1.004s (~)0.028s (+7.8% 🔺)1.046s (+1.0%)0.860s101.84x
🌐 TursoNext.js (Turbopack)0.484s (-4.2%)0.962s (+1.8%)0.000s (~)1.014s (~)0.530s104.79x
🌐 MongoDBNext.js (Turbopack)0.485s (-1.3%)0.964s (+0.7%)0.000s (~)1.013s (~)0.527s104.80x
🐘 PostgresNext.js (Turbopack)1.208s (+89.0% 🔺)1.837s (+90.2% 🔺)0.000s (-100.0% 🟢)2.018s (+98.7% 🔺)0.810s1011.96x
🐘 PostgresExpress1.354s (-42.4% 🟢)1.745s (-35.2% 🟢)0.000s (NaN%)2.012s (-33.3% 🟢)0.658s1013.41x
🐘 PostgresNitro1.725s (+30.5% 🔺)2.157s (+25.3% 🔺)0.000s (-50.0% 🟢)2.413s (+20.0% 🔺)0.689s1017.08x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.045s (-3.4%)3.248s (-4.9%)0.559s (-24.2% 🟢)4.338s (-8.8% 🟢)1.293s101.00x
▲ VercelNext.js (Turbopack)3.058s (-8.4% 🟢)3.222s (-10.3% 🟢)0.659s (-35.4% 🟢)4.364s (-13.5% 🟢)1.306s101.00x
▲ VercelNitro3.069s (-9.9% 🟢)3.421s (-7.0% 🟢)0.437s (-46.6% 🟢)4.329s (-14.6% 🟢)1.260s101.01x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNitro6/8
🐘 PostgresNext.js (Turbopack)6/8
▲ VercelNext.js (Turbopack)6/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local8/8
Next.js (Turbopack)🌐 Starter8/8
Nitro💻 Local8/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@vercel

vercelBot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from d7d2b44 to c2921e0CompareJanuary 23, 2026 01:25
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from c2921e0 to 62defefCompareJanuary 23, 2026 18:58
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 22f91a3 to 0f90010CompareJanuary 23, 2026 21:31
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 0f90010 to 07be650CompareJanuary 23, 2026 21:47
Sign up for freeto 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

@vercel-release-bot@VaguelySerious
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content

Version Packages (beta) - #834

Merged
VaguelySerious merged 1 commit into
mainfrom
changeset-release/main
Feb 2, 2026
Merged

Version Packages (beta)#834
VaguelySerious merged 1 commit into
mainfrom
changeset-release/main

Conversation

@vercel-release-bot

@vercel-release-botvercel-release-bot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

The changelog information of each package has been omitted from this message, as the content exceeds the size limit.

@workflow/cli@4.1.0-beta.51

@workflow/core@4.1.0-beta.51

@workflow/errors@4.1.0-beta.14

@workflow/serde@4.1.0-beta.2

@workflow/swc-plugin@4.1.0-beta.15

@workflow/utils@4.1.0-beta.11

@workflow/web@4.1.0-beta.31

@workflow/web-shared@4.1.0-beta.46

workflow@4.1.0-beta.51

@workflow/world@4.1.0-beta.1

@workflow/world-local@4.1.0-beta.28

@workflow/world-postgres@4.1.0-beta.30

@workflow/world-testing@4.1.0-beta.52

@workflow/world-vercel@4.1.0-beta.29

@workflow/ai@4.0.1-beta.52

@workflow/astro@4.0.0-beta.25

@workflow/builders@4.0.1-beta.42

@workflow/nest@0.0.0-beta.0

@workflow/next@4.0.1-beta.47

@workflow/nitro@4.0.1-beta.46

@workflow/nuxt@4.0.1-beta.35

@workflow/rollup@4.0.0-beta.9

@workflow/sveltekit@4.0.0-beta.40

@workflow/docs-typecheck@0.0.1-beta.11

@github-actions

github-actionsBot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production443338484
✅ 💻 Local Development408032440
✅ 📦 Local Production408032440
✅ 🐘 Local Postgres408032440
✅ 🪟 Windows440044
❌ 🌍 Community Worlds165230188
Total1876261342036

❌ Failed Tests

▲ Vercel Production (3 failed)

nextjs-turbopack (1 failed):

  • promiseRaceStressTestWorkflow

nextjs-webpack (1 failed):

  • promiseRaceStressTestWorkflow

nuxt (1 failed):

  • promiseRaceStressTestWorkflow
🌍 Community Worlds (23 failed)

mongodb (1 failed):

  • webhookWorkflow

redis (1 failed):

  • webhookWorkflow

starter (20 failed):

  • addTenWorkflow
  • addTenWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE

turso (1 failed):

  • webhookWorkflow

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4004
✅ example4004
✅ express4004
✅ fastify4004
✅ hono4004
❌ nextjs-turbopack4211
❌ nextjs-webpack4211
✅ nitro4004
❌ nuxt3914
✅ sveltekit4004
✅ vite4004
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4004
✅ express-stable4004
✅ fastify-stable4004
✅ hono-stable4004
✅ nextjs-turbopack-stable4400
✅ nextjs-webpack-stable4400
✅ nitro-stable4004
✅ nuxt-stable4004
✅ sveltekit-stable4004
✅ vite-stable4004
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4004
✅ express-stable4004
✅ fastify-stable4004
✅ hono-stable4004
✅ nextjs-turbopack-stable4400
✅ nextjs-webpack-stable4400
✅ nitro-stable4004
✅ nuxt-stable4004
✅ sveltekit-stable4004
✅ vite-stable4004
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4004
✅ express-stable4004
✅ fastify-stable4004
✅ hono-stable4004
✅ nextjs-turbopack-stable4400
✅ nextjs-webpack-stable4400
✅ nitro-stable4004
✅ nuxt-stable4004
✅ sveltekit-stable4004
✅ vite-stable4004
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4400
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb4310
✅ redis-dev300
❌ redis4310
✅ starter-dev300
❌ starter24200
✅ turso-dev300
❌ turso4310

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: success
  • Local Prod: success
  • Local Postgres: success
  • Windows: success

Check the workflow run for details.

@github-actions

github-actionsBot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)0.034s (-7.4% 🟢)1.013s (~)0.979s101.00x
🌐 RedisNext.js (Turbopack)0.042s (~)1.018s (~)0.976s101.24x
💻 LocalNitro0.043s (-0.7%)1.006s (~)0.963s101.28x
💻 LocalExpress0.044s (-3.3%)1.008s (~)0.964s101.31x
💻 LocalNext.js (Turbopack)0.053s (+32.4% 🔺)1.027s (+1.0%)0.974s101.58x
🌐 TursoNext.js (Turbopack)0.101s (+5.1% 🔺)1.015s (~)0.914s103.00x
🌐 MongoDBNext.js (Turbopack)0.105s (+59.0% 🔺)1.014s (~)0.910s103.12x
🐘 PostgresNext.js (Turbopack)0.244s (+66.2% 🔺)1.017s (~)0.773s107.26x
🐘 PostgresNitro0.268s (~)1.013s (~)0.745s107.96x
🐘 PostgresExpress0.284s (-12.8% 🟢)1.013s (~)0.729s108.45x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.585s (-8.8% 🟢)1.498s (~)0.914s101.00x
▲ VercelExpress0.621s (-5.7% 🟢)1.575s (-2.4%)0.954s101.06x
▲ VercelNext.js (Turbopack)0.656s (-11.8% 🟢)1.541s (~)0.885s101.12x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.077s (-0.9%)2.010s (~)0.932s101.00x
🌐 RedisNext.js (Turbopack)1.109s (~)2.013s (~)0.905s101.03x
💻 LocalNitro1.112s (~)2.006s (~)0.894s101.03x
💻 LocalExpress1.115s (~)2.007s (~)0.892s101.04x
💻 LocalNext.js (Turbopack)1.120s (+2.1%)2.021s (~)0.901s101.04x
🌐 MongoDBNext.js (Turbopack)1.300s (~)2.016s (~)0.716s101.21x
🌐 TursoNext.js (Turbopack)1.303s (~)2.014s (~)0.711s101.21x
🐘 PostgresNext.js (Turbopack)1.666s (-22.9% 🟢)2.116s (-16.0% 🟢)0.450s101.55x
🐘 PostgresNitro2.124s (-0.5%)3.014s (~)0.889s101.97x
🐘 PostgresExpress2.141s (-1.5%)3.014s (~)0.874s101.99x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.744s (-8.2% 🟢)3.620s (-2.3%)0.876s101.00x
▲ VercelNitro2.792s (-8.8% 🟢)3.608s (-6.7% 🟢)0.816s101.02x
▲ VercelExpress2.962s (+2.5%)3.825s (+1.2%)0.863s101.08x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)10.473s (-1.1%)11.014s (~)0.541s51.00x
🌐 RedisNext.js (Turbopack)10.680s (~)11.019s (~)0.339s51.02x
💻 LocalNitro10.790s (~)11.007s (~)0.218s51.03x
💻 LocalExpress10.802s (~)11.014s (~)0.212s51.03x
💻 LocalNext.js (Turbopack)10.860s (+1.9%)11.030s (~)0.170s51.04x
🌐 TursoNext.js (Turbopack)12.196s (~)13.026s (~)0.830s51.16x
🌐 MongoDBNext.js (Turbopack)12.251s (~)13.027s (~)0.776s51.17x
🐘 PostgresNext.js (Turbopack)15.408s (+4.8%)16.032s (+3.9%)0.624s51.47x
🐘 PostgresExpress15.509s (-24.1% 🟢)16.032s (-23.8% 🟢)0.524s51.48x
🐘 PostgresNitro20.479s (+13.2% 🔺)21.029s (+14.1% 🔺)0.550s51.96x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)24.363s (-3.5%)25.150s (-3.4%)0.787s51.00x
▲ VercelExpress24.530s (+3.8%)25.265s (+3.1%)0.735s51.01x
▲ VercelNitro25.329s (+6.0% 🔺)26.498s (+7.2% 🔺)1.169s51.04x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.312s (-2.8%)2.008s (~)0.697s151.00x
🌐 RedisNext.js (Turbopack)1.365s (+0.5%)2.011s (~)0.645s151.04x
💻 LocalNitro1.416s (+0.7%)2.006s (~)0.590s151.08x
💻 LocalExpress1.425s (+0.7%)2.007s (~)0.582s151.09x
💻 LocalNext.js (Turbopack)1.533s (+11.0% 🔺)2.019s (~)0.486s151.17x
🐘 PostgresExpress1.759s (-28.2% 🟢)2.078s (-31.0% 🟢)0.319s151.34x
🐘 PostgresNext.js (Turbopack)1.882s (-4.4%)2.092s (~)0.210s151.43x
🐘 PostgresNitro2.053s (-14.0% 🟢)2.511s (-16.6% 🟢)0.458s121.57x
🌐 TursoNext.js (Turbopack)2.138s (-3.5%)3.014s (~)0.877s101.63x
🌐 MongoDBNext.js (Turbopack)2.148s (+0.8%)3.015s (~)0.867s101.64x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.962s (-7.3% 🟢)3.540s (-13.6% 🟢)0.578s91.00x
▲ VercelNitro3.042s (-3.7%)3.707s (-6.9% 🟢)0.665s91.03x
▲ VercelExpress3.180s (+1.9%)3.924s (-0.6%)0.744s81.07x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.224s (+2.3%)3.185s (+1.2%)0.961s101.00x
💻 LocalExpress2.250s (+0.7%)3.205s (~)0.955s101.01x
🌐 StarterNext.js (Turbopack)2.375s (-3.3%)3.009s (~)0.634s101.07x
🌐 RedisNext.js (Turbopack)2.506s (+1.1%)3.011s (~)0.504s101.13x
🐘 PostgresExpress2.639s (-9.8% 🟢)3.030s (-6.0% 🟢)0.390s101.19x
💻 LocalNext.js (Turbopack)2.749s (+35.7% 🔺)3.223s (+16.5% 🔺)0.474s101.24x
🐘 PostgresNext.js (Turbopack)2.812s (+17.6% 🔺)3.020s (~)0.208s101.26x
🐘 PostgresNitro2.922s (+4.0%)3.477s (+15.4% 🔺)0.555s91.31x
🌐 MongoDBNext.js (Turbopack)4.760s (+1.4%)5.179s (~)0.418s62.14x
🌐 TursoNext.js (Turbopack)4.855s (+4.0%)5.181s (~)0.326s62.18x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.470s (-11.8% 🟢)4.037s (-14.7% 🟢)0.567s81.00x
▲ VercelNitro3.502s (-8.4% 🟢)4.166s (-13.8% 🟢)0.664s81.01x
▲ VercelExpress3.933s (~)4.442s (-5.4% 🟢)0.509s71.13x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.327s (-2.6%)2.007s (~)0.680s151.00x
🌐 RedisNext.js (Turbopack)1.386s (+1.4%)2.012s (~)0.626s151.04x
💻 LocalExpress1.429s (+0.7%)2.007s (~)0.578s151.08x
💻 LocalNitro1.431s (+1.8%)2.006s (~)0.575s151.08x
💻 LocalNext.js (Turbopack)1.576s (+12.0% 🔺)2.022s (~)0.445s151.19x
🐘 PostgresNext.js (Turbopack)1.703s (-0.5%)2.011s (~)0.308s151.28x
🐘 PostgresExpress1.840s (-8.1% 🟢)2.009s (-9.7% 🟢)0.169s151.39x
🐘 PostgresNitro1.893s (-3.2%)2.011s (~)0.118s151.43x
🌐 TursoNext.js (Turbopack)2.126s (-4.6%)3.016s (~)0.890s101.60x
🌐 MongoDBNext.js (Turbopack)2.148s (+1.3%)3.014s (~)0.866s101.62x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.678s (-30.0% 🟢)3.605s (-17.7% 🟢)0.927s91.00x
▲ VercelNitro2.727s (-8.6% 🟢)3.659s (+1.1%)0.933s91.02x
▲ VercelExpress9.995s (+235.4% 🔺)10.881s (+176.0% 🔺)0.886s53.73x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.259s (~)3.217s (+0.8%)0.958s101.00x
💻 LocalNitro2.260s (+3.3%)3.208s (+2.2%)0.949s101.00x
🌐 StarterNext.js (Turbopack)2.409s (-1.7%)3.009s (~)0.600s101.07x
🐘 PostgresNext.js (Turbopack)2.478s (-2.5%)3.028s (~)0.549s101.10x
🌐 RedisNext.js (Turbopack)2.505s (~)3.011s (~)0.506s101.11x
🐘 PostgresExpress2.654s (-7.3% 🟢)3.017s (~)0.362s101.17x
🐘 PostgresNitro2.793s (+1.4%)3.017s (~)0.223s101.24x
💻 LocalNext.js (Turbopack)2.806s (+26.5% 🔺)3.106s (-1.8%)0.300s101.24x
🌐 MongoDBNext.js (Turbopack)4.679s (-1.9%)5.180s (~)0.500s62.07x
🌐 TursoNext.js (Turbopack)4.705s (~)5.181s (~)0.475s62.08x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.693s (+10.7% 🔺)4.178s (+9.0% 🔺)0.485s81.00x
▲ VercelNitro3.789s (+9.4% 🔺)4.429s (+5.5% 🔺)0.640s71.03x
▲ VercelExpress4.005s (+14.2% 🔺)4.758s (+12.4% 🔺)0.754s71.08x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)0.101s (-20.7% 🟢)1.005s (~)0.000s (+Infinity% 🔺)1.012s (~)0.911s101.00x
🌐 RedisNext.js (Turbopack)0.149s (+4.4%)1.005s (~)0.000s (NaN%)1.014s (~)0.866s101.47x
💻 LocalNitro0.175s (+0.7%)0.992s (~)0.015s (-3.2%)1.021s (~)0.845s101.73x
💻 LocalExpress0.181s (+0.9%)0.992s (~)0.017s (-10.6% 🟢)1.024s (~)0.843s101.80x
💻 LocalNext.js (Turbopack)0.186s (+37.1% 🔺)1.004s (~)0.028s (+7.8% 🔺)1.046s (+1.0%)0.860s101.84x
🌐 TursoNext.js (Turbopack)0.484s (-4.2%)0.962s (+1.8%)0.000s (~)1.014s (~)0.530s104.79x
🌐 MongoDBNext.js (Turbopack)0.485s (-1.3%)0.964s (+0.7%)0.000s (~)1.013s (~)0.527s104.80x
🐘 PostgresNext.js (Turbopack)1.208s (+89.0% 🔺)1.837s (+90.2% 🔺)0.000s (-100.0% 🟢)2.018s (+98.7% 🔺)0.810s1011.96x
🐘 PostgresExpress1.354s (-42.4% 🟢)1.745s (-35.2% 🟢)0.000s (NaN%)2.012s (-33.3% 🟢)0.658s1013.41x
🐘 PostgresNitro1.725s (+30.5% 🔺)2.157s (+25.3% 🔺)0.000s (-50.0% 🟢)2.413s (+20.0% 🔺)0.689s1017.08x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.045s (-3.4%)3.248s (-4.9%)0.559s (-24.2% 🟢)4.338s (-8.8% 🟢)1.293s101.00x
▲ VercelNext.js (Turbopack)3.058s (-8.4% 🟢)3.222s (-10.3% 🟢)0.659s (-35.4% 🟢)4.364s (-13.5% 🟢)1.306s101.00x
▲ VercelNitro3.069s (-9.9% 🟢)3.421s (-7.0% 🟢)0.437s (-46.6% 🟢)4.329s (-14.6% 🟢)1.260s101.01x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNitro6/8
🐘 PostgresNext.js (Turbopack)6/8
▲ VercelNext.js (Turbopack)6/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local8/8
Next.js (Turbopack)🌐 Starter8/8
Nitro💻 Local8/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@vercel

vercelBot commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from d7d2b44 to c2921e0CompareJanuary 23, 2026 01:25
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from c2921e0 to 62defefCompareJanuary 23, 2026 18:58
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 22f91a3 to 0f90010CompareJanuary 23, 2026 21:31
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 0f90010 to 07be650CompareJanuary 23, 2026 21:47
Sign up for freeto 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

@vercel-release-bot@VaguelySerious