Skip to content

Version Packages (beta)#1291

Merged
TooTallNate merged 1 commit into
mainfrom
changeset-release/main
Mar 7, 2026
Merged

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

Conversation

@vercel-release-bot
Copy link
Copy Markdown
Contributor

@vercel-release-bot vercel-release-bot commented Mar 6, 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/astro@4.0.0-beta.41

Patch Changes

  • Updated dependencies []:
    • @workflow/builders@4.0.1-beta.58
    • @workflow/rollup@4.0.0-beta.24
    • @workflow/vite@4.0.0-beta.17

@workflow/builders@4.0.1-beta.58

Patch Changes

  • Updated dependencies [c71befe, 36a901d]:
    • @workflow/core@4.2.0-beta.67
    • @workflow/errors@4.1.0-beta.18

@workflow/cli@4.2.0-beta.67

Patch Changes

  • Updated dependencies [c71befe, 36a901d, 5e4ef65, d8daa2a]:
    • @workflow/core@4.2.0-beta.67
    • @workflow/web@4.1.0-beta.39
    • @workflow/world@4.1.0-beta.11
    • @workflow/world-local@4.1.0-beta.40
    • @workflow/world-vercel@4.1.0-beta.41
    • @workflow/builders@4.0.1-beta.58
    • @workflow/errors@4.1.0-beta.18

@workflow/core@4.2.0-beta.67

Patch Changes

  • #1294 c71befe Thanks @pranaygp! - Fix premature workflow suspension when hooks have buffered payloads and a concurrent sleep or incomplete step is pending

  • #1285 36a901d Thanks @TooTallNate! - Add workflowName to getWorkflowMetadata() and stepName to getStepMetadata()

  • Updated dependencies [d8daa2a]:

    • @workflow/world@4.1.0-beta.11
    • @workflow/world-local@4.1.0-beta.40
    • @workflow/world-vercel@4.1.0-beta.41
    • @workflow/errors@4.1.0-beta.18

@workflow/nest@0.0.0-beta.16

Patch Changes

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

@workflow/next@4.0.1-beta.63

Patch Changes

  • Updated dependencies [c71befe, 36a901d]:
    • @workflow/core@4.2.0-beta.67
    • @workflow/builders@4.0.1-beta.58

@workflow/nitro@4.0.1-beta.62

Patch Changes

  • Updated dependencies [c71befe, 36a901d]:
    • @workflow/core@4.2.0-beta.67
    • @workflow/builders@4.0.1-beta.58
    • @workflow/rollup@4.0.0-beta.24
    • @workflow/vite@4.0.0-beta.17

@workflow/nuxt@4.0.1-beta.51

Patch Changes

  • Updated dependencies []:
    • @workflow/nitro@4.0.1-beta.62

@workflow/rollup@4.0.0-beta.24

Patch Changes

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

@workflow/sveltekit@4.0.0-beta.56

Patch Changes

  • Updated dependencies []:
    • @workflow/builders@4.0.1-beta.58
    • @workflow/rollup@4.0.0-beta.24
    • @workflow/vite@4.0.0-beta.17

@workflow/vite@4.0.0-beta.17

Patch Changes

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

@workflow/vitest@4.0.1-beta.4

Patch Changes

  • Updated dependencies [c71befe, 36a901d, d8daa2a]:
    • @workflow/core@4.2.0-beta.67
    • @workflow/world@4.1.0-beta.11
    • @workflow/world-local@4.1.0-beta.40
    • @workflow/builders@4.0.1-beta.58
    • @workflow/rollup@4.0.0-beta.24

@workflow/web@4.1.0-beta.39

Patch Changes

  • #1288 5e4ef65 Thanks @VaguelySerious! - Use world.events.get(eventId) instead of listByCorrelationId for loading individual event data in run detail view.

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

Patch Changes

  • Updated dependencies [c71befe, 36a901d, d8daa2a]:
    • @workflow/core@4.2.0-beta.67
    • @workflow/world@4.1.0-beta.11

workflow@4.2.0-beta.67

Patch Changes

  • #1285 36a901d Thanks @TooTallNate! - Add workflowName to getWorkflowMetadata() and stepName to getStepMetadata()

  • Updated dependencies [c71befe, 36a901d]:

    • @workflow/core@4.2.0-beta.67
    • @workflow/cli@4.2.0-beta.67
    • @workflow/next@4.0.1-beta.63
    • @workflow/nitro@4.0.1-beta.62
    • @workflow/typescript-plugin@4.0.1-beta.5
    • @workflow/errors@4.1.0-beta.18
    • @workflow/astro@4.0.0-beta.41
    • @workflow/nest@0.0.0-beta.16
    • @workflow/rollup@4.0.0-beta.24
    • @workflow/sveltekit@4.0.0-beta.56
    • @workflow/nuxt@4.0.1-beta.51

@workflow/world@4.1.0-beta.11

Patch Changes

  • #1287 d8daa2a Thanks @VaguelySerious! - Add world.events.get(runId, eventId) to the Storage interface for fetching a single event by ID.

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

Patch Changes

  • #1287 d8daa2a Thanks @VaguelySerious! - Add world.events.get(runId, eventId) to the Storage interface for fetching a single event by ID.

  • Updated dependencies [d8daa2a]:

    • @workflow/world@4.1.0-beta.11
    • @workflow/errors@4.1.0-beta.18

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

Patch Changes

  • #1287 d8daa2a Thanks @VaguelySerious! - Add world.events.get(runId, eventId) to the Storage interface for fetching a single event by ID.

  • Updated dependencies [d8daa2a]:

    • @workflow/world@4.1.0-beta.11
    • @workflow/world-local@4.1.0-beta.40
    • @workflow/errors@4.1.0-beta.18

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

Patch Changes

  • Updated dependencies [c71befe, 36a901d, d8daa2a]:
    • @workflow/core@4.2.0-beta.67
    • workflow@4.2.0-beta.67
    • @workflow/world@4.1.0-beta.11
    • @workflow/cli@4.2.0-beta.67

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

Patch Changes

  • #1287 d8daa2a Thanks @VaguelySerious! - Add world.events.get(runId, eventId) to the Storage interface for fetching a single event by ID.

  • Updated dependencies [d8daa2a]:

    • @workflow/world@4.1.0-beta.11
    • @workflow/errors@4.1.0-beta.18

@vercel-release-bot vercel-release-bot requested review from a team and ijjk as code owners March 6, 2026 21:52
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 6, 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.026s (-27.1% 🟢) 1.005s (~) 0.979s 10 1.00x
💻 Local Express 0.037s (-0.8%) 1.006s (~) 0.969s 10 1.40x
💻 Local Next.js (Turbopack) 0.042s 1.006s 0.963s 10 1.61x
🐘 Postgres Express 0.044s (-21.1% 🟢) 1.013s (~) 0.968s 10 1.70x
🌐 Redis Next.js (Turbopack) 0.047s 1.005s 0.958s 10 1.80x
🐘 Postgres Nitro 0.055s (-33.5% 🟢) 1.011s (-2.1%) 0.956s 10 2.10x
🌐 MongoDB Next.js (Turbopack) 0.088s 1.007s 0.919s 10 3.37x
🐘 Postgres Next.js (Turbopack) ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 0.434s (-43.3% 🟢) 2.402s (+3.5%) 1.968s 10 1.00x
▲ Vercel Next.js (Turbopack) 0.499s (-25.9% 🟢) 2.397s (+0.5%) 1.897s 10 1.15x
▲ Vercel Nitro 0.636s (+26.2% 🔺) 2.492s (+10.6% 🔺) 1.855s 10 1.47x

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

workflow with 1 step

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Nitro 1.068s (-3.5%) 2.005s (~) 0.938s 10 1.00x
💻 Local Next.js (Turbopack) 1.097s 2.006s 0.909s 10 1.03x
🐘 Postgres Express 1.099s (-3.1%) 2.013s (~) 0.915s 10 1.03x
🌐 Redis Next.js (Turbopack) 1.110s 2.007s 0.896s 10 1.04x
💻 Local Express 1.115s (~) 2.007s (~) 0.892s 10 1.04x
🐘 Postgres Nitro 1.127s (+2.3%) 2.011s (~) 0.885s 10 1.06x
🌐 MongoDB Next.js (Turbopack) 1.296s 2.009s 0.713s 10 1.21x
🐘 Postgres Next.js (Turbopack) ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 2.104s (+3.9%) 3.559s (+16.1% 🔺) 1.455s 10 1.00x
▲ Vercel Express 2.241s (+3.1%) 3.271s (+0.7%) 1.030s 10 1.07x
▲ Vercel Next.js (Turbopack) 2.321s (+9.1% 🔺) 3.830s (+13.0% 🔺) 1.509s 10 1.10x

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

workflow with 10 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Nitro 10.480s (-2.8%) 11.024s (~) 0.543s 3 1.00x
💻 Local Next.js (Turbopack) 10.658s 11.024s 0.365s 3 1.02x
🌐 Redis Next.js (Turbopack) 10.660s 11.022s 0.362s 3 1.02x
🐘 Postgres Express 10.663s (-1.7%) 11.046s (~) 0.383s 3 1.02x
🐘 Postgres Nitro 10.792s (+1.8%) 11.039s (~) 0.247s 3 1.03x
💻 Local Express 10.889s (+0.9%) 11.025s (~) 0.136s 3 1.04x
🌐 MongoDB Next.js (Turbopack) 12.197s 13.019s 0.822s 3 1.16x
🐘 Postgres Next.js (Turbopack) ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 16.636s (-5.3% 🟢) 18.214s (-10.4% 🟢) 1.579s 2 1.00x
▲ Vercel Nitro 16.724s (~) 20.414s (+14.2% 🔺) 3.691s 2 1.01x
▲ Vercel Express 17.149s (+1.8%) 18.488s (+5.7% 🔺) 1.339s 2 1.03x

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

workflow with 25 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Nitro 26.409s (-3.1%) 27.051s (-3.6%) 0.642s 3 1.00x
🐘 Postgres Express 26.568s (-1.6%) 27.067s (-1.2%) 0.499s 3 1.01x
🌐 Redis Next.js (Turbopack) 26.630s 27.051s 0.420s 3 1.01x
💻 Local Next.js (Turbopack) 26.891s 27.051s 0.160s 3 1.02x
🐘 Postgres Nitro 26.912s (+1.7%) 27.058s (~) 0.146s 3 1.02x
💻 Local Express 27.462s (+1.1%) 28.058s (~) 0.595s 3 1.04x
🌐 MongoDB Next.js (Turbopack) 30.410s 31.036s 0.626s 2 1.15x
🐘 Postgres Next.js (Turbopack) ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 43.483s (-1.4%) 46.520s (+3.2%) 3.037s 2 1.00x
▲ Vercel Next.js (Turbopack) 44.507s (-3.5%) 46.132s (-3.1%) 1.625s 2 1.02x
▲ Vercel Nitro 54.507s (+20.9% 🔺) 56.753s (+22.6% 🔺) 2.246s 2 1.25x

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

workflow with 50 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Express 53.117s (-1.2%) 53.616s (-0.9%) 0.499s 2 1.00x
🌐 Redis Next.js (Turbopack) 53.274s 54.094s 0.820s 2 1.00x
🐘 Postgres Nitro 53.745s (+1.9%) 54.089s (+1.8%) 0.343s 2 1.01x
💻 Local Nitro 54.163s (-3.7%) 55.097s (-3.5%) 0.934s 2 1.02x
💻 Local Next.js (Turbopack) 55.435s 56.096s 0.661s 2 1.04x
💻 Local Express 56.608s (+1.2%) 57.111s (+1.8%) 0.503s 2 1.07x
🌐 MongoDB Next.js (Turbopack) 60.605s 61.055s 0.451s 2 1.14x
🐘 Postgres Next.js (Turbopack) ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 99.212s (+5.2% 🔺) 102.621s (+8.0% 🔺) 3.409s 1 1.00x
▲ Vercel Nitro 103.146s (+6.4% 🔺) 104.952s (+6.4% 🔺) 1.806s 1 1.04x
▲ Vercel Next.js (Turbopack) 105.688s (+7.3% 🔺) 107.284s (+7.6% 🔺) 1.596s 1 1.07x

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

Promise.all with 10 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🌐 Redis 🥇 Next.js (Turbopack) 1.264s 2.006s 0.743s 15 1.00x
🐘 Postgres Express 1.292s (-4.8%) 2.012s (~) 0.719s 15 1.02x
💻 Local Nitro 1.335s (-7.1% 🟢) 2.005s (~) 0.669s 15 1.06x
🐘 Postgres Nitro 1.389s (+8.0% 🔺) 2.011s (~) 0.622s 15 1.10x
💻 Local Next.js (Turbopack) 1.425s 2.006s 0.581s 15 1.13x
💻 Local Express 1.450s (+3.1%) 2.007s (~) 0.557s 15 1.15x
🌐 MongoDB Next.js (Turbopack) 2.121s 3.009s 0.887s 10 1.68x
🐘 Postgres Next.js (Turbopack) ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 2.393s (~) 3.499s (-2.5%) 1.105s 9 1.00x
▲ Vercel Nitro 2.562s (+1.5%) 3.985s (+10.0% 🔺) 1.423s 8 1.07x
▲ Vercel Express 4.228s (+87.4% 🔺) 5.677s (+43.8% 🔺) 1.449s 6 1.77x

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

Promise.all with 25 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Express 1.748s (-18.0% 🟢) 2.156s (-19.6% 🟢) 0.407s 14 1.00x
🐘 Postgres Nitro 2.092s (+20.8% 🔺) 2.597s (+20.5% 🔺) 0.505s 12 1.20x
💻 Local Nitro 2.231s (-17.8% 🟢) 2.916s (-3.0%) 0.686s 11 1.28x
🌐 Redis Next.js (Turbopack) 2.481s 3.008s 0.528s 10 1.42x
💻 Local Next.js (Turbopack) 2.615s 3.008s 0.393s 10 1.50x
💻 Local Express 2.741s (+7.6% 🔺) 3.009s (~) 0.268s 10 1.57x
🌐 MongoDB Next.js (Turbopack) 4.655s 5.178s 0.523s 6 2.66x
🐘 Postgres Next.js (Turbopack) ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 2.714s (-14.0% 🟢) 5.850s (-1.0%) 3.136s 7 1.00x
▲ Vercel Nitro 2.933s (+25.5% 🔺) 4.288s (+27.9% 🔺) 1.355s 8 1.08x
▲ Vercel Express 4.221s (+58.0% 🔺) 5.281s (+46.2% 🔺) 1.060s 6 1.56x

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

Promise.all with 50 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Express 2.937s (-24.2% 🟢) 3.580s (-19.6% 🟢) 0.643s 9 1.00x
🐘 Postgres Nitro 3.704s (+24.4% 🔺) 4.455s (+14.4% 🔺) 0.751s 7 1.26x
🌐 Redis Next.js (Turbopack) 4.030s 4.582s 0.552s 7 1.37x
💻 Local Nitro 6.027s (-24.4% 🟢) 6.616s (-22.4% 🟢) 0.589s 5 2.05x
💻 Local Next.js (Turbopack) 7.122s 7.514s 0.392s 4 2.42x
💻 Local Express 8.019s (+12.1% 🔺) 8.522s (+6.3% 🔺) 0.503s 4 2.73x
🌐 MongoDB Next.js (Turbopack) 9.875s 10.351s 0.476s 3 3.36x
🐘 Postgres Next.js (Turbopack) ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 3.164s (-7.0% 🟢) 5.320s (-10.2% 🟢) 2.157s 6 1.00x
▲ Vercel Next.js (Turbopack) 3.373s (-11.6% 🟢) 5.522s (+11.2% 🔺) 2.150s 6 1.07x
▲ Vercel Express 3.595s (+5.1% 🔺) 5.210s (-8.6% 🟢) 1.615s 6 1.14x

🔍 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.234s 2.006s 0.772s 15 1.00x
🐘 Postgres Express 1.337s (-3.1%) 2.013s (~) 0.677s 15 1.08x
💻 Local Nitro 1.364s (-6.4% 🟢) 2.005s (~) 0.641s 15 1.11x
🐘 Postgres Nitro 1.385s (+6.1% 🔺) 2.010s (~) 0.625s 15 1.12x
💻 Local Next.js (Turbopack) 1.415s 2.005s 0.590s 15 1.15x
💻 Local Express 1.474s (+3.1%) 2.007s (~) 0.533s 15 1.19x
🌐 MongoDB Next.js (Turbopack) 2.119s 3.008s 0.889s 10 1.72x
🐘 Postgres Next.js (Turbopack) ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 2.202s (-29.5% 🟢) 3.587s (-11.6% 🟢) 1.384s 9 1.00x
▲ Vercel Express 2.437s (-5.2% 🟢) 3.544s (+0.6%) 1.107s 9 1.11x
▲ Vercel Next.js (Turbopack) 2.525s (-46.4% 🟢) 3.790s (-39.2% 🟢) 1.265s 9 1.15x

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

Promise.race with 25 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
🐘 Postgres 🥇 Express 1.784s (-10.2% 🟢) 2.322s (-15.2% 🟢) 0.537s 13 1.00x
🐘 Postgres Nitro 2.081s (+18.2% 🔺) 2.513s (+16.6% 🔺) 0.432s 12 1.17x
💻 Local Nitro 2.378s (-15.7% 🟢) 3.008s (~) 0.629s 10 1.33x
🌐 Redis Next.js (Turbopack) 2.522s 3.008s 0.485s 10 1.41x
💻 Local Next.js (Turbopack) 2.735s 3.108s 0.373s 10 1.53x
💻 Local Express 2.880s (+6.9% 🔺) 3.009s (~) 0.130s 10 1.61x
🌐 MongoDB Next.js (Turbopack) 4.753s 5.178s 0.426s 6 2.66x
🐘 Postgres Next.js (Turbopack) ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 2.268s (-54.8% 🟢) 3.305s (-46.2% 🟢) 1.037s 10 1.00x
▲ Vercel Nitro 2.705s (-35.7% 🟢) 4.716s (-25.1% 🟢) 2.011s 8 1.19x
▲ Vercel Next.js (Turbopack) 2.833s (-44.2% 🟢) 4.359s (-36.4% 🟢) 1.526s 7 1.25x

🔍 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 🥇 Express 3.152s (-17.6% 🟢) 4.018s (-12.6% 🟢) 0.866s 8 1.00x
🐘 Postgres Nitro 3.855s (+24.3% 🔺) 4.452s (+10.9% 🔺) 0.597s 7 1.22x
🌐 Redis Next.js (Turbopack) 4.105s 4.725s 0.620s 7 1.30x
💻 Local Nitro 6.945s (-17.2% 🟢) 7.414s (-17.8% 🟢) 0.470s 5 2.20x
💻 Local Next.js (Turbopack) 8.434s 9.017s 0.583s 4 2.68x
💻 Local Express 8.607s (+10.2% 🔺) 9.023s (+12.5% 🔺) 0.416s 4 2.73x
🌐 MongoDB Next.js (Turbopack) 9.779s 10.351s 0.572s 3 3.10x
🐘 Postgres Next.js (Turbopack) ⚠️ missing - - - -

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 2.698s (-45.0% 🟢) 5.476s (-14.6% 🟢) 2.778s 6 1.00x
▲ Vercel Nitro 2.832s (-48.5% 🟢) 4.719s (-30.5% 🟢) 1.887s 7 1.05x
▲ Vercel Next.js (Turbopack) 3.826s (-22.0% 🟢) 5.351s (-17.7% 🟢) 1.525s 6 1.42x

🔍 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
💻 Local 🥇 Nitro 0.107s (-38.6% 🟢) 1.002s (~) 0.008s (-28.2% 🟢) 1.014s (~) 0.907s 10 1.00x
💻 Local Next.js (Turbopack) 0.139s 1.002s 0.012s 1.018s 0.879s 10 1.30x
🌐 Redis Next.js (Turbopack) 0.152s 1.001s 0.001s 1.008s 0.855s 10 1.43x
🐘 Postgres Express 0.155s (-20.1% 🟢) 0.998s (~) 0.001s (~) 1.015s (~) 0.859s 10 1.45x
🐘 Postgres Nitro 0.183s (+41.6% 🔺) 0.991s (-1.0%) 0.001s (-12.5% 🟢) 1.012s (~) 0.829s 10 1.71x
💻 Local Express 0.188s (+12.1% 🔺) 1.003s (~) 0.012s (+8.0% 🔺) 1.019s (~) 0.830s 10 1.76x
🌐 MongoDB Next.js (Turbopack) 0.481s 0.953s 0.001s 1.008s 0.527s 10 4.50x
🐘 Postgres Next.js (Turbopack) ⚠️ missing - - - - -

▲ Production (Vercel)

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 1.832s (+11.1% 🔺) 2.699s (~) 0.099s (-32.6% 🟢) 15.381s (+364.5% 🔺) 13.549s 10 1.00x
▲ Vercel Nitro 1.859s (-10.5% 🟢) 2.586s (+9.6% 🔺) 0.067s (-45.6% 🟢) 3.389s (+1.0%) 1.530s 10 1.01x
▲ Vercel Express 2.384s (+38.5% 🔺) 4.036s (+48.0% 🔺) 0.090s (-26.5% 🟢) 4.572s (+41.4% 🔺) 2.188s 10 1.30x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World 🥇 Fastest Framework Wins
💻 Local Nitro 12/12
🐘 Postgres Express 12/12
▲ Vercel Express 5/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework 🥇 Fastest World Wins
Express 🐘 Postgres 10/12
Next.js (Turbopack) 🌐 Redis 6/12
Nitro 💻 Local 7/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
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 6, 2026

🧪 E2E Test Results

Some tests failed

Summary

Passed Failed Skipped Total
✅ ▲ Vercel Production 571 0 67 638
✅ 💻 Local Development 612 0 84 696
✅ 📦 Local Production 612 0 84 696
✅ 🐘 Local Postgres 612 0 84 696
✅ 🪟 Windows 55 0 3 58
❌ 🌍 Community Worlds 118 56 15 189
✅ 📋 Other 147 0 27 174
Total 2727 56 364 3147

❌ Failed Tests

🌍 Community Worlds (56 failed)

mongodb (3 failed):

  • hookWorkflow is not resumable via public webhook endpoint
  • webhookWorkflow
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously

redis (2 failed):

  • hookWorkflow is not resumable via public webhook endpoint
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously

turso (51 failed):

  • addTenWorkflow
  • addTenWorkflow
  • wellKnownAgentWorkflow (.well-known/agent)
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • importedStepOnlyWorkflow
  • hookWorkflow
  • hookWorkflow is not resumable via public webhook endpoint
  • 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
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running
  • 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
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control)

Details by Category

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

📋 View full workflow run

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Mar 6, 2026

@TooTallNate TooTallNate enabled auto-merge (squash) March 7, 2026 20:24
@TooTallNate TooTallNate merged commit 0063180 into main Mar 7, 2026
166 of 168 checks passed
@TooTallNate TooTallNate deleted the changeset-release/main branch March 7, 2026 20:33
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