Skip to content

[docs] Fix image link in NestJS getting started guide - #941

Merged
VaguelySerious merged 1 commit into
mainfrom
peter/fix-nestjs-doc-image
Feb 5, 2026
Merged

[docs] Fix image link in NestJS getting started guide#941
VaguelySerious merged 1 commit into
mainfrom
peter/fix-nestjs-doc-image

Conversation

@VaguelySerious

Copy link
Copy Markdown
Member

also adds an "Experimental" badge to the NestJS card in the framework list

Signed-off-by: Peter Wielander <mittgfu@gmail.com>
@vercel

vercelBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 8da0aa5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production479038517
❌ 💻 Local Development436232470
✅ 📦 Local Production438032470
✅ 🐘 Local Postgres438032470
✅ 🪟 Windows470047
❌ 🌍 Community Worlds311690200
✅ 📋 Other129012141
Total19981711462315

❌ Failed Tests

💻 Local Development (2 failed)

astro-stable (2 failed):

  • 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
🌍 Community Worlds (169 failed)

mongodb (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (43 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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 (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
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
❌ 💻 Local Development
AppPassedFailedSkipped
❌ astro-stable4124
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4700
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5420
✅ redis-dev300
❌ redis5420
✅ starter-dev300
❌ starter4430
✅ turso-dev300
❌ turso5420
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4304
✅ e2e-local-postgres-nest-stable4304
✅ e2e-local-prod-nest-stable4304

📋 View full workflow run


Some E2E test jobs failed:

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

Check the workflow run for details.

@github-actions

github-actionsBot commented Feb 5, 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
💻 Local🥇 Next.js (Turbopack)0.036s (-7.6% 🟢)1.019s (~)0.982s101.00x
💻 LocalExpress0.043s (+1.7%)1.007s (~)0.965s101.17x
💻 LocalNitro0.043s (-1.6%)1.007s (~)0.964s101.17x
🐘 PostgresNitro0.138s (-39.4% 🟢)1.015s (~)0.877s103.79x
🐘 PostgresExpress0.178s (-36.1% 🟢)1.021s (+0.6%)0.843s104.87x
🐘 PostgresNext.js (Turbopack)0.311s (+11.3% 🔺)1.030s (+0.8%)0.718s108.53x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.642s (-4.1%)1.685s (+5.6% 🔺)1.043s101.00x
▲ VercelNext.js (Turbopack)0.655s (-25.5% 🟢)1.435s (-26.7% 🟢)0.780s101.02x
▲ VercelExpress0.682s (-7.9% 🟢)1.563s (-2.8%)0.881s101.06x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.075s (-2.4%)2.013s (~)0.939s101.00x
💻 LocalNitro1.115s (~)2.007s (~)0.892s101.04x
💻 LocalExpress1.116s (~)2.008s (~)0.892s101.04x
🐘 PostgresExpress1.874s (-13.2% 🟢)2.316s (-23.2% 🟢)0.442s101.74x
🐘 PostgresNext.js (Turbopack)2.018s (+9.2% 🔺)2.417s (+19.9% 🔺)0.398s101.88x
🐘 PostgresNitro2.467s (+12.7% 🔺)3.017s (~)0.549s102.30x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.884s (~)3.723s (+0.6%)0.839s101.00x
▲ VercelExpress2.983s (+1.4%)3.709s (+4.2%)0.726s101.03x
▲ VercelNext.js (Turbopack)3.001s (+3.1%)3.707s (-3.1%)0.706s101.04x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.580s (-1.2%)11.022s (~)0.442s31.00x
💻 LocalNitro10.831s (~)11.023s (~)0.192s31.02x
💻 LocalExpress10.838s (~)11.011s (~)0.172s31.02x
🐘 PostgresNext.js (Turbopack)15.000s (-1.5%)15.539s (-3.1%)0.539s21.42x
🐘 PostgresExpress15.460s (-24.5% 🟢)16.035s (-23.8% 🟢)0.575s21.46x
🐘 PostgresNitro20.332s (-0.7%)21.039s (~)0.706s21.92x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro23.115s (+2.2%)23.577s (+1.0%)0.462s21.00x
▲ VercelNext.js (Turbopack)23.487s (+3.4%)24.430s (+4.2%)0.943s21.02x
▲ VercelExpress23.529s (+0.9%)24.084s (-1.7%)0.556s21.02x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)26.872s (-1.4%)27.038s (-3.6%)0.166s31.00x
💻 LocalExpress27.445s (~)28.028s (~)0.582s31.02x
💻 LocalNitro27.477s (~)28.023s (~)0.547s31.02x
🐘 PostgresNext.js (Turbopack)37.919s (+0.7%)38.572s (+1.4%)0.653s21.41x
🐘 PostgresExpress38.639s (-23.3% 🟢)39.060s (-23.5% 🟢)0.421s21.44x
🐘 PostgresNitro50.181s (~)51.089s (~)0.908s21.87x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)58.010s (+0.6%)58.462s (~)0.452s21.00x
▲ VercelExpress58.093s (+1.5%)58.591s (+1.1%)0.497s21.00x
▲ VercelNitro59.352s (+4.5%)60.385s (+5.5% 🔺)1.033s21.02x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)55.700s (-1.6%)56.069s (-1.7%)0.369s21.00x
💻 LocalExpress57.144s (~)58.049s (~)0.905s21.03x
💻 LocalNitro57.252s (~)58.038s (+0.9%)0.786s21.03x
🐘 PostgresExpress75.481s (-24.7% 🟢)76.122s (-24.7% 🟢)0.641s21.36x
🐘 PostgresNext.js (Turbopack)75.740s (-4.5%)76.138s (-4.4%)0.399s21.36x
🐘 PostgresNitro100.466s (~)101.151s (~)0.685s11.80x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro126.763s (+4.8%)128.030s (+4.6%)1.267s11.00x
▲ VercelNext.js (Turbopack)140.804s (+8.2% 🔺)141.911s (+8.7% 🔺)1.107s11.11x
▲ VercelExpress142.177s (+16.2% 🔺)142.883s (+15.9% 🔺)0.706s11.12x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.368s (-1.8%)2.012s (~)0.644s151.00x
💻 LocalNitro1.419s (+1.2%)2.006s (~)0.587s151.04x
💻 LocalExpress1.421s (~)2.007s (~)0.586s151.04x
🐘 PostgresNext.js (Turbopack)2.113s (+12.5% 🔺)2.762s (+9.5% 🔺)0.649s111.55x
🐘 PostgresExpress2.256s (-5.6% 🟢)2.596s (-13.8% 🟢)0.341s121.65x
🐘 PostgresNitro2.448s (+3.8%)3.016s (~)0.568s101.79x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.904s (+2.1%)4.079s (+10.4% 🔺)1.176s81.00x
▲ VercelExpress3.384s (+12.6% 🔺)4.150s (+6.5% 🔺)0.766s81.17x
▲ VercelNext.js (Turbopack)3.464s (+14.9% 🔺)4.153s (+3.9%)0.689s81.19x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.364s (-8.5% 🟢)3.362s (+11.1% 🔺)0.998s91.00x
💻 LocalExpress2.552s (-1.7%)3.013s (~)0.461s101.08x
💻 LocalNitro2.564s (+2.4%)3.020s (~)0.456s101.08x
🐘 PostgresNitro8.352s (+6.2% 🔺)9.039s (+5.7% 🔺)0.687s43.53x
🐘 PostgresExpress10.558s (+23.1% 🔺)11.021s (+18.2% 🔺)0.464s34.47x
🐘 PostgresNext.js (Turbopack)12.547s (+8.9% 🔺)13.062s (+8.6% 🔺)0.514s35.31x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.772s (-2.5%)4.483s (-3.3%)0.710s71.00x
▲ VercelExpress3.954s (+24.4% 🔺)4.667s (+21.4% 🔺)0.713s71.05x
▲ VercelNitro4.915s (+59.4% 🔺)5.594s (+46.4% 🔺)0.678s71.30x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)5.955s (-19.4% 🟢)6.689s (-21.0% 🟢)0.734s51.00x
💻 LocalExpress7.481s (+3.0%)8.460s (+2.5%)0.978s41.26x
💻 LocalNitro7.495s (+7.6% 🔺)8.448s (+12.6% 🔺)0.952s41.26x
🐘 PostgresExpress49.612s (+1.2%)50.184s (+1.7%)0.572s18.33x
🐘 PostgresNitro50.112s (+10.9% 🔺)50.353s (+9.0% 🔺)0.241s18.41x
🐘 PostgresNext.js (Turbopack)56.215s (+10.0% 🔺)56.281s (+9.8% 🔺)0.066s19.44x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express4.705s (+40.7% 🔺)5.497s (+45.5% 🔺)0.792s71.00x
▲ VercelNext.js (Turbopack)5.542s (+48.1% 🔺)6.678s (+50.4% 🔺)1.137s61.18x
▲ VercelNitro11.123s (+171.9% 🔺)11.947s (+159.8% 🔺)0.824s32.36x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.402s (-2.1%)2.010s (~)0.607s151.00x
💻 LocalExpress1.427s (~)2.006s (~)0.578s151.02x
💻 LocalNitro1.448s (~)2.006s (~)0.558s151.03x
🐘 PostgresExpress2.079s (-1.0%)2.520s (~)0.441s121.48x
🐘 PostgresNitro2.119s (-7.9% 🟢)2.691s (~)0.572s121.51x
🐘 PostgresNext.js (Turbopack)2.227s (+23.9% 🔺)2.516s (+25.0% 🔺)0.290s121.59x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.300s (+19.8% 🔺)4.185s (+13.5% 🔺)0.885s81.00x
▲ VercelExpress4.852s (+70.5% 🔺)5.489s (+45.9% 🔺)0.637s61.47x
▲ VercelNext.js (Turbopack)7.281s (+153.5% 🔺)8.315s (+117.6% 🔺)1.034s42.21x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.442s (-9.2% 🟢)3.146s (+4.1%)0.704s101.00x
💻 LocalNitro2.658s (+1.6%)3.012s (~)0.354s101.09x
💻 LocalExpress2.749s (+2.2%)3.024s (~)0.276s101.13x
🐘 PostgresNitro10.681s (-0.9%)11.064s (~)0.383s34.37x
🐘 PostgresExpress12.305s (+13.4% 🔺)12.697s (+14.5% 🔺)0.393s35.04x
🐘 PostgresNext.js (Turbopack)13.339s (+21.5% 🔺)13.727s (+17.4% 🔺)0.388s35.46x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.373s (+11.3% 🔺)3.901s (+2.4%)0.528s81.00x
▲ VercelExpress3.703s (+25.3% 🔺)4.343s (+19.0% 🔺)0.640s71.10x
▲ VercelNitro6.385s (+103.6% 🔺)7.238s (+89.5% 🔺)0.853s51.89x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)6.511s (-14.9% 🟢)7.204s (-16.4% 🟢)0.693s51.00x
💻 LocalExpress7.730s (-1.2%)8.691s (-1.3%)0.961s41.19x
💻 LocalNitro7.755s (+2.0%)8.731s (+1.6%)0.977s41.19x
🐘 PostgresNitro49.704s (-3.4%)50.140s (-3.8%)0.436s17.63x
🐘 PostgresExpress55.007s (+6.8% 🔺)55.237s (+6.0% 🔺)0.230s18.45x
🐘 PostgresNext.js (Turbopack)55.908s (+2.9%)56.285s (+2.1%)0.377s18.59x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)13.828s (+289.4% 🔺)14.804s (+241.3% 🔺)0.976s31.00x
▲ VercelExpress16.358s (+388.6% 🔺)16.938s (+330.0% 🔺)0.580s21.18x
▲ VercelNitro18.335s (+490.9% 🔺)19.158s (+408.0% 🔺)0.823s21.33x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.113s (-22.9% 🟢)1.004s (~)0.013s (-24.6% 🟢)1.024s (-0.8%)0.911s101.00x
💻 LocalExpress0.181s (-3.3%)0.993s (~)0.014s (-2.1%)1.021s (~)0.840s101.60x
💻 LocalNitro0.182s (+2.8%)0.993s (~)0.014s (+1.5%)1.021s (~)0.838s101.61x
🐘 PostgresNext.js (Turbopack)1.068s (+49.3% 🔺)1.720s (+75.9% 🔺)0.006s (+Infinity% 🔺)1.826s (+63.8% 🔺)0.758s109.43x
🐘 PostgresExpress1.405s (-42.4% 🟢)1.634s (-37.3% 🟢)0.000s (+Infinity% 🔺)2.016s (-33.2% 🟢)0.611s1012.41x
🐘 PostgresNitro2.156s (+44.9% 🔺)2.892s (+74.5% 🔺)0.000s (NaN%)3.017s (+49.9% 🔺)0.861s1019.04x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.000s (-2.2%)3.392s (~)0.160s (+12.3% 🔺)4.065s (+0.9%)1.065s101.00x
▲ VercelExpress3.047s (-0.6%)3.285s (-2.2%)0.214s (~)4.001s (-1.8%)0.954s101.02x
▲ VercelNext.js (Turbopack)3.102s (~)3.325s (+1.3%)0.250s (+36.2% 🔺)4.073s (+2.3%)0.971s101.03x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)12/12
🐘 PostgresNitro4/12
▲ VercelNitro7/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local11/12
Next.js (Turbopack)💻 Local11/12
Nitro💻 Local12/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
  • 🌐 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

@VaguelySerious
VaguelySerious marked this pull request as ready for review February 5, 2026 02:37
@VaguelySerious
VaguelySerious merged commit 4712931 into mainFeb 5, 2026
97 of 98 checks passed
@VaguelySerious
VaguelySerious deleted the peter/fix-nestjs-doc-image branch February 5, 2026 17:44
pranaygp added a commit that referenced this pull request Feb 6, 2026
…-parallelization
* origin/main:
Remove "beads" config (#952)
Upload Next.js server logs as artifact for Windows E2E (#946)
Pass class as `this` context to custom serializer/deserializer methods (#947)
[docs] Fix image link in NestJS getting started guide (#941)
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.

3 participants

@VaguelySerious@pranaygp@karthikscale3
, 'i'); if (__m === '*' || __re.test(location.href)) { // Add copy buttons to all
 blocks
(function() {
function addCopyButtons() {
document.querySelectorAll('pre code').forEach(function(codeBlock) {
if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;
codeBlock.parentElement.setAttribute('data-copy-added', 'true');
var btn = document.createElement('button');
btn.textContent = 'Copy';
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;';
btn.onmouseover = function() { this.style.opacity = '1'; };
btn.onmouseout = function() { this.style.opacity = '0.7'; };
btn.onclick = function() {
navigator.clipboard.writeText(codeBlock.textContent).then(function() {
btn.textContent = 'Copied!';
setTimeout(function() { btn.textContent = 'Copy'; }, 1500);
});
};
codeBlock.parentElement.style.position = 'relative';
codeBlock.parentElement.appendChild(btn);
});
}
addCopyButtons();
// Re-run on dynamic content
var observer = new MutationObserver(addCopyButtons);
observer.observe(document.body, { childList: true, subtree: true });
})();
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
[docs] Fix image link in NestJS getting started guide by VaguelySerious · Pull Request #941 · vercel/workflow · GitHub
Skip to content

[docs] Fix image link in NestJS getting started guide - #941

Merged
VaguelySerious merged 1 commit into
mainfrom
peter/fix-nestjs-doc-image
Feb 5, 2026
Merged

[docs] Fix image link in NestJS getting started guide#941
VaguelySerious merged 1 commit into
mainfrom
peter/fix-nestjs-doc-image

Conversation

@VaguelySerious

Copy link
Copy Markdown
Member

also adds an "Experimental" badge to the NestJS card in the framework list

Signed-off-by: Peter Wielander <mittgfu@gmail.com>
@vercel

vercelBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 8da0aa5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production479038517
❌ 💻 Local Development436232470
✅ 📦 Local Production438032470
✅ 🐘 Local Postgres438032470
✅ 🪟 Windows470047
❌ 🌍 Community Worlds311690200
✅ 📋 Other129012141
Total19981711462315

❌ Failed Tests

💻 Local Development (2 failed)

astro-stable (2 failed):

  • 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
🌍 Community Worlds (169 failed)

mongodb (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (43 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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 (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
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
❌ 💻 Local Development
AppPassedFailedSkipped
❌ astro-stable4124
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4700
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5420
✅ redis-dev300
❌ redis5420
✅ starter-dev300
❌ starter4430
✅ turso-dev300
❌ turso5420
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4304
✅ e2e-local-postgres-nest-stable4304
✅ e2e-local-prod-nest-stable4304

📋 View full workflow run


Some E2E test jobs failed:

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

Check the workflow run for details.

@github-actions

github-actionsBot commented Feb 5, 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
💻 Local🥇 Next.js (Turbopack)0.036s (-7.6% 🟢)1.019s (~)0.982s101.00x
💻 LocalExpress0.043s (+1.7%)1.007s (~)0.965s101.17x
💻 LocalNitro0.043s (-1.6%)1.007s (~)0.964s101.17x
🐘 PostgresNitro0.138s (-39.4% 🟢)1.015s (~)0.877s103.79x
🐘 PostgresExpress0.178s (-36.1% 🟢)1.021s (+0.6%)0.843s104.87x
🐘 PostgresNext.js (Turbopack)0.311s (+11.3% 🔺)1.030s (+0.8%)0.718s108.53x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.642s (-4.1%)1.685s (+5.6% 🔺)1.043s101.00x
▲ VercelNext.js (Turbopack)0.655s (-25.5% 🟢)1.435s (-26.7% 🟢)0.780s101.02x
▲ VercelExpress0.682s (-7.9% 🟢)1.563s (-2.8%)0.881s101.06x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.075s (-2.4%)2.013s (~)0.939s101.00x
💻 LocalNitro1.115s (~)2.007s (~)0.892s101.04x
💻 LocalExpress1.116s (~)2.008s (~)0.892s101.04x
🐘 PostgresExpress1.874s (-13.2% 🟢)2.316s (-23.2% 🟢)0.442s101.74x
🐘 PostgresNext.js (Turbopack)2.018s (+9.2% 🔺)2.417s (+19.9% 🔺)0.398s101.88x
🐘 PostgresNitro2.467s (+12.7% 🔺)3.017s (~)0.549s102.30x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.884s (~)3.723s (+0.6%)0.839s101.00x
▲ VercelExpress2.983s (+1.4%)3.709s (+4.2%)0.726s101.03x
▲ VercelNext.js (Turbopack)3.001s (+3.1%)3.707s (-3.1%)0.706s101.04x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.580s (-1.2%)11.022s (~)0.442s31.00x
💻 LocalNitro10.831s (~)11.023s (~)0.192s31.02x
💻 LocalExpress10.838s (~)11.011s (~)0.172s31.02x
🐘 PostgresNext.js (Turbopack)15.000s (-1.5%)15.539s (-3.1%)0.539s21.42x
🐘 PostgresExpress15.460s (-24.5% 🟢)16.035s (-23.8% 🟢)0.575s21.46x
🐘 PostgresNitro20.332s (-0.7%)21.039s (~)0.706s21.92x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro23.115s (+2.2%)23.577s (+1.0%)0.462s21.00x
▲ VercelNext.js (Turbopack)23.487s (+3.4%)24.430s (+4.2%)0.943s21.02x
▲ VercelExpress23.529s (+0.9%)24.084s (-1.7%)0.556s21.02x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)26.872s (-1.4%)27.038s (-3.6%)0.166s31.00x
💻 LocalExpress27.445s (~)28.028s (~)0.582s31.02x
💻 LocalNitro27.477s (~)28.023s (~)0.547s31.02x
🐘 PostgresNext.js (Turbopack)37.919s (+0.7%)38.572s (+1.4%)0.653s21.41x
🐘 PostgresExpress38.639s (-23.3% 🟢)39.060s (-23.5% 🟢)0.421s21.44x
🐘 PostgresNitro50.181s (~)51.089s (~)0.908s21.87x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)58.010s (+0.6%)58.462s (~)0.452s21.00x
▲ VercelExpress58.093s (+1.5%)58.591s (+1.1%)0.497s21.00x
▲ VercelNitro59.352s (+4.5%)60.385s (+5.5% 🔺)1.033s21.02x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)55.700s (-1.6%)56.069s (-1.7%)0.369s21.00x
💻 LocalExpress57.144s (~)58.049s (~)0.905s21.03x
💻 LocalNitro57.252s (~)58.038s (+0.9%)0.786s21.03x
🐘 PostgresExpress75.481s (-24.7% 🟢)76.122s (-24.7% 🟢)0.641s21.36x
🐘 PostgresNext.js (Turbopack)75.740s (-4.5%)76.138s (-4.4%)0.399s21.36x
🐘 PostgresNitro100.466s (~)101.151s (~)0.685s11.80x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro126.763s (+4.8%)128.030s (+4.6%)1.267s11.00x
▲ VercelNext.js (Turbopack)140.804s (+8.2% 🔺)141.911s (+8.7% 🔺)1.107s11.11x
▲ VercelExpress142.177s (+16.2% 🔺)142.883s (+15.9% 🔺)0.706s11.12x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.368s (-1.8%)2.012s (~)0.644s151.00x
💻 LocalNitro1.419s (+1.2%)2.006s (~)0.587s151.04x
💻 LocalExpress1.421s (~)2.007s (~)0.586s151.04x
🐘 PostgresNext.js (Turbopack)2.113s (+12.5% 🔺)2.762s (+9.5% 🔺)0.649s111.55x
🐘 PostgresExpress2.256s (-5.6% 🟢)2.596s (-13.8% 🟢)0.341s121.65x
🐘 PostgresNitro2.448s (+3.8%)3.016s (~)0.568s101.79x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.904s (+2.1%)4.079s (+10.4% 🔺)1.176s81.00x
▲ VercelExpress3.384s (+12.6% 🔺)4.150s (+6.5% 🔺)0.766s81.17x
▲ VercelNext.js (Turbopack)3.464s (+14.9% 🔺)4.153s (+3.9%)0.689s81.19x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.364s (-8.5% 🟢)3.362s (+11.1% 🔺)0.998s91.00x
💻 LocalExpress2.552s (-1.7%)3.013s (~)0.461s101.08x
💻 LocalNitro2.564s (+2.4%)3.020s (~)0.456s101.08x
🐘 PostgresNitro8.352s (+6.2% 🔺)9.039s (+5.7% 🔺)0.687s43.53x
🐘 PostgresExpress10.558s (+23.1% 🔺)11.021s (+18.2% 🔺)0.464s34.47x
🐘 PostgresNext.js (Turbopack)12.547s (+8.9% 🔺)13.062s (+8.6% 🔺)0.514s35.31x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.772s (-2.5%)4.483s (-3.3%)0.710s71.00x
▲ VercelExpress3.954s (+24.4% 🔺)4.667s (+21.4% 🔺)0.713s71.05x
▲ VercelNitro4.915s (+59.4% 🔺)5.594s (+46.4% 🔺)0.678s71.30x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)5.955s (-19.4% 🟢)6.689s (-21.0% 🟢)0.734s51.00x
💻 LocalExpress7.481s (+3.0%)8.460s (+2.5%)0.978s41.26x
💻 LocalNitro7.495s (+7.6% 🔺)8.448s (+12.6% 🔺)0.952s41.26x
🐘 PostgresExpress49.612s (+1.2%)50.184s (+1.7%)0.572s18.33x
🐘 PostgresNitro50.112s (+10.9% 🔺)50.353s (+9.0% 🔺)0.241s18.41x
🐘 PostgresNext.js (Turbopack)56.215s (+10.0% 🔺)56.281s (+9.8% 🔺)0.066s19.44x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express4.705s (+40.7% 🔺)5.497s (+45.5% 🔺)0.792s71.00x
▲ VercelNext.js (Turbopack)5.542s (+48.1% 🔺)6.678s (+50.4% 🔺)1.137s61.18x
▲ VercelNitro11.123s (+171.9% 🔺)11.947s (+159.8% 🔺)0.824s32.36x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.402s (-2.1%)2.010s (~)0.607s151.00x
💻 LocalExpress1.427s (~)2.006s (~)0.578s151.02x
💻 LocalNitro1.448s (~)2.006s (~)0.558s151.03x
🐘 PostgresExpress2.079s (-1.0%)2.520s (~)0.441s121.48x
🐘 PostgresNitro2.119s (-7.9% 🟢)2.691s (~)0.572s121.51x
🐘 PostgresNext.js (Turbopack)2.227s (+23.9% 🔺)2.516s (+25.0% 🔺)0.290s121.59x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.300s (+19.8% 🔺)4.185s (+13.5% 🔺)0.885s81.00x
▲ VercelExpress4.852s (+70.5% 🔺)5.489s (+45.9% 🔺)0.637s61.47x
▲ VercelNext.js (Turbopack)7.281s (+153.5% 🔺)8.315s (+117.6% 🔺)1.034s42.21x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.442s (-9.2% 🟢)3.146s (+4.1%)0.704s101.00x
💻 LocalNitro2.658s (+1.6%)3.012s (~)0.354s101.09x
💻 LocalExpress2.749s (+2.2%)3.024s (~)0.276s101.13x
🐘 PostgresNitro10.681s (-0.9%)11.064s (~)0.383s34.37x
🐘 PostgresExpress12.305s (+13.4% 🔺)12.697s (+14.5% 🔺)0.393s35.04x
🐘 PostgresNext.js (Turbopack)13.339s (+21.5% 🔺)13.727s (+17.4% 🔺)0.388s35.46x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.373s (+11.3% 🔺)3.901s (+2.4%)0.528s81.00x
▲ VercelExpress3.703s (+25.3% 🔺)4.343s (+19.0% 🔺)0.640s71.10x
▲ VercelNitro6.385s (+103.6% 🔺)7.238s (+89.5% 🔺)0.853s51.89x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)6.511s (-14.9% 🟢)7.204s (-16.4% 🟢)0.693s51.00x
💻 LocalExpress7.730s (-1.2%)8.691s (-1.3%)0.961s41.19x
💻 LocalNitro7.755s (+2.0%)8.731s (+1.6%)0.977s41.19x
🐘 PostgresNitro49.704s (-3.4%)50.140s (-3.8%)0.436s17.63x
🐘 PostgresExpress55.007s (+6.8% 🔺)55.237s (+6.0% 🔺)0.230s18.45x
🐘 PostgresNext.js (Turbopack)55.908s (+2.9%)56.285s (+2.1%)0.377s18.59x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)13.828s (+289.4% 🔺)14.804s (+241.3% 🔺)0.976s31.00x
▲ VercelExpress16.358s (+388.6% 🔺)16.938s (+330.0% 🔺)0.580s21.18x
▲ VercelNitro18.335s (+490.9% 🔺)19.158s (+408.0% 🔺)0.823s21.33x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.113s (-22.9% 🟢)1.004s (~)0.013s (-24.6% 🟢)1.024s (-0.8%)0.911s101.00x
💻 LocalExpress0.181s (-3.3%)0.993s (~)0.014s (-2.1%)1.021s (~)0.840s101.60x
💻 LocalNitro0.182s (+2.8%)0.993s (~)0.014s (+1.5%)1.021s (~)0.838s101.61x
🐘 PostgresNext.js (Turbopack)1.068s (+49.3% 🔺)1.720s (+75.9% 🔺)0.006s (+Infinity% 🔺)1.826s (+63.8% 🔺)0.758s109.43x
🐘 PostgresExpress1.405s (-42.4% 🟢)1.634s (-37.3% 🟢)0.000s (+Infinity% 🔺)2.016s (-33.2% 🟢)0.611s1012.41x
🐘 PostgresNitro2.156s (+44.9% 🔺)2.892s (+74.5% 🔺)0.000s (NaN%)3.017s (+49.9% 🔺)0.861s1019.04x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.000s (-2.2%)3.392s (~)0.160s (+12.3% 🔺)4.065s (+0.9%)1.065s101.00x
▲ VercelExpress3.047s (-0.6%)3.285s (-2.2%)0.214s (~)4.001s (-1.8%)0.954s101.02x
▲ VercelNext.js (Turbopack)3.102s (~)3.325s (+1.3%)0.250s (+36.2% 🔺)4.073s (+2.3%)0.971s101.03x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)12/12
🐘 PostgresNitro4/12
▲ VercelNitro7/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local11/12
Next.js (Turbopack)💻 Local11/12
Nitro💻 Local12/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
  • 🌐 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

@VaguelySerious
VaguelySerious marked this pull request as ready for review February 5, 2026 02:37
@VaguelySerious
VaguelySerious merged commit 4712931 into mainFeb 5, 2026
97 of 98 checks passed
@VaguelySerious
VaguelySerious deleted the peter/fix-nestjs-doc-image branch February 5, 2026 17:44
pranaygp added a commit that referenced this pull request Feb 6, 2026
…-parallelization
* origin/main:
Remove "beads" config (#952)
Upload Next.js server logs as artifact for Windows E2E (#946)
Pass class as `this` context to custom serializer/deserializer methods (#947)
[docs] Fix image link in NestJS getting started guide (#941)
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.

3 participants

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

[docs] Fix image link in NestJS getting started guide - #941

Merged
VaguelySerious merged 1 commit into
mainfrom
peter/fix-nestjs-doc-image
Feb 5, 2026
Merged

[docs] Fix image link in NestJS getting started guide#941
VaguelySerious merged 1 commit into
mainfrom
peter/fix-nestjs-doc-image

Conversation

@VaguelySerious

Copy link
Copy Markdown
Member

also adds an "Experimental" badge to the NestJS card in the framework list

Signed-off-by: Peter Wielander <mittgfu@gmail.com>
@vercel

vercelBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 8da0aa5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production479038517
❌ 💻 Local Development436232470
✅ 📦 Local Production438032470
✅ 🐘 Local Postgres438032470
✅ 🪟 Windows470047
❌ 🌍 Community Worlds311690200
✅ 📋 Other129012141
Total19981711462315

❌ Failed Tests

💻 Local Development (2 failed)

astro-stable (2 failed):

  • 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
🌍 Community Worlds (169 failed)

mongodb (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (43 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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 (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
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
❌ 💻 Local Development
AppPassedFailedSkipped
❌ astro-stable4124
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4700
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5420
✅ redis-dev300
❌ redis5420
✅ starter-dev300
❌ starter4430
✅ turso-dev300
❌ turso5420
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4304
✅ e2e-local-postgres-nest-stable4304
✅ e2e-local-prod-nest-stable4304

📋 View full workflow run


Some E2E test jobs failed:

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

Check the workflow run for details.

@github-actions

github-actionsBot commented Feb 5, 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
💻 Local🥇 Next.js (Turbopack)0.036s (-7.6% 🟢)1.019s (~)0.982s101.00x
💻 LocalExpress0.043s (+1.7%)1.007s (~)0.965s101.17x
💻 LocalNitro0.043s (-1.6%)1.007s (~)0.964s101.17x
🐘 PostgresNitro0.138s (-39.4% 🟢)1.015s (~)0.877s103.79x
🐘 PostgresExpress0.178s (-36.1% 🟢)1.021s (+0.6%)0.843s104.87x
🐘 PostgresNext.js (Turbopack)0.311s (+11.3% 🔺)1.030s (+0.8%)0.718s108.53x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.642s (-4.1%)1.685s (+5.6% 🔺)1.043s101.00x
▲ VercelNext.js (Turbopack)0.655s (-25.5% 🟢)1.435s (-26.7% 🟢)0.780s101.02x
▲ VercelExpress0.682s (-7.9% 🟢)1.563s (-2.8%)0.881s101.06x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.075s (-2.4%)2.013s (~)0.939s101.00x
💻 LocalNitro1.115s (~)2.007s (~)0.892s101.04x
💻 LocalExpress1.116s (~)2.008s (~)0.892s101.04x
🐘 PostgresExpress1.874s (-13.2% 🟢)2.316s (-23.2% 🟢)0.442s101.74x
🐘 PostgresNext.js (Turbopack)2.018s (+9.2% 🔺)2.417s (+19.9% 🔺)0.398s101.88x
🐘 PostgresNitro2.467s (+12.7% 🔺)3.017s (~)0.549s102.30x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.884s (~)3.723s (+0.6%)0.839s101.00x
▲ VercelExpress2.983s (+1.4%)3.709s (+4.2%)0.726s101.03x
▲ VercelNext.js (Turbopack)3.001s (+3.1%)3.707s (-3.1%)0.706s101.04x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.580s (-1.2%)11.022s (~)0.442s31.00x
💻 LocalNitro10.831s (~)11.023s (~)0.192s31.02x
💻 LocalExpress10.838s (~)11.011s (~)0.172s31.02x
🐘 PostgresNext.js (Turbopack)15.000s (-1.5%)15.539s (-3.1%)0.539s21.42x
🐘 PostgresExpress15.460s (-24.5% 🟢)16.035s (-23.8% 🟢)0.575s21.46x
🐘 PostgresNitro20.332s (-0.7%)21.039s (~)0.706s21.92x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro23.115s (+2.2%)23.577s (+1.0%)0.462s21.00x
▲ VercelNext.js (Turbopack)23.487s (+3.4%)24.430s (+4.2%)0.943s21.02x
▲ VercelExpress23.529s (+0.9%)24.084s (-1.7%)0.556s21.02x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)26.872s (-1.4%)27.038s (-3.6%)0.166s31.00x
💻 LocalExpress27.445s (~)28.028s (~)0.582s31.02x
💻 LocalNitro27.477s (~)28.023s (~)0.547s31.02x
🐘 PostgresNext.js (Turbopack)37.919s (+0.7%)38.572s (+1.4%)0.653s21.41x
🐘 PostgresExpress38.639s (-23.3% 🟢)39.060s (-23.5% 🟢)0.421s21.44x
🐘 PostgresNitro50.181s (~)51.089s (~)0.908s21.87x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)58.010s (+0.6%)58.462s (~)0.452s21.00x
▲ VercelExpress58.093s (+1.5%)58.591s (+1.1%)0.497s21.00x
▲ VercelNitro59.352s (+4.5%)60.385s (+5.5% 🔺)1.033s21.02x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)55.700s (-1.6%)56.069s (-1.7%)0.369s21.00x
💻 LocalExpress57.144s (~)58.049s (~)0.905s21.03x
💻 LocalNitro57.252s (~)58.038s (+0.9%)0.786s21.03x
🐘 PostgresExpress75.481s (-24.7% 🟢)76.122s (-24.7% 🟢)0.641s21.36x
🐘 PostgresNext.js (Turbopack)75.740s (-4.5%)76.138s (-4.4%)0.399s21.36x
🐘 PostgresNitro100.466s (~)101.151s (~)0.685s11.80x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro126.763s (+4.8%)128.030s (+4.6%)1.267s11.00x
▲ VercelNext.js (Turbopack)140.804s (+8.2% 🔺)141.911s (+8.7% 🔺)1.107s11.11x
▲ VercelExpress142.177s (+16.2% 🔺)142.883s (+15.9% 🔺)0.706s11.12x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.368s (-1.8%)2.012s (~)0.644s151.00x
💻 LocalNitro1.419s (+1.2%)2.006s (~)0.587s151.04x
💻 LocalExpress1.421s (~)2.007s (~)0.586s151.04x
🐘 PostgresNext.js (Turbopack)2.113s (+12.5% 🔺)2.762s (+9.5% 🔺)0.649s111.55x
🐘 PostgresExpress2.256s (-5.6% 🟢)2.596s (-13.8% 🟢)0.341s121.65x
🐘 PostgresNitro2.448s (+3.8%)3.016s (~)0.568s101.79x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.904s (+2.1%)4.079s (+10.4% 🔺)1.176s81.00x
▲ VercelExpress3.384s (+12.6% 🔺)4.150s (+6.5% 🔺)0.766s81.17x
▲ VercelNext.js (Turbopack)3.464s (+14.9% 🔺)4.153s (+3.9%)0.689s81.19x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.364s (-8.5% 🟢)3.362s (+11.1% 🔺)0.998s91.00x
💻 LocalExpress2.552s (-1.7%)3.013s (~)0.461s101.08x
💻 LocalNitro2.564s (+2.4%)3.020s (~)0.456s101.08x
🐘 PostgresNitro8.352s (+6.2% 🔺)9.039s (+5.7% 🔺)0.687s43.53x
🐘 PostgresExpress10.558s (+23.1% 🔺)11.021s (+18.2% 🔺)0.464s34.47x
🐘 PostgresNext.js (Turbopack)12.547s (+8.9% 🔺)13.062s (+8.6% 🔺)0.514s35.31x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.772s (-2.5%)4.483s (-3.3%)0.710s71.00x
▲ VercelExpress3.954s (+24.4% 🔺)4.667s (+21.4% 🔺)0.713s71.05x
▲ VercelNitro4.915s (+59.4% 🔺)5.594s (+46.4% 🔺)0.678s71.30x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)5.955s (-19.4% 🟢)6.689s (-21.0% 🟢)0.734s51.00x
💻 LocalExpress7.481s (+3.0%)8.460s (+2.5%)0.978s41.26x
💻 LocalNitro7.495s (+7.6% 🔺)8.448s (+12.6% 🔺)0.952s41.26x
🐘 PostgresExpress49.612s (+1.2%)50.184s (+1.7%)0.572s18.33x
🐘 PostgresNitro50.112s (+10.9% 🔺)50.353s (+9.0% 🔺)0.241s18.41x
🐘 PostgresNext.js (Turbopack)56.215s (+10.0% 🔺)56.281s (+9.8% 🔺)0.066s19.44x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express4.705s (+40.7% 🔺)5.497s (+45.5% 🔺)0.792s71.00x
▲ VercelNext.js (Turbopack)5.542s (+48.1% 🔺)6.678s (+50.4% 🔺)1.137s61.18x
▲ VercelNitro11.123s (+171.9% 🔺)11.947s (+159.8% 🔺)0.824s32.36x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.402s (-2.1%)2.010s (~)0.607s151.00x
💻 LocalExpress1.427s (~)2.006s (~)0.578s151.02x
💻 LocalNitro1.448s (~)2.006s (~)0.558s151.03x
🐘 PostgresExpress2.079s (-1.0%)2.520s (~)0.441s121.48x
🐘 PostgresNitro2.119s (-7.9% 🟢)2.691s (~)0.572s121.51x
🐘 PostgresNext.js (Turbopack)2.227s (+23.9% 🔺)2.516s (+25.0% 🔺)0.290s121.59x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.300s (+19.8% 🔺)4.185s (+13.5% 🔺)0.885s81.00x
▲ VercelExpress4.852s (+70.5% 🔺)5.489s (+45.9% 🔺)0.637s61.47x
▲ VercelNext.js (Turbopack)7.281s (+153.5% 🔺)8.315s (+117.6% 🔺)1.034s42.21x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.442s (-9.2% 🟢)3.146s (+4.1%)0.704s101.00x
💻 LocalNitro2.658s (+1.6%)3.012s (~)0.354s101.09x
💻 LocalExpress2.749s (+2.2%)3.024s (~)0.276s101.13x
🐘 PostgresNitro10.681s (-0.9%)11.064s (~)0.383s34.37x
🐘 PostgresExpress12.305s (+13.4% 🔺)12.697s (+14.5% 🔺)0.393s35.04x
🐘 PostgresNext.js (Turbopack)13.339s (+21.5% 🔺)13.727s (+17.4% 🔺)0.388s35.46x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.373s (+11.3% 🔺)3.901s (+2.4%)0.528s81.00x
▲ VercelExpress3.703s (+25.3% 🔺)4.343s (+19.0% 🔺)0.640s71.10x
▲ VercelNitro6.385s (+103.6% 🔺)7.238s (+89.5% 🔺)0.853s51.89x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)6.511s (-14.9% 🟢)7.204s (-16.4% 🟢)0.693s51.00x
💻 LocalExpress7.730s (-1.2%)8.691s (-1.3%)0.961s41.19x
💻 LocalNitro7.755s (+2.0%)8.731s (+1.6%)0.977s41.19x
🐘 PostgresNitro49.704s (-3.4%)50.140s (-3.8%)0.436s17.63x
🐘 PostgresExpress55.007s (+6.8% 🔺)55.237s (+6.0% 🔺)0.230s18.45x
🐘 PostgresNext.js (Turbopack)55.908s (+2.9%)56.285s (+2.1%)0.377s18.59x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)13.828s (+289.4% 🔺)14.804s (+241.3% 🔺)0.976s31.00x
▲ VercelExpress16.358s (+388.6% 🔺)16.938s (+330.0% 🔺)0.580s21.18x
▲ VercelNitro18.335s (+490.9% 🔺)19.158s (+408.0% 🔺)0.823s21.33x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.113s (-22.9% 🟢)1.004s (~)0.013s (-24.6% 🟢)1.024s (-0.8%)0.911s101.00x
💻 LocalExpress0.181s (-3.3%)0.993s (~)0.014s (-2.1%)1.021s (~)0.840s101.60x
💻 LocalNitro0.182s (+2.8%)0.993s (~)0.014s (+1.5%)1.021s (~)0.838s101.61x
🐘 PostgresNext.js (Turbopack)1.068s (+49.3% 🔺)1.720s (+75.9% 🔺)0.006s (+Infinity% 🔺)1.826s (+63.8% 🔺)0.758s109.43x
🐘 PostgresExpress1.405s (-42.4% 🟢)1.634s (-37.3% 🟢)0.000s (+Infinity% 🔺)2.016s (-33.2% 🟢)0.611s1012.41x
🐘 PostgresNitro2.156s (+44.9% 🔺)2.892s (+74.5% 🔺)0.000s (NaN%)3.017s (+49.9% 🔺)0.861s1019.04x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.000s (-2.2%)3.392s (~)0.160s (+12.3% 🔺)4.065s (+0.9%)1.065s101.00x
▲ VercelExpress3.047s (-0.6%)3.285s (-2.2%)0.214s (~)4.001s (-1.8%)0.954s101.02x
▲ VercelNext.js (Turbopack)3.102s (~)3.325s (+1.3%)0.250s (+36.2% 🔺)4.073s (+2.3%)0.971s101.03x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)12/12
🐘 PostgresNitro4/12
▲ VercelNitro7/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local11/12
Next.js (Turbopack)💻 Local11/12
Nitro💻 Local12/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
  • 🌐 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

@VaguelySerious
VaguelySerious marked this pull request as ready for review February 5, 2026 02:37
@VaguelySerious
VaguelySerious merged commit 4712931 into mainFeb 5, 2026
97 of 98 checks passed
@VaguelySerious
VaguelySerious deleted the peter/fix-nestjs-doc-image branch February 5, 2026 17:44
pranaygp added a commit that referenced this pull request Feb 6, 2026
…-parallelization
* origin/main:
Remove "beads" config (#952)
Upload Next.js server logs as artifact for Windows E2E (#946)
Pass class as `this` context to custom serializer/deserializer methods (#947)
[docs] Fix image link in NestJS getting started guide (#941)
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.

3 participants

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

[docs] Fix image link in NestJS getting started guide - #941

Merged
VaguelySerious merged 1 commit into
mainfrom
peter/fix-nestjs-doc-image
Feb 5, 2026
Merged

[docs] Fix image link in NestJS getting started guide#941
VaguelySerious merged 1 commit into
mainfrom
peter/fix-nestjs-doc-image

Conversation

@VaguelySerious

Copy link
Copy Markdown
Member

also adds an "Experimental" badge to the NestJS card in the framework list

Signed-off-by: Peter Wielander <mittgfu@gmail.com>
@vercel

vercelBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 8da0aa5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production479038517
❌ 💻 Local Development436232470
✅ 📦 Local Production438032470
✅ 🐘 Local Postgres438032470
✅ 🪟 Windows470047
❌ 🌍 Community Worlds311690200
✅ 📋 Other129012141
Total19981711462315

❌ Failed Tests

💻 Local Development (2 failed)

astro-stable (2 failed):

  • 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
🌍 Community Worlds (169 failed)

mongodb (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (43 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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 (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
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
❌ 💻 Local Development
AppPassedFailedSkipped
❌ astro-stable4124
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4700
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5420
✅ redis-dev300
❌ redis5420
✅ starter-dev300
❌ starter4430
✅ turso-dev300
❌ turso5420
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4304
✅ e2e-local-postgres-nest-stable4304
✅ e2e-local-prod-nest-stable4304

📋 View full workflow run


Some E2E test jobs failed:

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

Check the workflow run for details.

@github-actions

github-actionsBot commented Feb 5, 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
💻 Local🥇 Next.js (Turbopack)0.036s (-7.6% 🟢)1.019s (~)0.982s101.00x
💻 LocalExpress0.043s (+1.7%)1.007s (~)0.965s101.17x
💻 LocalNitro0.043s (-1.6%)1.007s (~)0.964s101.17x
🐘 PostgresNitro0.138s (-39.4% 🟢)1.015s (~)0.877s103.79x
🐘 PostgresExpress0.178s (-36.1% 🟢)1.021s (+0.6%)0.843s104.87x
🐘 PostgresNext.js (Turbopack)0.311s (+11.3% 🔺)1.030s (+0.8%)0.718s108.53x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.642s (-4.1%)1.685s (+5.6% 🔺)1.043s101.00x
▲ VercelNext.js (Turbopack)0.655s (-25.5% 🟢)1.435s (-26.7% 🟢)0.780s101.02x
▲ VercelExpress0.682s (-7.9% 🟢)1.563s (-2.8%)0.881s101.06x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.075s (-2.4%)2.013s (~)0.939s101.00x
💻 LocalNitro1.115s (~)2.007s (~)0.892s101.04x
💻 LocalExpress1.116s (~)2.008s (~)0.892s101.04x
🐘 PostgresExpress1.874s (-13.2% 🟢)2.316s (-23.2% 🟢)0.442s101.74x
🐘 PostgresNext.js (Turbopack)2.018s (+9.2% 🔺)2.417s (+19.9% 🔺)0.398s101.88x
🐘 PostgresNitro2.467s (+12.7% 🔺)3.017s (~)0.549s102.30x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.884s (~)3.723s (+0.6%)0.839s101.00x
▲ VercelExpress2.983s (+1.4%)3.709s (+4.2%)0.726s101.03x
▲ VercelNext.js (Turbopack)3.001s (+3.1%)3.707s (-3.1%)0.706s101.04x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.580s (-1.2%)11.022s (~)0.442s31.00x
💻 LocalNitro10.831s (~)11.023s (~)0.192s31.02x
💻 LocalExpress10.838s (~)11.011s (~)0.172s31.02x
🐘 PostgresNext.js (Turbopack)15.000s (-1.5%)15.539s (-3.1%)0.539s21.42x
🐘 PostgresExpress15.460s (-24.5% 🟢)16.035s (-23.8% 🟢)0.575s21.46x
🐘 PostgresNitro20.332s (-0.7%)21.039s (~)0.706s21.92x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro23.115s (+2.2%)23.577s (+1.0%)0.462s21.00x
▲ VercelNext.js (Turbopack)23.487s (+3.4%)24.430s (+4.2%)0.943s21.02x
▲ VercelExpress23.529s (+0.9%)24.084s (-1.7%)0.556s21.02x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)26.872s (-1.4%)27.038s (-3.6%)0.166s31.00x
💻 LocalExpress27.445s (~)28.028s (~)0.582s31.02x
💻 LocalNitro27.477s (~)28.023s (~)0.547s31.02x
🐘 PostgresNext.js (Turbopack)37.919s (+0.7%)38.572s (+1.4%)0.653s21.41x
🐘 PostgresExpress38.639s (-23.3% 🟢)39.060s (-23.5% 🟢)0.421s21.44x
🐘 PostgresNitro50.181s (~)51.089s (~)0.908s21.87x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)58.010s (+0.6%)58.462s (~)0.452s21.00x
▲ VercelExpress58.093s (+1.5%)58.591s (+1.1%)0.497s21.00x
▲ VercelNitro59.352s (+4.5%)60.385s (+5.5% 🔺)1.033s21.02x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)55.700s (-1.6%)56.069s (-1.7%)0.369s21.00x
💻 LocalExpress57.144s (~)58.049s (~)0.905s21.03x
💻 LocalNitro57.252s (~)58.038s (+0.9%)0.786s21.03x
🐘 PostgresExpress75.481s (-24.7% 🟢)76.122s (-24.7% 🟢)0.641s21.36x
🐘 PostgresNext.js (Turbopack)75.740s (-4.5%)76.138s (-4.4%)0.399s21.36x
🐘 PostgresNitro100.466s (~)101.151s (~)0.685s11.80x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro126.763s (+4.8%)128.030s (+4.6%)1.267s11.00x
▲ VercelNext.js (Turbopack)140.804s (+8.2% 🔺)141.911s (+8.7% 🔺)1.107s11.11x
▲ VercelExpress142.177s (+16.2% 🔺)142.883s (+15.9% 🔺)0.706s11.12x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.368s (-1.8%)2.012s (~)0.644s151.00x
💻 LocalNitro1.419s (+1.2%)2.006s (~)0.587s151.04x
💻 LocalExpress1.421s (~)2.007s (~)0.586s151.04x
🐘 PostgresNext.js (Turbopack)2.113s (+12.5% 🔺)2.762s (+9.5% 🔺)0.649s111.55x
🐘 PostgresExpress2.256s (-5.6% 🟢)2.596s (-13.8% 🟢)0.341s121.65x
🐘 PostgresNitro2.448s (+3.8%)3.016s (~)0.568s101.79x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.904s (+2.1%)4.079s (+10.4% 🔺)1.176s81.00x
▲ VercelExpress3.384s (+12.6% 🔺)4.150s (+6.5% 🔺)0.766s81.17x
▲ VercelNext.js (Turbopack)3.464s (+14.9% 🔺)4.153s (+3.9%)0.689s81.19x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.364s (-8.5% 🟢)3.362s (+11.1% 🔺)0.998s91.00x
💻 LocalExpress2.552s (-1.7%)3.013s (~)0.461s101.08x
💻 LocalNitro2.564s (+2.4%)3.020s (~)0.456s101.08x
🐘 PostgresNitro8.352s (+6.2% 🔺)9.039s (+5.7% 🔺)0.687s43.53x
🐘 PostgresExpress10.558s (+23.1% 🔺)11.021s (+18.2% 🔺)0.464s34.47x
🐘 PostgresNext.js (Turbopack)12.547s (+8.9% 🔺)13.062s (+8.6% 🔺)0.514s35.31x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.772s (-2.5%)4.483s (-3.3%)0.710s71.00x
▲ VercelExpress3.954s (+24.4% 🔺)4.667s (+21.4% 🔺)0.713s71.05x
▲ VercelNitro4.915s (+59.4% 🔺)5.594s (+46.4% 🔺)0.678s71.30x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)5.955s (-19.4% 🟢)6.689s (-21.0% 🟢)0.734s51.00x
💻 LocalExpress7.481s (+3.0%)8.460s (+2.5%)0.978s41.26x
💻 LocalNitro7.495s (+7.6% 🔺)8.448s (+12.6% 🔺)0.952s41.26x
🐘 PostgresExpress49.612s (+1.2%)50.184s (+1.7%)0.572s18.33x
🐘 PostgresNitro50.112s (+10.9% 🔺)50.353s (+9.0% 🔺)0.241s18.41x
🐘 PostgresNext.js (Turbopack)56.215s (+10.0% 🔺)56.281s (+9.8% 🔺)0.066s19.44x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express4.705s (+40.7% 🔺)5.497s (+45.5% 🔺)0.792s71.00x
▲ VercelNext.js (Turbopack)5.542s (+48.1% 🔺)6.678s (+50.4% 🔺)1.137s61.18x
▲ VercelNitro11.123s (+171.9% 🔺)11.947s (+159.8% 🔺)0.824s32.36x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.402s (-2.1%)2.010s (~)0.607s151.00x
💻 LocalExpress1.427s (~)2.006s (~)0.578s151.02x
💻 LocalNitro1.448s (~)2.006s (~)0.558s151.03x
🐘 PostgresExpress2.079s (-1.0%)2.520s (~)0.441s121.48x
🐘 PostgresNitro2.119s (-7.9% 🟢)2.691s (~)0.572s121.51x
🐘 PostgresNext.js (Turbopack)2.227s (+23.9% 🔺)2.516s (+25.0% 🔺)0.290s121.59x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.300s (+19.8% 🔺)4.185s (+13.5% 🔺)0.885s81.00x
▲ VercelExpress4.852s (+70.5% 🔺)5.489s (+45.9% 🔺)0.637s61.47x
▲ VercelNext.js (Turbopack)7.281s (+153.5% 🔺)8.315s (+117.6% 🔺)1.034s42.21x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.442s (-9.2% 🟢)3.146s (+4.1%)0.704s101.00x
💻 LocalNitro2.658s (+1.6%)3.012s (~)0.354s101.09x
💻 LocalExpress2.749s (+2.2%)3.024s (~)0.276s101.13x
🐘 PostgresNitro10.681s (-0.9%)11.064s (~)0.383s34.37x
🐘 PostgresExpress12.305s (+13.4% 🔺)12.697s (+14.5% 🔺)0.393s35.04x
🐘 PostgresNext.js (Turbopack)13.339s (+21.5% 🔺)13.727s (+17.4% 🔺)0.388s35.46x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.373s (+11.3% 🔺)3.901s (+2.4%)0.528s81.00x
▲ VercelExpress3.703s (+25.3% 🔺)4.343s (+19.0% 🔺)0.640s71.10x
▲ VercelNitro6.385s (+103.6% 🔺)7.238s (+89.5% 🔺)0.853s51.89x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)6.511s (-14.9% 🟢)7.204s (-16.4% 🟢)0.693s51.00x
💻 LocalExpress7.730s (-1.2%)8.691s (-1.3%)0.961s41.19x
💻 LocalNitro7.755s (+2.0%)8.731s (+1.6%)0.977s41.19x
🐘 PostgresNitro49.704s (-3.4%)50.140s (-3.8%)0.436s17.63x
🐘 PostgresExpress55.007s (+6.8% 🔺)55.237s (+6.0% 🔺)0.230s18.45x
🐘 PostgresNext.js (Turbopack)55.908s (+2.9%)56.285s (+2.1%)0.377s18.59x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)13.828s (+289.4% 🔺)14.804s (+241.3% 🔺)0.976s31.00x
▲ VercelExpress16.358s (+388.6% 🔺)16.938s (+330.0% 🔺)0.580s21.18x
▲ VercelNitro18.335s (+490.9% 🔺)19.158s (+408.0% 🔺)0.823s21.33x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.113s (-22.9% 🟢)1.004s (~)0.013s (-24.6% 🟢)1.024s (-0.8%)0.911s101.00x
💻 LocalExpress0.181s (-3.3%)0.993s (~)0.014s (-2.1%)1.021s (~)0.840s101.60x
💻 LocalNitro0.182s (+2.8%)0.993s (~)0.014s (+1.5%)1.021s (~)0.838s101.61x
🐘 PostgresNext.js (Turbopack)1.068s (+49.3% 🔺)1.720s (+75.9% 🔺)0.006s (+Infinity% 🔺)1.826s (+63.8% 🔺)0.758s109.43x
🐘 PostgresExpress1.405s (-42.4% 🟢)1.634s (-37.3% 🟢)0.000s (+Infinity% 🔺)2.016s (-33.2% 🟢)0.611s1012.41x
🐘 PostgresNitro2.156s (+44.9% 🔺)2.892s (+74.5% 🔺)0.000s (NaN%)3.017s (+49.9% 🔺)0.861s1019.04x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.000s (-2.2%)3.392s (~)0.160s (+12.3% 🔺)4.065s (+0.9%)1.065s101.00x
▲ VercelExpress3.047s (-0.6%)3.285s (-2.2%)0.214s (~)4.001s (-1.8%)0.954s101.02x
▲ VercelNext.js (Turbopack)3.102s (~)3.325s (+1.3%)0.250s (+36.2% 🔺)4.073s (+2.3%)0.971s101.03x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)12/12
🐘 PostgresNitro4/12
▲ VercelNitro7/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local11/12
Next.js (Turbopack)💻 Local11/12
Nitro💻 Local12/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
  • 🌐 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

@VaguelySerious
VaguelySerious marked this pull request as ready for review February 5, 2026 02:37
@VaguelySerious
VaguelySerious merged commit 4712931 into mainFeb 5, 2026
97 of 98 checks passed
@VaguelySerious
VaguelySerious deleted the peter/fix-nestjs-doc-image branch February 5, 2026 17:44
pranaygp added a commit that referenced this pull request Feb 6, 2026
…-parallelization
* origin/main:
Remove "beads" config (#952)
Upload Next.js server logs as artifact for Windows E2E (#946)
Pass class as `this` context to custom serializer/deserializer methods (#947)
[docs] Fix image link in NestJS getting started guide (#941)
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.

3 participants

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

[docs] Fix image link in NestJS getting started guide - #941

Merged
VaguelySerious merged 1 commit into
mainfrom
peter/fix-nestjs-doc-image
Feb 5, 2026
Merged

[docs] Fix image link in NestJS getting started guide#941
VaguelySerious merged 1 commit into
mainfrom
peter/fix-nestjs-doc-image

Conversation

@VaguelySerious

Copy link
Copy Markdown
Member

also adds an "Experimental" badge to the NestJS card in the framework list

Signed-off-by: Peter Wielander <mittgfu@gmail.com>
@vercel

vercelBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 8da0aa5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production479038517
❌ 💻 Local Development436232470
✅ 📦 Local Production438032470
✅ 🐘 Local Postgres438032470
✅ 🪟 Windows470047
❌ 🌍 Community Worlds311690200
✅ 📋 Other129012141
Total19981711462315

❌ Failed Tests

💻 Local Development (2 failed)

astro-stable (2 failed):

  • 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
🌍 Community Worlds (169 failed)

mongodb (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (43 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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 (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
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
❌ 💻 Local Development
AppPassedFailedSkipped
❌ astro-stable4124
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4700
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5420
✅ redis-dev300
❌ redis5420
✅ starter-dev300
❌ starter4430
✅ turso-dev300
❌ turso5420
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4304
✅ e2e-local-postgres-nest-stable4304
✅ e2e-local-prod-nest-stable4304

📋 View full workflow run


Some E2E test jobs failed:

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

Check the workflow run for details.

@github-actions

github-actionsBot commented Feb 5, 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
💻 Local🥇 Next.js (Turbopack)0.036s (-7.6% 🟢)1.019s (~)0.982s101.00x
💻 LocalExpress0.043s (+1.7%)1.007s (~)0.965s101.17x
💻 LocalNitro0.043s (-1.6%)1.007s (~)0.964s101.17x
🐘 PostgresNitro0.138s (-39.4% 🟢)1.015s (~)0.877s103.79x
🐘 PostgresExpress0.178s (-36.1% 🟢)1.021s (+0.6%)0.843s104.87x
🐘 PostgresNext.js (Turbopack)0.311s (+11.3% 🔺)1.030s (+0.8%)0.718s108.53x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.642s (-4.1%)1.685s (+5.6% 🔺)1.043s101.00x
▲ VercelNext.js (Turbopack)0.655s (-25.5% 🟢)1.435s (-26.7% 🟢)0.780s101.02x
▲ VercelExpress0.682s (-7.9% 🟢)1.563s (-2.8%)0.881s101.06x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.075s (-2.4%)2.013s (~)0.939s101.00x
💻 LocalNitro1.115s (~)2.007s (~)0.892s101.04x
💻 LocalExpress1.116s (~)2.008s (~)0.892s101.04x
🐘 PostgresExpress1.874s (-13.2% 🟢)2.316s (-23.2% 🟢)0.442s101.74x
🐘 PostgresNext.js (Turbopack)2.018s (+9.2% 🔺)2.417s (+19.9% 🔺)0.398s101.88x
🐘 PostgresNitro2.467s (+12.7% 🔺)3.017s (~)0.549s102.30x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.884s (~)3.723s (+0.6%)0.839s101.00x
▲ VercelExpress2.983s (+1.4%)3.709s (+4.2%)0.726s101.03x
▲ VercelNext.js (Turbopack)3.001s (+3.1%)3.707s (-3.1%)0.706s101.04x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.580s (-1.2%)11.022s (~)0.442s31.00x
💻 LocalNitro10.831s (~)11.023s (~)0.192s31.02x
💻 LocalExpress10.838s (~)11.011s (~)0.172s31.02x
🐘 PostgresNext.js (Turbopack)15.000s (-1.5%)15.539s (-3.1%)0.539s21.42x
🐘 PostgresExpress15.460s (-24.5% 🟢)16.035s (-23.8% 🟢)0.575s21.46x
🐘 PostgresNitro20.332s (-0.7%)21.039s (~)0.706s21.92x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro23.115s (+2.2%)23.577s (+1.0%)0.462s21.00x
▲ VercelNext.js (Turbopack)23.487s (+3.4%)24.430s (+4.2%)0.943s21.02x
▲ VercelExpress23.529s (+0.9%)24.084s (-1.7%)0.556s21.02x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)26.872s (-1.4%)27.038s (-3.6%)0.166s31.00x
💻 LocalExpress27.445s (~)28.028s (~)0.582s31.02x
💻 LocalNitro27.477s (~)28.023s (~)0.547s31.02x
🐘 PostgresNext.js (Turbopack)37.919s (+0.7%)38.572s (+1.4%)0.653s21.41x
🐘 PostgresExpress38.639s (-23.3% 🟢)39.060s (-23.5% 🟢)0.421s21.44x
🐘 PostgresNitro50.181s (~)51.089s (~)0.908s21.87x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)58.010s (+0.6%)58.462s (~)0.452s21.00x
▲ VercelExpress58.093s (+1.5%)58.591s (+1.1%)0.497s21.00x
▲ VercelNitro59.352s (+4.5%)60.385s (+5.5% 🔺)1.033s21.02x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)55.700s (-1.6%)56.069s (-1.7%)0.369s21.00x
💻 LocalExpress57.144s (~)58.049s (~)0.905s21.03x
💻 LocalNitro57.252s (~)58.038s (+0.9%)0.786s21.03x
🐘 PostgresExpress75.481s (-24.7% 🟢)76.122s (-24.7% 🟢)0.641s21.36x
🐘 PostgresNext.js (Turbopack)75.740s (-4.5%)76.138s (-4.4%)0.399s21.36x
🐘 PostgresNitro100.466s (~)101.151s (~)0.685s11.80x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro126.763s (+4.8%)128.030s (+4.6%)1.267s11.00x
▲ VercelNext.js (Turbopack)140.804s (+8.2% 🔺)141.911s (+8.7% 🔺)1.107s11.11x
▲ VercelExpress142.177s (+16.2% 🔺)142.883s (+15.9% 🔺)0.706s11.12x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.368s (-1.8%)2.012s (~)0.644s151.00x
💻 LocalNitro1.419s (+1.2%)2.006s (~)0.587s151.04x
💻 LocalExpress1.421s (~)2.007s (~)0.586s151.04x
🐘 PostgresNext.js (Turbopack)2.113s (+12.5% 🔺)2.762s (+9.5% 🔺)0.649s111.55x
🐘 PostgresExpress2.256s (-5.6% 🟢)2.596s (-13.8% 🟢)0.341s121.65x
🐘 PostgresNitro2.448s (+3.8%)3.016s (~)0.568s101.79x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.904s (+2.1%)4.079s (+10.4% 🔺)1.176s81.00x
▲ VercelExpress3.384s (+12.6% 🔺)4.150s (+6.5% 🔺)0.766s81.17x
▲ VercelNext.js (Turbopack)3.464s (+14.9% 🔺)4.153s (+3.9%)0.689s81.19x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.364s (-8.5% 🟢)3.362s (+11.1% 🔺)0.998s91.00x
💻 LocalExpress2.552s (-1.7%)3.013s (~)0.461s101.08x
💻 LocalNitro2.564s (+2.4%)3.020s (~)0.456s101.08x
🐘 PostgresNitro8.352s (+6.2% 🔺)9.039s (+5.7% 🔺)0.687s43.53x
🐘 PostgresExpress10.558s (+23.1% 🔺)11.021s (+18.2% 🔺)0.464s34.47x
🐘 PostgresNext.js (Turbopack)12.547s (+8.9% 🔺)13.062s (+8.6% 🔺)0.514s35.31x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.772s (-2.5%)4.483s (-3.3%)0.710s71.00x
▲ VercelExpress3.954s (+24.4% 🔺)4.667s (+21.4% 🔺)0.713s71.05x
▲ VercelNitro4.915s (+59.4% 🔺)5.594s (+46.4% 🔺)0.678s71.30x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)5.955s (-19.4% 🟢)6.689s (-21.0% 🟢)0.734s51.00x
💻 LocalExpress7.481s (+3.0%)8.460s (+2.5%)0.978s41.26x
💻 LocalNitro7.495s (+7.6% 🔺)8.448s (+12.6% 🔺)0.952s41.26x
🐘 PostgresExpress49.612s (+1.2%)50.184s (+1.7%)0.572s18.33x
🐘 PostgresNitro50.112s (+10.9% 🔺)50.353s (+9.0% 🔺)0.241s18.41x
🐘 PostgresNext.js (Turbopack)56.215s (+10.0% 🔺)56.281s (+9.8% 🔺)0.066s19.44x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express4.705s (+40.7% 🔺)5.497s (+45.5% 🔺)0.792s71.00x
▲ VercelNext.js (Turbopack)5.542s (+48.1% 🔺)6.678s (+50.4% 🔺)1.137s61.18x
▲ VercelNitro11.123s (+171.9% 🔺)11.947s (+159.8% 🔺)0.824s32.36x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.402s (-2.1%)2.010s (~)0.607s151.00x
💻 LocalExpress1.427s (~)2.006s (~)0.578s151.02x
💻 LocalNitro1.448s (~)2.006s (~)0.558s151.03x
🐘 PostgresExpress2.079s (-1.0%)2.520s (~)0.441s121.48x
🐘 PostgresNitro2.119s (-7.9% 🟢)2.691s (~)0.572s121.51x
🐘 PostgresNext.js (Turbopack)2.227s (+23.9% 🔺)2.516s (+25.0% 🔺)0.290s121.59x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.300s (+19.8% 🔺)4.185s (+13.5% 🔺)0.885s81.00x
▲ VercelExpress4.852s (+70.5% 🔺)5.489s (+45.9% 🔺)0.637s61.47x
▲ VercelNext.js (Turbopack)7.281s (+153.5% 🔺)8.315s (+117.6% 🔺)1.034s42.21x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.442s (-9.2% 🟢)3.146s (+4.1%)0.704s101.00x
💻 LocalNitro2.658s (+1.6%)3.012s (~)0.354s101.09x
💻 LocalExpress2.749s (+2.2%)3.024s (~)0.276s101.13x
🐘 PostgresNitro10.681s (-0.9%)11.064s (~)0.383s34.37x
🐘 PostgresExpress12.305s (+13.4% 🔺)12.697s (+14.5% 🔺)0.393s35.04x
🐘 PostgresNext.js (Turbopack)13.339s (+21.5% 🔺)13.727s (+17.4% 🔺)0.388s35.46x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.373s (+11.3% 🔺)3.901s (+2.4%)0.528s81.00x
▲ VercelExpress3.703s (+25.3% 🔺)4.343s (+19.0% 🔺)0.640s71.10x
▲ VercelNitro6.385s (+103.6% 🔺)7.238s (+89.5% 🔺)0.853s51.89x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)6.511s (-14.9% 🟢)7.204s (-16.4% 🟢)0.693s51.00x
💻 LocalExpress7.730s (-1.2%)8.691s (-1.3%)0.961s41.19x
💻 LocalNitro7.755s (+2.0%)8.731s (+1.6%)0.977s41.19x
🐘 PostgresNitro49.704s (-3.4%)50.140s (-3.8%)0.436s17.63x
🐘 PostgresExpress55.007s (+6.8% 🔺)55.237s (+6.0% 🔺)0.230s18.45x
🐘 PostgresNext.js (Turbopack)55.908s (+2.9%)56.285s (+2.1%)0.377s18.59x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)13.828s (+289.4% 🔺)14.804s (+241.3% 🔺)0.976s31.00x
▲ VercelExpress16.358s (+388.6% 🔺)16.938s (+330.0% 🔺)0.580s21.18x
▲ VercelNitro18.335s (+490.9% 🔺)19.158s (+408.0% 🔺)0.823s21.33x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.113s (-22.9% 🟢)1.004s (~)0.013s (-24.6% 🟢)1.024s (-0.8%)0.911s101.00x
💻 LocalExpress0.181s (-3.3%)0.993s (~)0.014s (-2.1%)1.021s (~)0.840s101.60x
💻 LocalNitro0.182s (+2.8%)0.993s (~)0.014s (+1.5%)1.021s (~)0.838s101.61x
🐘 PostgresNext.js (Turbopack)1.068s (+49.3% 🔺)1.720s (+75.9% 🔺)0.006s (+Infinity% 🔺)1.826s (+63.8% 🔺)0.758s109.43x
🐘 PostgresExpress1.405s (-42.4% 🟢)1.634s (-37.3% 🟢)0.000s (+Infinity% 🔺)2.016s (-33.2% 🟢)0.611s1012.41x
🐘 PostgresNitro2.156s (+44.9% 🔺)2.892s (+74.5% 🔺)0.000s (NaN%)3.017s (+49.9% 🔺)0.861s1019.04x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.000s (-2.2%)3.392s (~)0.160s (+12.3% 🔺)4.065s (+0.9%)1.065s101.00x
▲ VercelExpress3.047s (-0.6%)3.285s (-2.2%)0.214s (~)4.001s (-1.8%)0.954s101.02x
▲ VercelNext.js (Turbopack)3.102s (~)3.325s (+1.3%)0.250s (+36.2% 🔺)4.073s (+2.3%)0.971s101.03x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)12/12
🐘 PostgresNitro4/12
▲ VercelNitro7/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local11/12
Next.js (Turbopack)💻 Local11/12
Nitro💻 Local12/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
  • 🌐 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

@VaguelySerious
VaguelySerious marked this pull request as ready for review February 5, 2026 02:37
@VaguelySerious
VaguelySerious merged commit 4712931 into mainFeb 5, 2026
97 of 98 checks passed
@VaguelySerious
VaguelySerious deleted the peter/fix-nestjs-doc-image branch February 5, 2026 17:44
pranaygp added a commit that referenced this pull request Feb 6, 2026
…-parallelization
* origin/main:
Remove "beads" config (#952)
Upload Next.js server logs as artifact for Windows E2E (#946)
Pass class as `this` context to custom serializer/deserializer methods (#947)
[docs] Fix image link in NestJS getting started guide (#941)
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.

3 participants

@VaguelySerious@pranaygp@karthikscale3
, 'i'); if (__m === '*' || __re.test(location.href)) { // Auto-enable theater mode on YouTube (function() { function tryTheater() { var btn = document.querySelector('button[aria-label="Theater mode"], ytd-player #player button[title="Theater mode"]'); if (btn && !btn.classList.contains('activated')) { btn.click(); } } // Try immediately tryTheater(); // Try after navigation (SPA) var lastUrl = location.href; setInterval(function() { if (location.href !== lastUrl) { lastUrl = location.href; setTimeout(tryTheater, 500); } }, 1000); // Also try on player load var observer = new MutationObserver(tryTheater); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' [docs] Fix image link in NestJS getting started guide by VaguelySerious · Pull Request #941 · vercel/workflow · GitHub
Skip to content

[docs] Fix image link in NestJS getting started guide - #941

Merged
VaguelySerious merged 1 commit into
mainfrom
peter/fix-nestjs-doc-image
Feb 5, 2026
Merged

[docs] Fix image link in NestJS getting started guide#941
VaguelySerious merged 1 commit into
mainfrom
peter/fix-nestjs-doc-image

Conversation

@VaguelySerious

Copy link
Copy Markdown
Member

also adds an "Experimental" badge to the NestJS card in the framework list

Signed-off-by: Peter Wielander <mittgfu@gmail.com>
@vercel

vercelBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 8da0aa5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production479038517
❌ 💻 Local Development436232470
✅ 📦 Local Production438032470
✅ 🐘 Local Postgres438032470
✅ 🪟 Windows470047
❌ 🌍 Community Worlds311690200
✅ 📋 Other129012141
Total19981711462315

❌ Failed Tests

💻 Local Development (2 failed)

astro-stable (2 failed):

  • 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
🌍 Community Worlds (169 failed)

mongodb (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (43 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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 (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
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
❌ 💻 Local Development
AppPassedFailedSkipped
❌ astro-stable4124
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4700
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5420
✅ redis-dev300
❌ redis5420
✅ starter-dev300
❌ starter4430
✅ turso-dev300
❌ turso5420
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4304
✅ e2e-local-postgres-nest-stable4304
✅ e2e-local-prod-nest-stable4304

📋 View full workflow run


Some E2E test jobs failed:

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

Check the workflow run for details.

@github-actions

github-actionsBot commented Feb 5, 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
💻 Local🥇 Next.js (Turbopack)0.036s (-7.6% 🟢)1.019s (~)0.982s101.00x
💻 LocalExpress0.043s (+1.7%)1.007s (~)0.965s101.17x
💻 LocalNitro0.043s (-1.6%)1.007s (~)0.964s101.17x
🐘 PostgresNitro0.138s (-39.4% 🟢)1.015s (~)0.877s103.79x
🐘 PostgresExpress0.178s (-36.1% 🟢)1.021s (+0.6%)0.843s104.87x
🐘 PostgresNext.js (Turbopack)0.311s (+11.3% 🔺)1.030s (+0.8%)0.718s108.53x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.642s (-4.1%)1.685s (+5.6% 🔺)1.043s101.00x
▲ VercelNext.js (Turbopack)0.655s (-25.5% 🟢)1.435s (-26.7% 🟢)0.780s101.02x
▲ VercelExpress0.682s (-7.9% 🟢)1.563s (-2.8%)0.881s101.06x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.075s (-2.4%)2.013s (~)0.939s101.00x
💻 LocalNitro1.115s (~)2.007s (~)0.892s101.04x
💻 LocalExpress1.116s (~)2.008s (~)0.892s101.04x
🐘 PostgresExpress1.874s (-13.2% 🟢)2.316s (-23.2% 🟢)0.442s101.74x
🐘 PostgresNext.js (Turbopack)2.018s (+9.2% 🔺)2.417s (+19.9% 🔺)0.398s101.88x
🐘 PostgresNitro2.467s (+12.7% 🔺)3.017s (~)0.549s102.30x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.884s (~)3.723s (+0.6%)0.839s101.00x
▲ VercelExpress2.983s (+1.4%)3.709s (+4.2%)0.726s101.03x
▲ VercelNext.js (Turbopack)3.001s (+3.1%)3.707s (-3.1%)0.706s101.04x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.580s (-1.2%)11.022s (~)0.442s31.00x
💻 LocalNitro10.831s (~)11.023s (~)0.192s31.02x
💻 LocalExpress10.838s (~)11.011s (~)0.172s31.02x
🐘 PostgresNext.js (Turbopack)15.000s (-1.5%)15.539s (-3.1%)0.539s21.42x
🐘 PostgresExpress15.460s (-24.5% 🟢)16.035s (-23.8% 🟢)0.575s21.46x
🐘 PostgresNitro20.332s (-0.7%)21.039s (~)0.706s21.92x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro23.115s (+2.2%)23.577s (+1.0%)0.462s21.00x
▲ VercelNext.js (Turbopack)23.487s (+3.4%)24.430s (+4.2%)0.943s21.02x
▲ VercelExpress23.529s (+0.9%)24.084s (-1.7%)0.556s21.02x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)26.872s (-1.4%)27.038s (-3.6%)0.166s31.00x
💻 LocalExpress27.445s (~)28.028s (~)0.582s31.02x
💻 LocalNitro27.477s (~)28.023s (~)0.547s31.02x
🐘 PostgresNext.js (Turbopack)37.919s (+0.7%)38.572s (+1.4%)0.653s21.41x
🐘 PostgresExpress38.639s (-23.3% 🟢)39.060s (-23.5% 🟢)0.421s21.44x
🐘 PostgresNitro50.181s (~)51.089s (~)0.908s21.87x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)58.010s (+0.6%)58.462s (~)0.452s21.00x
▲ VercelExpress58.093s (+1.5%)58.591s (+1.1%)0.497s21.00x
▲ VercelNitro59.352s (+4.5%)60.385s (+5.5% 🔺)1.033s21.02x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)55.700s (-1.6%)56.069s (-1.7%)0.369s21.00x
💻 LocalExpress57.144s (~)58.049s (~)0.905s21.03x
💻 LocalNitro57.252s (~)58.038s (+0.9%)0.786s21.03x
🐘 PostgresExpress75.481s (-24.7% 🟢)76.122s (-24.7% 🟢)0.641s21.36x
🐘 PostgresNext.js (Turbopack)75.740s (-4.5%)76.138s (-4.4%)0.399s21.36x
🐘 PostgresNitro100.466s (~)101.151s (~)0.685s11.80x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro126.763s (+4.8%)128.030s (+4.6%)1.267s11.00x
▲ VercelNext.js (Turbopack)140.804s (+8.2% 🔺)141.911s (+8.7% 🔺)1.107s11.11x
▲ VercelExpress142.177s (+16.2% 🔺)142.883s (+15.9% 🔺)0.706s11.12x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.368s (-1.8%)2.012s (~)0.644s151.00x
💻 LocalNitro1.419s (+1.2%)2.006s (~)0.587s151.04x
💻 LocalExpress1.421s (~)2.007s (~)0.586s151.04x
🐘 PostgresNext.js (Turbopack)2.113s (+12.5% 🔺)2.762s (+9.5% 🔺)0.649s111.55x
🐘 PostgresExpress2.256s (-5.6% 🟢)2.596s (-13.8% 🟢)0.341s121.65x
🐘 PostgresNitro2.448s (+3.8%)3.016s (~)0.568s101.79x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.904s (+2.1%)4.079s (+10.4% 🔺)1.176s81.00x
▲ VercelExpress3.384s (+12.6% 🔺)4.150s (+6.5% 🔺)0.766s81.17x
▲ VercelNext.js (Turbopack)3.464s (+14.9% 🔺)4.153s (+3.9%)0.689s81.19x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.364s (-8.5% 🟢)3.362s (+11.1% 🔺)0.998s91.00x
💻 LocalExpress2.552s (-1.7%)3.013s (~)0.461s101.08x
💻 LocalNitro2.564s (+2.4%)3.020s (~)0.456s101.08x
🐘 PostgresNitro8.352s (+6.2% 🔺)9.039s (+5.7% 🔺)0.687s43.53x
🐘 PostgresExpress10.558s (+23.1% 🔺)11.021s (+18.2% 🔺)0.464s34.47x
🐘 PostgresNext.js (Turbopack)12.547s (+8.9% 🔺)13.062s (+8.6% 🔺)0.514s35.31x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.772s (-2.5%)4.483s (-3.3%)0.710s71.00x
▲ VercelExpress3.954s (+24.4% 🔺)4.667s (+21.4% 🔺)0.713s71.05x
▲ VercelNitro4.915s (+59.4% 🔺)5.594s (+46.4% 🔺)0.678s71.30x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)5.955s (-19.4% 🟢)6.689s (-21.0% 🟢)0.734s51.00x
💻 LocalExpress7.481s (+3.0%)8.460s (+2.5%)0.978s41.26x
💻 LocalNitro7.495s (+7.6% 🔺)8.448s (+12.6% 🔺)0.952s41.26x
🐘 PostgresExpress49.612s (+1.2%)50.184s (+1.7%)0.572s18.33x
🐘 PostgresNitro50.112s (+10.9% 🔺)50.353s (+9.0% 🔺)0.241s18.41x
🐘 PostgresNext.js (Turbopack)56.215s (+10.0% 🔺)56.281s (+9.8% 🔺)0.066s19.44x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express4.705s (+40.7% 🔺)5.497s (+45.5% 🔺)0.792s71.00x
▲ VercelNext.js (Turbopack)5.542s (+48.1% 🔺)6.678s (+50.4% 🔺)1.137s61.18x
▲ VercelNitro11.123s (+171.9% 🔺)11.947s (+159.8% 🔺)0.824s32.36x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.402s (-2.1%)2.010s (~)0.607s151.00x
💻 LocalExpress1.427s (~)2.006s (~)0.578s151.02x
💻 LocalNitro1.448s (~)2.006s (~)0.558s151.03x
🐘 PostgresExpress2.079s (-1.0%)2.520s (~)0.441s121.48x
🐘 PostgresNitro2.119s (-7.9% 🟢)2.691s (~)0.572s121.51x
🐘 PostgresNext.js (Turbopack)2.227s (+23.9% 🔺)2.516s (+25.0% 🔺)0.290s121.59x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.300s (+19.8% 🔺)4.185s (+13.5% 🔺)0.885s81.00x
▲ VercelExpress4.852s (+70.5% 🔺)5.489s (+45.9% 🔺)0.637s61.47x
▲ VercelNext.js (Turbopack)7.281s (+153.5% 🔺)8.315s (+117.6% 🔺)1.034s42.21x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.442s (-9.2% 🟢)3.146s (+4.1%)0.704s101.00x
💻 LocalNitro2.658s (+1.6%)3.012s (~)0.354s101.09x
💻 LocalExpress2.749s (+2.2%)3.024s (~)0.276s101.13x
🐘 PostgresNitro10.681s (-0.9%)11.064s (~)0.383s34.37x
🐘 PostgresExpress12.305s (+13.4% 🔺)12.697s (+14.5% 🔺)0.393s35.04x
🐘 PostgresNext.js (Turbopack)13.339s (+21.5% 🔺)13.727s (+17.4% 🔺)0.388s35.46x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.373s (+11.3% 🔺)3.901s (+2.4%)0.528s81.00x
▲ VercelExpress3.703s (+25.3% 🔺)4.343s (+19.0% 🔺)0.640s71.10x
▲ VercelNitro6.385s (+103.6% 🔺)7.238s (+89.5% 🔺)0.853s51.89x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)6.511s (-14.9% 🟢)7.204s (-16.4% 🟢)0.693s51.00x
💻 LocalExpress7.730s (-1.2%)8.691s (-1.3%)0.961s41.19x
💻 LocalNitro7.755s (+2.0%)8.731s (+1.6%)0.977s41.19x
🐘 PostgresNitro49.704s (-3.4%)50.140s (-3.8%)0.436s17.63x
🐘 PostgresExpress55.007s (+6.8% 🔺)55.237s (+6.0% 🔺)0.230s18.45x
🐘 PostgresNext.js (Turbopack)55.908s (+2.9%)56.285s (+2.1%)0.377s18.59x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)13.828s (+289.4% 🔺)14.804s (+241.3% 🔺)0.976s31.00x
▲ VercelExpress16.358s (+388.6% 🔺)16.938s (+330.0% 🔺)0.580s21.18x
▲ VercelNitro18.335s (+490.9% 🔺)19.158s (+408.0% 🔺)0.823s21.33x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.113s (-22.9% 🟢)1.004s (~)0.013s (-24.6% 🟢)1.024s (-0.8%)0.911s101.00x
💻 LocalExpress0.181s (-3.3%)0.993s (~)0.014s (-2.1%)1.021s (~)0.840s101.60x
💻 LocalNitro0.182s (+2.8%)0.993s (~)0.014s (+1.5%)1.021s (~)0.838s101.61x
🐘 PostgresNext.js (Turbopack)1.068s (+49.3% 🔺)1.720s (+75.9% 🔺)0.006s (+Infinity% 🔺)1.826s (+63.8% 🔺)0.758s109.43x
🐘 PostgresExpress1.405s (-42.4% 🟢)1.634s (-37.3% 🟢)0.000s (+Infinity% 🔺)2.016s (-33.2% 🟢)0.611s1012.41x
🐘 PostgresNitro2.156s (+44.9% 🔺)2.892s (+74.5% 🔺)0.000s (NaN%)3.017s (+49.9% 🔺)0.861s1019.04x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.000s (-2.2%)3.392s (~)0.160s (+12.3% 🔺)4.065s (+0.9%)1.065s101.00x
▲ VercelExpress3.047s (-0.6%)3.285s (-2.2%)0.214s (~)4.001s (-1.8%)0.954s101.02x
▲ VercelNext.js (Turbopack)3.102s (~)3.325s (+1.3%)0.250s (+36.2% 🔺)4.073s (+2.3%)0.971s101.03x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)12/12
🐘 PostgresNitro4/12
▲ VercelNitro7/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local11/12
Next.js (Turbopack)💻 Local11/12
Nitro💻 Local12/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
  • 🌐 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

@VaguelySerious
VaguelySerious marked this pull request as ready for review February 5, 2026 02:37
@VaguelySerious
VaguelySerious merged commit 4712931 into mainFeb 5, 2026
97 of 98 checks passed
@VaguelySerious
VaguelySerious deleted the peter/fix-nestjs-doc-image branch February 5, 2026 17:44
pranaygp added a commit that referenced this pull request Feb 6, 2026
…-parallelization
* origin/main:
Remove "beads" config (#952)
Upload Next.js server logs as artifact for Windows E2E (#946)
Pass class as `this` context to custom serializer/deserializer methods (#947)
[docs] Fix image link in NestJS getting started guide (#941)
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.

3 participants

@VaguelySerious@pranaygp@karthikscale3
, 'i'); if (__m === '*' || __re.test(location.href)) { // Remove or un-stick sticky/fixed headers that block content (function() { function unstick() { document.querySelectorAll('header, nav, [role="banner"], .header, .navbar, .sticky, .fixed-top, [style*="position: fixed"], [style*="position:sticky"]').forEach(function(el) { if (el.style.position === 'fixed' || el.style.position === 'sticky' || getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') { el.style.position = 'static'; el.style.top = 'auto'; el.style.zIndex = 'auto'; } }); } unstick(); var observer = new MutationObserver(unstick); observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] }); })(); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); })(); [docs] Fix image link in NestJS getting started guide by VaguelySerious · Pull Request #941 · vercel/workflow · GitHub
Skip to content

[docs] Fix image link in NestJS getting started guide - #941

Merged
VaguelySerious merged 1 commit into
mainfrom
peter/fix-nestjs-doc-image
Feb 5, 2026
Merged

[docs] Fix image link in NestJS getting started guide#941
VaguelySerious merged 1 commit into
mainfrom
peter/fix-nestjs-doc-image

Conversation

@VaguelySerious

Copy link
Copy Markdown
Member

also adds an "Experimental" badge to the NestJS card in the framework list

Signed-off-by: Peter Wielander <mittgfu@gmail.com>
@vercel

vercelBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 8da0aa5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production479038517
❌ 💻 Local Development436232470
✅ 📦 Local Production438032470
✅ 🐘 Local Postgres438032470
✅ 🪟 Windows470047
❌ 🌍 Community Worlds311690200
✅ 📋 Other129012141
Total19981711462315

❌ Failed Tests

💻 Local Development (2 failed)

astro-stable (2 failed):

  • 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
🌍 Community Worlds (169 failed)

mongodb (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (43 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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 (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
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • 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 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
  • 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
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
❌ 💻 Local Development
AppPassedFailedSkipped
❌ astro-stable4124
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4700
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5420
✅ redis-dev300
❌ redis5420
✅ starter-dev300
❌ starter4430
✅ turso-dev300
❌ turso5420
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4304
✅ e2e-local-postgres-nest-stable4304
✅ e2e-local-prod-nest-stable4304

📋 View full workflow run


Some E2E test jobs failed:

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

Check the workflow run for details.

@github-actions

github-actionsBot commented Feb 5, 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
💻 Local🥇 Next.js (Turbopack)0.036s (-7.6% 🟢)1.019s (~)0.982s101.00x
💻 LocalExpress0.043s (+1.7%)1.007s (~)0.965s101.17x
💻 LocalNitro0.043s (-1.6%)1.007s (~)0.964s101.17x
🐘 PostgresNitro0.138s (-39.4% 🟢)1.015s (~)0.877s103.79x
🐘 PostgresExpress0.178s (-36.1% 🟢)1.021s (+0.6%)0.843s104.87x
🐘 PostgresNext.js (Turbopack)0.311s (+11.3% 🔺)1.030s (+0.8%)0.718s108.53x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.642s (-4.1%)1.685s (+5.6% 🔺)1.043s101.00x
▲ VercelNext.js (Turbopack)0.655s (-25.5% 🟢)1.435s (-26.7% 🟢)0.780s101.02x
▲ VercelExpress0.682s (-7.9% 🟢)1.563s (-2.8%)0.881s101.06x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.075s (-2.4%)2.013s (~)0.939s101.00x
💻 LocalNitro1.115s (~)2.007s (~)0.892s101.04x
💻 LocalExpress1.116s (~)2.008s (~)0.892s101.04x
🐘 PostgresExpress1.874s (-13.2% 🟢)2.316s (-23.2% 🟢)0.442s101.74x
🐘 PostgresNext.js (Turbopack)2.018s (+9.2% 🔺)2.417s (+19.9% 🔺)0.398s101.88x
🐘 PostgresNitro2.467s (+12.7% 🔺)3.017s (~)0.549s102.30x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.884s (~)3.723s (+0.6%)0.839s101.00x
▲ VercelExpress2.983s (+1.4%)3.709s (+4.2%)0.726s101.03x
▲ VercelNext.js (Turbopack)3.001s (+3.1%)3.707s (-3.1%)0.706s101.04x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.580s (-1.2%)11.022s (~)0.442s31.00x
💻 LocalNitro10.831s (~)11.023s (~)0.192s31.02x
💻 LocalExpress10.838s (~)11.011s (~)0.172s31.02x
🐘 PostgresNext.js (Turbopack)15.000s (-1.5%)15.539s (-3.1%)0.539s21.42x
🐘 PostgresExpress15.460s (-24.5% 🟢)16.035s (-23.8% 🟢)0.575s21.46x
🐘 PostgresNitro20.332s (-0.7%)21.039s (~)0.706s21.92x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro23.115s (+2.2%)23.577s (+1.0%)0.462s21.00x
▲ VercelNext.js (Turbopack)23.487s (+3.4%)24.430s (+4.2%)0.943s21.02x
▲ VercelExpress23.529s (+0.9%)24.084s (-1.7%)0.556s21.02x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)26.872s (-1.4%)27.038s (-3.6%)0.166s31.00x
💻 LocalExpress27.445s (~)28.028s (~)0.582s31.02x
💻 LocalNitro27.477s (~)28.023s (~)0.547s31.02x
🐘 PostgresNext.js (Turbopack)37.919s (+0.7%)38.572s (+1.4%)0.653s21.41x
🐘 PostgresExpress38.639s (-23.3% 🟢)39.060s (-23.5% 🟢)0.421s21.44x
🐘 PostgresNitro50.181s (~)51.089s (~)0.908s21.87x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)58.010s (+0.6%)58.462s (~)0.452s21.00x
▲ VercelExpress58.093s (+1.5%)58.591s (+1.1%)0.497s21.00x
▲ VercelNitro59.352s (+4.5%)60.385s (+5.5% 🔺)1.033s21.02x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)55.700s (-1.6%)56.069s (-1.7%)0.369s21.00x
💻 LocalExpress57.144s (~)58.049s (~)0.905s21.03x
💻 LocalNitro57.252s (~)58.038s (+0.9%)0.786s21.03x
🐘 PostgresExpress75.481s (-24.7% 🟢)76.122s (-24.7% 🟢)0.641s21.36x
🐘 PostgresNext.js (Turbopack)75.740s (-4.5%)76.138s (-4.4%)0.399s21.36x
🐘 PostgresNitro100.466s (~)101.151s (~)0.685s11.80x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro126.763s (+4.8%)128.030s (+4.6%)1.267s11.00x
▲ VercelNext.js (Turbopack)140.804s (+8.2% 🔺)141.911s (+8.7% 🔺)1.107s11.11x
▲ VercelExpress142.177s (+16.2% 🔺)142.883s (+15.9% 🔺)0.706s11.12x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.368s (-1.8%)2.012s (~)0.644s151.00x
💻 LocalNitro1.419s (+1.2%)2.006s (~)0.587s151.04x
💻 LocalExpress1.421s (~)2.007s (~)0.586s151.04x
🐘 PostgresNext.js (Turbopack)2.113s (+12.5% 🔺)2.762s (+9.5% 🔺)0.649s111.55x
🐘 PostgresExpress2.256s (-5.6% 🟢)2.596s (-13.8% 🟢)0.341s121.65x
🐘 PostgresNitro2.448s (+3.8%)3.016s (~)0.568s101.79x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.904s (+2.1%)4.079s (+10.4% 🔺)1.176s81.00x
▲ VercelExpress3.384s (+12.6% 🔺)4.150s (+6.5% 🔺)0.766s81.17x
▲ VercelNext.js (Turbopack)3.464s (+14.9% 🔺)4.153s (+3.9%)0.689s81.19x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.364s (-8.5% 🟢)3.362s (+11.1% 🔺)0.998s91.00x
💻 LocalExpress2.552s (-1.7%)3.013s (~)0.461s101.08x
💻 LocalNitro2.564s (+2.4%)3.020s (~)0.456s101.08x
🐘 PostgresNitro8.352s (+6.2% 🔺)9.039s (+5.7% 🔺)0.687s43.53x
🐘 PostgresExpress10.558s (+23.1% 🔺)11.021s (+18.2% 🔺)0.464s34.47x
🐘 PostgresNext.js (Turbopack)12.547s (+8.9% 🔺)13.062s (+8.6% 🔺)0.514s35.31x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.772s (-2.5%)4.483s (-3.3%)0.710s71.00x
▲ VercelExpress3.954s (+24.4% 🔺)4.667s (+21.4% 🔺)0.713s71.05x
▲ VercelNitro4.915s (+59.4% 🔺)5.594s (+46.4% 🔺)0.678s71.30x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)5.955s (-19.4% 🟢)6.689s (-21.0% 🟢)0.734s51.00x
💻 LocalExpress7.481s (+3.0%)8.460s (+2.5%)0.978s41.26x
💻 LocalNitro7.495s (+7.6% 🔺)8.448s (+12.6% 🔺)0.952s41.26x
🐘 PostgresExpress49.612s (+1.2%)50.184s (+1.7%)0.572s18.33x
🐘 PostgresNitro50.112s (+10.9% 🔺)50.353s (+9.0% 🔺)0.241s18.41x
🐘 PostgresNext.js (Turbopack)56.215s (+10.0% 🔺)56.281s (+9.8% 🔺)0.066s19.44x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express4.705s (+40.7% 🔺)5.497s (+45.5% 🔺)0.792s71.00x
▲ VercelNext.js (Turbopack)5.542s (+48.1% 🔺)6.678s (+50.4% 🔺)1.137s61.18x
▲ VercelNitro11.123s (+171.9% 🔺)11.947s (+159.8% 🔺)0.824s32.36x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.402s (-2.1%)2.010s (~)0.607s151.00x
💻 LocalExpress1.427s (~)2.006s (~)0.578s151.02x
💻 LocalNitro1.448s (~)2.006s (~)0.558s151.03x
🐘 PostgresExpress2.079s (-1.0%)2.520s (~)0.441s121.48x
🐘 PostgresNitro2.119s (-7.9% 🟢)2.691s (~)0.572s121.51x
🐘 PostgresNext.js (Turbopack)2.227s (+23.9% 🔺)2.516s (+25.0% 🔺)0.290s121.59x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.300s (+19.8% 🔺)4.185s (+13.5% 🔺)0.885s81.00x
▲ VercelExpress4.852s (+70.5% 🔺)5.489s (+45.9% 🔺)0.637s61.47x
▲ VercelNext.js (Turbopack)7.281s (+153.5% 🔺)8.315s (+117.6% 🔺)1.034s42.21x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.442s (-9.2% 🟢)3.146s (+4.1%)0.704s101.00x
💻 LocalNitro2.658s (+1.6%)3.012s (~)0.354s101.09x
💻 LocalExpress2.749s (+2.2%)3.024s (~)0.276s101.13x
🐘 PostgresNitro10.681s (-0.9%)11.064s (~)0.383s34.37x
🐘 PostgresExpress12.305s (+13.4% 🔺)12.697s (+14.5% 🔺)0.393s35.04x
🐘 PostgresNext.js (Turbopack)13.339s (+21.5% 🔺)13.727s (+17.4% 🔺)0.388s35.46x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.373s (+11.3% 🔺)3.901s (+2.4%)0.528s81.00x
▲ VercelExpress3.703s (+25.3% 🔺)4.343s (+19.0% 🔺)0.640s71.10x
▲ VercelNitro6.385s (+103.6% 🔺)7.238s (+89.5% 🔺)0.853s51.89x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)6.511s (-14.9% 🟢)7.204s (-16.4% 🟢)0.693s51.00x
💻 LocalExpress7.730s (-1.2%)8.691s (-1.3%)0.961s41.19x
💻 LocalNitro7.755s (+2.0%)8.731s (+1.6%)0.977s41.19x
🐘 PostgresNitro49.704s (-3.4%)50.140s (-3.8%)0.436s17.63x
🐘 PostgresExpress55.007s (+6.8% 🔺)55.237s (+6.0% 🔺)0.230s18.45x
🐘 PostgresNext.js (Turbopack)55.908s (+2.9%)56.285s (+2.1%)0.377s18.59x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)13.828s (+289.4% 🔺)14.804s (+241.3% 🔺)0.976s31.00x
▲ VercelExpress16.358s (+388.6% 🔺)16.938s (+330.0% 🔺)0.580s21.18x
▲ VercelNitro18.335s (+490.9% 🔺)19.158s (+408.0% 🔺)0.823s21.33x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.113s (-22.9% 🟢)1.004s (~)0.013s (-24.6% 🟢)1.024s (-0.8%)0.911s101.00x
💻 LocalExpress0.181s (-3.3%)0.993s (~)0.014s (-2.1%)1.021s (~)0.840s101.60x
💻 LocalNitro0.182s (+2.8%)0.993s (~)0.014s (+1.5%)1.021s (~)0.838s101.61x
🐘 PostgresNext.js (Turbopack)1.068s (+49.3% 🔺)1.720s (+75.9% 🔺)0.006s (+Infinity% 🔺)1.826s (+63.8% 🔺)0.758s109.43x
🐘 PostgresExpress1.405s (-42.4% 🟢)1.634s (-37.3% 🟢)0.000s (+Infinity% 🔺)2.016s (-33.2% 🟢)0.611s1012.41x
🐘 PostgresNitro2.156s (+44.9% 🔺)2.892s (+74.5% 🔺)0.000s (NaN%)3.017s (+49.9% 🔺)0.861s1019.04x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.000s (-2.2%)3.392s (~)0.160s (+12.3% 🔺)4.065s (+0.9%)1.065s101.00x
▲ VercelExpress3.047s (-0.6%)3.285s (-2.2%)0.214s (~)4.001s (-1.8%)0.954s101.02x
▲ VercelNext.js (Turbopack)3.102s (~)3.325s (+1.3%)0.250s (+36.2% 🔺)4.073s (+2.3%)0.971s101.03x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)12/12
🐘 PostgresNitro4/12
▲ VercelNitro7/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local11/12
Next.js (Turbopack)💻 Local11/12
Nitro💻 Local12/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
  • 🌐 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

@VaguelySerious
VaguelySerious marked this pull request as ready for review February 5, 2026 02:37
@VaguelySerious
VaguelySerious merged commit 4712931 into mainFeb 5, 2026
97 of 98 checks passed
@VaguelySerious
VaguelySerious deleted the peter/fix-nestjs-doc-image branch February 5, 2026 17:44
pranaygp added a commit that referenced this pull request Feb 6, 2026
…-parallelization
* origin/main:
Remove "beads" config (#952)
Upload Next.js server logs as artifact for Windows E2E (#946)
Pass class as `this` context to custom serializer/deserializer methods (#947)
[docs] Fix image link in NestJS getting started guide (#941)
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.

3 participants

@VaguelySerious@pranaygp@karthikscale3