Skip to content

Version Packages (beta)#1215

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

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

Conversation

@vercel-release-bot
Copy link
Copy Markdown
Contributor

@vercel-release-bot vercel-release-bot commented Feb 27, 2026

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

@workflow/ai@4.0.1-beta.54

Patch Changes

  • #1212 eea4a02 Thanks @VaguelySerious! - Convert tool call errors to error-text results, allowing the agent to recover from tool call failures

  • #1217 e55c636 Thanks @pranaygp! - Upgrade dependencies across all packages

  • #1199 905b94a Thanks @gsathya! - Pass AbortSignal option into WorkflowChatTransport reconnect handler, allowing it to prevent reconnection.

  • Updated dependencies [e55c636]:

    • workflow@4.1.0-beta.62

@workflow/astro@4.0.0-beta.36

Patch Changes

  • #1217 e55c636 Thanks @pranaygp! - Upgrade dependencies across all packages

  • Updated dependencies [e55c636]:

    • @workflow/builders@4.0.1-beta.53
    • @workflow/rollup@4.0.0-beta.19
    • @workflow/vite@4.0.0-beta.12

@workflow/builders@4.0.1-beta.53

Patch Changes

@workflow/cli@4.1.0-beta.62

Patch Changes

  • #1217 e55c636 Thanks @pranaygp! - Upgrade dependencies across all packages

  • Updated dependencies [6f2cbcd, 1cfb8b1, 274ea8b, 02681dc, f3b2e08, 028a828, e55c636]:

    • @workflow/core@4.1.0-beta.62
    • @workflow/world-vercel@4.1.0-beta.36
    • @workflow/world-local@4.1.0-beta.36
    • @workflow/builders@4.0.1-beta.53
    • @workflow/utils@4.1.0-beta.13
    • @workflow/world@4.1.0-beta.8
    • @workflow/web@4.1.0-beta.36
    • @workflow/errors@4.1.0-beta.17

@workflow/core@4.1.0-beta.62

Patch Changes

  • #1172 6f2cbcd Thanks @TooTallNate! - Fix custom Error subclass serialization precedence: move Instance reducer before Error reducer so that Error subclasses with WORKFLOW_SERIALIZE are serialized using custom class serialization instead of the generic Error serialization

  • #1181 02681dc Thanks @pranaygp! - Add hook.dispose() method to explicitly release hook tokens for reuse by other workflows while the current workflow is still running

  • #1185 028a828 Thanks @pranaygp! - Warn when workflow completes with uncommitted operations (unawaited steps, hooks, or sleeps)

  • #1217 e55c636 Thanks @pranaygp! - Upgrade dependencies across all packages

  • Updated dependencies [1cfb8b1, 274ea8b, f3b2e08, e55c636]:

    • @workflow/world-vercel@4.1.0-beta.36
    • @workflow/world-local@4.1.0-beta.36
    • @workflow/utils@4.1.0-beta.13
    • @workflow/world@4.1.0-beta.8
    • @workflow/errors@4.1.0-beta.17

@workflow/errors@4.1.0-beta.17

Patch Changes

  • Updated dependencies [e55c636]:
    • @workflow/utils@4.1.0-beta.13

@workflow/nest@0.0.0-beta.11

Patch Changes

  • #1217 e55c636 Thanks @pranaygp! - Upgrade dependencies across all packages

  • Updated dependencies [e55c636]:

    • @workflow/builders@4.0.1-beta.53

@workflow/next@4.0.1-beta.58

Patch Changes

@workflow/nitro@4.0.1-beta.57

Patch Changes

  • #1217 e55c636 Thanks @pranaygp! - Upgrade dependencies across all packages

  • Updated dependencies [6f2cbcd, 02681dc, 028a828, e55c636]:

    • @workflow/core@4.1.0-beta.62
    • @workflow/builders@4.0.1-beta.53
    • @workflow/rollup@4.0.0-beta.19
    • @workflow/vite@4.0.0-beta.12

@workflow/nuxt@4.0.1-beta.46

Patch Changes

@workflow/rollup@4.0.0-beta.19

Patch Changes

  • Updated dependencies [e55c636]:
    • @workflow/builders@4.0.1-beta.53

@workflow/sveltekit@4.0.0-beta.51

Patch Changes

  • #1217 e55c636 Thanks @pranaygp! - Upgrade dependencies across all packages

  • Updated dependencies [e55c636]:

    • @workflow/builders@4.0.1-beta.53
    • @workflow/rollup@4.0.0-beta.19
    • @workflow/vite@4.0.0-beta.12

@workflow/typescript-plugin@4.0.1-beta.5

Patch Changes

@workflow/utils@4.1.0-beta.13

Patch Changes

@workflow/vite@4.0.0-beta.12

Patch Changes

  • Updated dependencies [e55c636]:
    • @workflow/builders@4.0.1-beta.53

@workflow/web@4.1.0-beta.36

Patch Changes

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

Patch Changes

workflow@4.1.0-beta.62

Patch Changes

  • #1217 e55c636 Thanks @pranaygp! - Upgrade dependencies across all packages

  • Updated dependencies [6f2cbcd, 02681dc, 028a828, e55c636]:

    • @workflow/core@4.1.0-beta.62
    • @workflow/cli@4.1.0-beta.62
    • @workflow/astro@4.0.0-beta.36
    • @workflow/nest@0.0.0-beta.11
    • @workflow/next@4.0.1-beta.58
    • @workflow/nitro@4.0.1-beta.57
    • @workflow/nuxt@4.0.1-beta.46
    • @workflow/sveltekit@4.0.0-beta.51
    • @workflow/typescript-plugin@4.0.1-beta.5
    • @workflow/rollup@4.0.0-beta.19
    • @workflow/errors@4.1.0-beta.17

@workflow/world@4.1.0-beta.8

Patch Changes

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

Patch Changes

  • #1211 1cfb8b1 Thanks @VaguelySerious! - Use undici v7 Agent for HTTP/2 multiplexing and automatic retry

  • #1217 e55c636 Thanks @pranaygp! - Upgrade dependencies across all packages

  • Updated dependencies [e55c636]:

    • @workflow/utils@4.1.0-beta.13
    • @workflow/world@4.1.0-beta.8
    • @workflow/errors@4.1.0-beta.17

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

Patch Changes

  • #1217 e55c636 Thanks @pranaygp! - Upgrade dependencies across all packages

  • Updated dependencies [1cfb8b1, e55c636]:

    • @workflow/world-local@4.1.0-beta.36
    • @workflow/world@4.1.0-beta.8
    • @workflow/errors@4.1.0-beta.17

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

Patch Changes

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

Patch Changes

@vercel-release-bot vercel-release-bot requested a review from a team as a code owner February 27, 2026 04:19
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 27, 2026

🧪 E2E Test Results

Some tests failed

Summary

Passed Failed Skipped Total
✅ ▲ Vercel Production 523 0 49 572
✅ 💻 Local Development 556 0 68 624
✅ 📦 Local Production 556 0 68 624
✅ 🐘 Local Postgres 556 0 68 624
✅ 🪟 Windows 49 0 3 52
❌ 🌍 Community Worlds 110 46 9 165
✅ 📋 Other 135 0 21 156
Total 2485 46 286 2817

❌ Failed Tests

🌍 Community Worlds (46 failed)

mongodb (1 failed):

  • webhookWorkflow

turso (45 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • parallelSleepWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • 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 retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling retry behavior workflow completes despite transient 5xx on step_completed
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • 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
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument
  • cancelRun - cancelling a running workflow
  • cancelRun via CLI - cancelling a running workflow
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
App Passed Failed Skipped
✅ astro 47 0 5
✅ example 47 0 5
✅ express 47 0 5
✅ fastify 47 0 5
✅ hono 47 0 5
✅ nextjs-turbopack 50 0 2
✅ nextjs-webpack 50 0 2
✅ nitro 47 0 5
✅ nuxt 47 0 5
✅ sveltekit 47 0 5
✅ vite 47 0 5
✅ 💻 Local Development
App Passed Failed Skipped
✅ astro-stable 45 0 7
✅ express-stable 45 0 7
✅ fastify-stable 45 0 7
✅ hono-stable 45 0 7
✅ nextjs-turbopack-canary 49 0 3
✅ nextjs-turbopack-stable 49 0 3
✅ nextjs-webpack-canary 49 0 3
✅ nextjs-webpack-stable 49 0 3
✅ nitro-stable 45 0 7
✅ nuxt-stable 45 0 7
✅ sveltekit-stable 45 0 7
✅ vite-stable 45 0 7
✅ 📦 Local Production
App Passed Failed Skipped
✅ astro-stable 45 0 7
✅ express-stable 45 0 7
✅ fastify-stable 45 0 7
✅ hono-stable 45 0 7
✅ nextjs-turbopack-canary 49 0 3
✅ nextjs-turbopack-stable 49 0 3
✅ nextjs-webpack-canary 49 0 3
✅ nextjs-webpack-stable 49 0 3
✅ nitro-stable 45 0 7
✅ nuxt-stable 45 0 7
✅ sveltekit-stable 45 0 7
✅ vite-stable 45 0 7
✅ 🐘 Local Postgres
App Passed Failed Skipped
✅ astro-stable 45 0 7
✅ express-stable 45 0 7
✅ fastify-stable 45 0 7
✅ hono-stable 45 0 7
✅ nextjs-turbopack-canary 49 0 3
✅ nextjs-turbopack-stable 49 0 3
✅ nextjs-webpack-canary 49 0 3
✅ nextjs-webpack-stable 49 0 3
✅ nitro-stable 45 0 7
✅ nuxt-stable 45 0 7
✅ sveltekit-stable 45 0 7
✅ vite-stable 45 0 7
✅ 🪟 Windows
App Passed Failed Skipped
✅ nextjs-turbopack 49 0 3
❌ 🌍 Community Worlds
App Passed Failed Skipped
✅ mongodb-dev 3 0 0
❌ mongodb 48 1 3
✅ redis-dev 3 0 0
✅ redis 49 0 3
✅ turso-dev 3 0 0
❌ turso 4 45 3
✅ 📋 Other
App Passed Failed Skipped
✅ e2e-local-dev-nest-stable 45 0 7
✅ e2e-local-postgres-nest-stable 45 0 7
✅ e2e-local-prod-nest-stable 45 0 7

📋 View full workflow run

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Feb 27, 2026

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 27, 2026

📊 Benchmark Results

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

workflow with no steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Nitro 0.032s (-5.6% 🟢) 1.005s (~) 0.973s 10 1.00x
💻 Local Express 0.032s (-0.6%) 1.005s (~) 0.973s 10 1.01x
💻 Local Next.js (Turbopack) 0.040s (-8.9% 🟢) 1.005s (~) 0.965s 10 1.25x
🐘 Postgres Next.js (Turbopack) 0.040s (-25.7% 🟢) 1.011s (~) 0.971s 10 1.25x
🌐 Redis Next.js (Turbopack) 0.049s (+4.0%) 1.005s (~) 0.956s 10 1.54x
🐘 Postgres Nitro 0.052s (~) 1.013s (~) 0.961s 10 1.65x
🐘 Postgres Express 0.054s (-8.1% 🟢) 1.010s (-0.6%) 0.955s 10 1.71x
🌐 MongoDB Next.js (Turbopack) 0.098s (-12.4% 🟢) 1.008s (~) 0.910s 10 3.08x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 0.483s (+4.5%) 1.868s (+2.7%) 1.386s 10 1.00x
▲ Vercel Express 0.495s (+10.7% 🔺) 1.415s (-31.1% 🟢) 0.920s 10 1.03x
▲ Vercel Nitro 0.510s (+10.9% 🔺) 1.654s (-24.1% 🟢) 1.144s 10 1.06x

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

workflow with 1 step

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 1.099s (~) 2.005s (~) 0.906s 10 1.00x
🐘 Postgres Next.js (Turbopack) 1.104s (-1.5%) 2.011s (~) 0.906s 10 1.00x
💻 Local Express 1.106s (~) 2.006s (~) 0.899s 10 1.01x
💻 Local Nitro 1.106s (-0.6%) 2.006s (~) 0.899s 10 1.01x
🌐 Redis Next.js (Turbopack) 1.108s (~) 2.006s (~) 0.898s 10 1.01x
🐘 Postgres Express 1.132s (~) 2.011s (~) 0.879s 10 1.03x
🐘 Postgres Nitro 1.133s (~) 2.012s (~) 0.878s 10 1.03x
🌐 MongoDB Next.js (Turbopack) 1.312s (~) 2.008s (~) 0.696s 10 1.19x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 1.985s (-4.5%) 3.436s (+1.3%) 1.451s 10 1.00x
▲ Vercel Express 2.041s (-1.1%) 3.412s (+7.3% 🔺) 1.370s 10 1.03x
▲ Vercel Next.js (Turbopack) 2.078s (+2.9%) 3.334s (+13.4% 🔺) 1.255s 10 1.05x

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

workflow with 10 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Next.js (Turbopack) 10.651s (-2.2%) 11.036s (~) 0.385s 3 1.00x
💻 Local Next.js (Turbopack) 10.711s (~) 11.022s (~) 0.311s 3 1.01x
🌐 Redis Next.js (Turbopack) 10.745s (~) 11.023s (~) 0.278s 3 1.01x
💻 Local Express 10.821s (~) 11.021s (~) 0.200s 3 1.02x
💻 Local Nitro 10.824s (-0.5%) 11.022s (~) 0.198s 3 1.02x
🐘 Postgres Nitro 10.862s (~) 11.042s (~) 0.180s 3 1.02x
🐘 Postgres Express 10.875s (~) 11.043s (~) 0.168s 3 1.02x
🌐 MongoDB Next.js (Turbopack) 12.305s (~) 13.025s (~) 0.720s 3 1.16x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 16.172s (-1.2%) 17.644s (-1.2%) 1.471s 2 1.00x
▲ Vercel Next.js (Turbopack) 16.227s (~) 17.687s (+3.0%) 1.460s 2 1.00x
▲ Vercel Nitro 16.575s (~) 17.473s (+1.1%) 0.898s 2 1.02x

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

workflow with 25 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Next.js (Turbopack) 26.800s (-1.5%) 27.056s (-3.6%) 0.256s 3 1.00x
🌐 Redis Next.js (Turbopack) 27.021s (~) 27.052s (~) 0.031s 3 1.01x
💻 Local Next.js (Turbopack) 27.219s (~) 28.051s (~) 0.832s 3 1.02x
🐘 Postgres Nitro 27.222s (~) 28.062s (~) 0.840s 3 1.02x
🐘 Postgres Express 27.270s (~) 28.060s (~) 0.790s 3 1.02x
💻 Local Express 27.518s (~) 28.052s (~) 0.535s 3 1.03x
💻 Local Nitro 27.522s (~) 28.051s (~) 0.529s 3 1.03x
🌐 MongoDB Next.js (Turbopack) 30.566s (~) 31.049s (~) 0.483s 2 1.14x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 42.534s (-5.8% 🟢) 43.696s (-6.2% 🟢) 1.162s 2 1.00x
▲ Vercel Express 43.031s (~) 44.266s (+1.0%) 1.235s 2 1.01x
▲ Vercel Next.js (Turbopack) 43.719s (+0.7%) 44.729s (+1.3%) 1.010s 2 1.03x

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

workflow with 50 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Next.js (Turbopack) 54.163s (-1.6%) 55.097s (~) 0.934s 2 1.00x
🌐 Redis Next.js (Turbopack) 54.403s (~) 55.101s (~) 0.699s 2 1.00x
🐘 Postgres Express 55.023s (~) 55.101s (-0.9%) 0.078s 2 1.02x
🐘 Postgres Nitro 55.049s (~) 55.595s (-0.9%) 0.546s 2 1.02x
💻 Local Next.js (Turbopack) 56.779s (~) 57.100s (~) 0.322s 2 1.05x
💻 Local Nitro 57.219s (~) 58.104s (~) 0.884s 2 1.06x
💻 Local Express 57.386s (~) 58.109s (~) 0.723s 2 1.06x
🌐 MongoDB Next.js (Turbopack) 61.064s (~) 61.584s (~) 0.520s 2 1.13x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 93.356s (~) 94.745s (-0.5%) 1.389s 1 1.00x
▲ Vercel Express 95.486s (-2.2%) 97.105s (-1.8%) 1.619s 1 1.02x
▲ Vercel Nitro 97.909s (+4.8%) 99.166s (+4.6%) 1.257s 1 1.05x

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

Promise.all with 10 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🌐 Redis 🥇 Next.js (Turbopack) 1.259s (~) 2.006s (~) 0.747s 15 1.00x
🐘 Postgres Next.js (Turbopack) 1.326s (-2.5%) 2.010s (~) 0.684s 15 1.05x
🐘 Postgres Nitro 1.342s (-1.3%) 2.009s (~) 0.667s 15 1.07x
🐘 Postgres Express 1.375s (-0.6%) 2.011s (~) 0.635s 15 1.09x
💻 Local Next.js (Turbopack) 1.413s (~) 2.005s (~) 0.592s 15 1.12x
💻 Local Nitro 1.415s (+0.5%) 2.005s (~) 0.590s 15 1.12x
💻 Local Express 1.422s (~) 2.006s (~) 0.584s 15 1.13x
🌐 MongoDB Next.js (Turbopack) 2.151s (-0.8%) 3.009s (~) 0.857s 10 1.71x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 2.425s (-2.6%) 3.475s (-4.0%) 1.051s 9 1.00x
▲ Vercel Next.js (Turbopack) 2.572s (+10.2% 🔺) 3.660s (+13.3% 🔺) 1.088s 9 1.06x
▲ Vercel Express 2.764s (+22.8% 🔺) 4.190s (+25.7% 🔺) 1.426s 8 1.14x

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

Promise.all with 25 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Next.js (Turbopack) 1.712s (-19.1% 🟢) 2.153s (-19.7% 🟢) 0.442s 14 1.00x
🐘 Postgres Express 1.980s (-3.4%) 2.597s (-5.3% 🟢) 0.618s 12 1.16x
🐘 Postgres Nitro 2.073s (+6.1% 🔺) 2.599s (+11.8% 🔺) 0.526s 12 1.21x
🌐 Redis Next.js (Turbopack) 2.508s (+1.7%) 3.008s (~) 0.499s 10 1.47x
💻 Local Next.js (Turbopack) 2.562s (+2.2%) 3.008s (~) 0.446s 10 1.50x
💻 Local Nitro 2.589s (+0.9%) 3.007s (~) 0.418s 10 1.51x
💻 Local Express 2.680s (+1.6%) 3.008s (~) 0.328s 10 1.57x
🌐 MongoDB Next.js (Turbopack) 4.792s (~) 5.178s (~) 0.386s 6 2.80x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 2.578s (-72.3% 🟢) 3.678s (-65.1% 🟢) 1.100s 9 1.00x
▲ Vercel Next.js (Turbopack) 2.701s (-30.1% 🟢) 3.874s (-22.6% 🟢) 1.172s 8 1.05x
▲ Vercel Nitro 3.077s (-25.3% 🟢) 4.365s (-21.8% 🟢) 1.288s 7 1.19x

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

Promise.all with 50 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Next.js (Turbopack) 2.743s (-32.7% 🟢) 3.458s (-31.2% 🟢) 0.714s 9 1.00x
🐘 Postgres Express 3.261s (-16.9% 🟢) 3.897s (-15.3% 🟢) 0.636s 8 1.19x
🐘 Postgres Nitro 3.287s (-18.2% 🟢) 3.898s (-15.3% 🟢) 0.611s 8 1.20x
🌐 Redis Next.js (Turbopack) 4.075s (+1.5%) 4.725s (~) 0.650s 7 1.49x
💻 Local Next.js (Turbopack) 6.966s (+7.2% 🔺) 7.516s (+4.2%) 0.550s 4 2.54x
💻 Local Nitro 7.369s (+3.6%) 8.021s (+3.2%) 0.652s 4 2.69x
💻 Local Express 7.931s (~) 8.269s (~) 0.338s 4 2.89x
🌐 MongoDB Next.js (Turbopack) 9.851s (~) 10.350s (~) 0.499s 3 3.59x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 2.975s (-26.8% 🟢) 3.971s (-26.7% 🟢) 0.996s 8 1.00x
▲ Vercel Next.js (Turbopack) 3.259s (+16.0% 🔺) 4.484s (+15.4% 🔺) 1.226s 7 1.10x
▲ Vercel Express 4.093s (+34.7% 🔺) 5.631s (+44.2% 🔺) 1.538s 6 1.38x

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

Promise.race with 10 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🌐 Redis 🥇 Next.js (Turbopack) 1.274s (+2.4%) 2.006s (~) 0.732s 15 1.00x
🐘 Postgres Next.js (Turbopack) 1.317s (-2.8%) 2.010s (~) 0.693s 15 1.03x
🐘 Postgres Nitro 1.377s (+0.7%) 2.010s (~) 0.633s 15 1.08x
🐘 Postgres Express 1.385s (-0.6%) 2.010s (~) 0.624s 15 1.09x
💻 Local Nitro 1.431s (~) 2.005s (~) 0.575s 15 1.12x
💻 Local Next.js (Turbopack) 1.440s (+1.0%) 2.005s (~) 0.565s 15 1.13x
💻 Local Express 1.456s (~) 2.006s (~) 0.549s 15 1.14x
🌐 MongoDB Next.js (Turbopack) 2.171s (+0.7%) 3.008s (~) 0.837s 10 1.70x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 2.156s (+7.7% 🔺) 3.514s (-1.2%) 1.358s 9 1.00x
▲ Vercel Nitro 2.263s (+3.7%) 3.622s (+2.5%) 1.359s 9 1.05x
▲ Vercel Next.js (Turbopack) 2.304s (-5.1% 🟢) 3.463s (+5.1% 🔺) 1.159s 9 1.07x

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

Promise.race with 25 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Next.js (Turbopack) 1.671s (-17.0% 🟢) 2.153s (-14.3% 🟢) 0.482s 14 1.00x
🐘 Postgres Nitro 1.938s (~) 2.512s (~) 0.575s 12 1.16x
🐘 Postgres Express 2.157s (+5.6% 🔺) 2.741s (+10.7% 🔺) 0.583s 11 1.29x
🌐 Redis Next.js (Turbopack) 2.497s (+0.9%) 3.008s (~) 0.511s 10 1.49x
💻 Local Next.js (Turbopack) 2.631s (+7.3% 🔺) 3.008s (~) 0.377s 10 1.57x
💻 Local Nitro 2.698s (+2.7%) 3.007s (~) 0.309s 10 1.62x
💻 Local Express 2.842s (-1.8%) 3.009s (~) 0.167s 10 1.70x
🌐 MongoDB Next.js (Turbopack) 4.737s (+1.5%) 5.178s (~) 0.441s 6 2.84x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 2.335s (+6.6% 🔺) 4.420s (+37.9% 🔺) 2.085s 8 1.00x
▲ Vercel Nitro 2.831s (+15.8% 🔺) 3.857s (+8.3% 🔺) 1.027s 8 1.21x
▲ Vercel Next.js (Turbopack) 2.866s (+20.7% 🔺) 4.557s (+44.6% 🔺) 1.692s 7 1.23x

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

Promise.race with 50 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Next.js (Turbopack) 2.687s (-30.4% 🟢) 3.464s (-29.0% 🟢) 0.777s 9 1.00x
🐘 Postgres Nitro 3.769s (+9.0% 🔺) 4.454s (+10.7% 🔺) 0.685s 7 1.40x
🐘 Postgres Express 3.960s (-8.9% 🟢) 4.452s (-11.5% 🟢) 0.492s 7 1.47x
🌐 Redis Next.js (Turbopack) 4.082s (+1.5%) 5.011s (+9.4% 🔺) 0.929s 6 1.52x
💻 Local Next.js (Turbopack) 7.083s (-8.8% 🟢) 7.516s (-9.1% 🟢) 0.433s 4 2.64x
💻 Local Nitro 7.973s (+5.0% 🔺) 8.272s (+3.1%) 0.298s 4 2.97x
💻 Local Express 8.258s (+1.6%) 9.019s (~) 0.761s 4 3.07x
🌐 MongoDB Next.js (Turbopack) 10.141s (+4.4%) 10.684s (+3.2%) 0.544s 3 3.77x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 3.012s (~) 4.104s (+6.2% 🔺) 1.092s 8 1.00x
▲ Vercel Nitro 3.091s (-17.5% 🟢) 4.880s (~) 1.789s 7 1.03x
▲ Vercel Next.js (Turbopack) 3.440s (+28.6% 🔺) 4.461s (+2.4%) 1.021s 7 1.14x

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

Stream Benchmarks (includes TTFB metrics)
workflow with stream

💻 Local Development

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Next.js (Turbopack) 0.129s (-28.4% 🟢) 1.000s (~) 0.001s (-13.3% 🟢) 1.011s (~) 0.881s 10 1.00x
💻 Local Next.js (Turbopack) 0.143s (-1.8%) 1.001s (~) 0.011s (~) 1.017s (~) 0.874s 10 1.10x
🌐 Redis Next.js (Turbopack) 0.145s (-1.0%) 1.000s (~) 0.001s (~) 1.007s (~) 0.862s 10 1.12x
💻 Local Nitro 0.172s (-6.7% 🟢) 1.002s (~) 0.011s (+3.7%) 1.017s (~) 0.844s 10 1.33x
💻 Local Express 0.174s (+0.7%) 1.003s (~) 0.012s (-0.9%) 1.017s (~) 0.844s 10 1.34x
🐘 Postgres Nitro 0.189s (-1.9%) 0.998s (~) 0.001s (-15.4% 🟢) 1.012s (~) 0.824s 10 1.46x
🐘 Postgres Express 0.196s (-2.0%) 0.992s (~) 0.002s (+13.3% 🔺) 1.012s (~) 0.816s 10 1.52x
🌐 MongoDB Next.js (Turbopack) 0.482s (-5.9% 🟢) 0.967s (+3.2%) 0.002s (+70.0% 🔺) 1.009s (~) 0.527s 10 3.73x

▲ Production (Vercel)

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 1.541s (-3.6%) 1.851s (-18.6% 🟢) 0.421s (+235.6% 🔺) 2.774s (-3.3%) 1.233s 10 1.00x
▲ Vercel Express 1.673s (+11.6% 🔺) 2.037s (-1.2%) 0.110s (-83.1% 🟢) 2.660s (-92.0% 🟢) 0.987s 10 1.09x
▲ Vercel Next.js (Turbopack) 1.691s (+13.8% 🔺) 2.152s (-4.4%) 0.143s (-11.6% 🟢) 2.779s (-0.6%) 1.089s 10 1.10x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World 🥇 Fastest Framework Wins
💻 Local Next.js (Turbopack) 10/12
🐘 Postgres Next.js (Turbopack) 12/12
▲ Vercel Nitro 5/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework 🥇 Fastest World Wins
Express 🐘 Postgres 7/12
Next.js (Turbopack) 🐘 Postgres 8/12
Nitro 🐘 Postgres 6/12
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
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions github-actions Bot force-pushed the changeset-release/main branch from a278f63 to 556ab62 Compare February 27, 2026 18:04
@github-actions github-actions Bot requested a review from ijjk as a code owner February 27, 2026 18:04
@github-actions github-actions Bot force-pushed the changeset-release/main branch from d7d7491 to d65d56b Compare February 27, 2026 19:23
@github-actions github-actions Bot force-pushed the changeset-release/main branch from d65d56b to b48d3d3 Compare February 27, 2026 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants