Skip to content

[core] Tidy health check latency calculation#951

Merged
VaguelySerious merged 7 commits intomainfrom
peter/health-check-ms-tidy
Feb 6, 2026
Merged

[core] Tidy health check latency calculation#951
VaguelySerious merged 7 commits intomainfrom
peter/health-check-ms-tidy

Conversation

@VaguelySerious
Copy link
Copy Markdown
Member

No description provided.

Signed-off-by: Peter Wielander <mittgfu@gmail.com>
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Feb 5, 2026

🦋 Changeset detected

Latest commit: 4d1361f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 14 packages
Name Type
@workflow/web-shared Patch
@workflow/core Patch
@workflow/builders Patch
@workflow/cli Patch
@workflow/next Patch
@workflow/nitro Patch
workflow Patch
@workflow/astro Patch
@workflow/nest Patch
@workflow/rollup Patch
@workflow/sveltekit Patch
@workflow/vite Patch
@workflow/world-testing Patch
@workflow/nuxt Patch

Not sure what this means? Click here to learn what changesets are.

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

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Feb 5, 2026

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 5, 2026

🧪 E2E Test Results

Some tests failed

Summary

Passed Failed Skipped Total
✅ ▲ Vercel Production 479 0 38 517
✅ 💻 Local Development 438 0 32 470
✅ 📦 Local Production 438 0 32 470
✅ 🐘 Local Postgres 438 0 32 470
✅ 🪟 Windows 47 0 0 47
❌ 🌍 Community Worlds 31 169 0 200
✅ 📋 Other 129 0 12 141
Total 2000 169 146 2315

❌ Failed Tests

🌍 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
App Passed Failed Skipped
✅ astro 43 0 4
✅ example 43 0 4
✅ express 43 0 4
✅ fastify 43 0 4
✅ hono 43 0 4
✅ nextjs-turbopack 46 0 1
✅ nextjs-webpack 46 0 1
✅ nitro 43 0 4
✅ nuxt 43 0 4
✅ sveltekit 43 0 4
✅ vite 43 0 4
✅ 💻 Local Development
App Passed Failed Skipped
✅ astro-stable 43 0 4
✅ express-stable 43 0 4
✅ fastify-stable 43 0 4
✅ hono-stable 43 0 4
✅ nextjs-turbopack-stable 47 0 0
✅ nextjs-webpack-stable 47 0 0
✅ nitro-stable 43 0 4
✅ nuxt-stable 43 0 4
✅ sveltekit-stable 43 0 4
✅ vite-stable 43 0 4
✅ 📦 Local Production
App Passed Failed Skipped
✅ astro-stable 43 0 4
✅ express-stable 43 0 4
✅ fastify-stable 43 0 4
✅ hono-stable 43 0 4
✅ nextjs-turbopack-stable 47 0 0
✅ nextjs-webpack-stable 47 0 0
✅ nitro-stable 43 0 4
✅ nuxt-stable 43 0 4
✅ sveltekit-stable 43 0 4
✅ vite-stable 43 0 4
✅ 🐘 Local Postgres
App Passed Failed Skipped
✅ astro-stable 43 0 4
✅ express-stable 43 0 4
✅ fastify-stable 43 0 4
✅ hono-stable 43 0 4
✅ nextjs-turbopack-stable 47 0 0
✅ nextjs-webpack-stable 47 0 0
✅ nitro-stable 43 0 4
✅ nuxt-stable 43 0 4
✅ sveltekit-stable 43 0 4
✅ vite-stable 43 0 4
✅ 🪟 Windows
App Passed Failed Skipped
✅ nextjs-turbopack 47 0 0
❌ 🌍 Community Worlds
App Passed Failed Skipped
✅ mongodb-dev 3 0 0
❌ mongodb 5 42 0
✅ redis-dev 3 0 0
❌ redis 5 42 0
✅ starter-dev 3 0 0
❌ starter 4 43 0
✅ turso-dev 3 0 0
❌ turso 5 42 0
✅ 📋 Other
App Passed Failed Skipped
✅ e2e-local-dev-nest-stable 43 0 4
✅ e2e-local-postgres-nest-stable 43 0 4
✅ e2e-local-prod-nest-stable 43 0 4

📋 View full workflow run

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 5, 2026

📊 Benchmark Results

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

workflow with no steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Express 0.033s (-23.4% 🟢) 1.009s (~) 0.976s 10 1.00x
💻 Local Next.js (Turbopack) 0.033s (-13.0% 🟢) 1.017s (~) 0.984s 10 1.01x
💻 Local Nitro 0.044s (+2.3%) 1.008s (~) 0.963s 10 1.35x
🐘 Postgres Nitro 0.195s (-9.6% 🟢) 1.014s (~) 0.818s 10 5.92x
🐘 Postgres Express 0.225s (+21.4% 🔺) 1.016s (~) 0.791s 10 6.80x
🐘 Postgres Next.js (Turbopack) 0.432s (+1.9%) 1.021s (~) 0.589s 10 13.09x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 0.556s (-32.8% 🟢) 1.544s (-12.7% 🟢) 0.988s 10 1.00x
▲ Vercel Express 0.629s (-15.6% 🟢) 1.481s (-8.1% 🟢) 0.853s 10 1.13x
▲ Vercel Nitro 0.636s (-3.1%) 1.589s (-1.1%) 0.953s 10 1.14x

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

workflow with 1 step

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Express 1.078s (-3.4%) 2.007s (~) 0.929s 10 1.00x
💻 Local Next.js (Turbopack) 1.079s (-1.7%) 2.014s (~) 0.935s 10 1.00x
💻 Local Nitro 1.115s (~) 2.007s (~) 0.892s 10 1.03x
🐘 Postgres Next.js (Turbopack) 2.245s (-0.6%) 3.017s (~) 0.773s 10 2.08x
🐘 Postgres Nitro 2.289s (+3.2%) 3.015s (~) 0.726s 10 2.12x
🐘 Postgres Express 2.296s (-4.4%) 3.016s (~) 0.720s 10 2.13x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 2.546s (+1.1%) 3.489s (-6.7% 🟢) 0.943s 10 1.00x
▲ Vercel Next.js (Turbopack) 2.634s (+5.0%) 3.595s (+3.2%) 0.962s 10 1.03x
▲ Vercel Nitro 2.709s (+6.5% 🔺) 3.743s (~) 1.034s 10 1.06x

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

workflow with 10 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Express 10.583s (-2.4%) 11.018s (~) 0.435s 3 1.00x
💻 Local Next.js (Turbopack) 10.601s (-1.0%) 11.024s (~) 0.423s 3 1.00x
💻 Local Nitro 10.829s (~) 11.012s (~) 0.183s 3 1.02x
🐘 Postgres Next.js (Turbopack) 20.120s (~) 21.038s (~) 0.918s 2 1.90x
🐘 Postgres Nitro 20.424s (+31.9% 🔺) 21.036s (+31.3% 🔺) 0.613s 2 1.93x
🐘 Postgres Express 20.437s (~) 21.049s (~) 0.612s 2 1.93x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 19.390s (-5.2% 🟢) 19.822s (-7.0% 🟢) 0.432s 2 1.00x
▲ Vercel Express 19.490s (-2.6%) 20.272s (-2.8%) 0.782s 2 1.01x
▲ Vercel Nitro 19.652s (-2.3%) 20.334s (-2.5%) 0.682s 2 1.01x

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

workflow with 25 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Express 26.862s (-2.3%) 27.025s (-3.6%) 0.163s 3 1.00x
💻 Local Next.js (Turbopack) 26.923s (-0.8%) 27.049s (-3.5%) 0.126s 3 1.00x
💻 Local Nitro 27.469s (~) 28.032s (~) 0.563s 3 1.02x
🐘 Postgres Next.js (Turbopack) 49.599s (-1.4%) 50.061s (-2.0%) 0.462s 2 1.85x
🐘 Postgres Express 50.313s (~) 51.085s (~) 0.772s 2 1.87x
🐘 Postgres Nitro 50.332s (+30.8% 🔺) 51.058s (+30.7% 🔺) 0.726s 2 1.87x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 48.852s (-2.0%) 49.837s (-1.9%) 0.986s 2 1.00x
▲ Vercel Next.js (Turbopack) 49.526s (-1.9%) 50.427s (-1.9%) 0.901s 2 1.01x
▲ Vercel Express 49.706s (-1.3%) 50.607s (-0.9%) 0.902s 2 1.02x

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

workflow with 50 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 55.882s (-1.0%) 56.082s (-1.7%) 0.200s 2 1.00x
💻 Local Express 56.203s (-1.8%) 57.054s (-1.7%) 0.851s 2 1.01x
💻 Local Nitro 57.084s (~) 58.038s (~) 0.953s 2 1.02x
🐘 Postgres Next.js (Turbopack) 98.544s (-2.0%) 99.109s (-2.0%) 0.565s 1 1.76x
🐘 Postgres Express 100.153s (~) 101.145s (~) 0.992s 1 1.79x
🐘 Postgres Nitro 100.205s (+31.3% 🔺) 101.161s (+31.2% 🔺) 0.956s 1 1.79x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 103.942s (-2.1%) 105.359s (-6.3% 🟢) 1.417s 1 1.00x
▲ Vercel Next.js (Turbopack) 104.248s (-1.8%) 104.989s (-1.5%) 0.741s 1 1.00x
▲ Vercel Nitro 104.425s (-2.4%) 105.345s (-2.6%) 0.920s 1 1.00x

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

Promise.all with 10 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 1.353s (-2.4%) 2.011s (~) 0.658s 15 1.00x
💻 Local Express 1.370s (-2.7%) 2.008s (~) 0.637s 15 1.01x
💻 Local Nitro 1.409s (~) 2.006s (~) 0.598s 15 1.04x
🐘 Postgres Next.js (Turbopack) 2.224s (+3.9%) 2.924s (+3.1%) 0.700s 11 1.64x
🐘 Postgres Express 2.289s (+0.9%) 3.015s (~) 0.726s 10 1.69x
🐘 Postgres Nitro 2.303s (+2.1%) 3.013s (+9.6% 🔺) 0.710s 10 1.70x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 2.712s (-5.4% 🟢) 3.857s (+1.5%) 1.145s 8 1.00x
▲ Vercel Nitro 2.776s (+6.3% 🔺) 3.769s (+2.8%) 0.993s 8 1.02x
▲ Vercel Next.js (Turbopack) 2.989s (+8.7% 🔺) 3.763s (~) 0.773s 9 1.10x

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

Promise.all with 25 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 2.351s (-4.8%) 3.349s (+10.9% 🔺) 0.998s 9 1.00x
💻 Local Express 2.463s (-5.2% 🟢) 3.420s (+13.5% 🔺) 0.957s 9 1.05x
💻 Local Nitro 2.546s (-1.8%) 3.014s (~) 0.469s 10 1.08x
🐘 Postgres Express 8.489s (-6.7% 🟢) 9.073s (-5.2% 🟢) 0.584s 4 3.61x
🐘 Postgres Nitro 8.700s (-21.3% 🟢) 9.029s (-22.7% 🟢) 0.329s 4 3.70x
🐘 Postgres Next.js (Turbopack) 13.007s (+2.5%) 13.417s (~) 0.410s 3 5.53x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 3.011s (-5.0%) 3.887s (-2.2%) 0.876s 8 1.00x
▲ Vercel Next.js (Turbopack) 3.287s (-6.8% 🟢) 4.054s (-6.0% 🟢) 0.768s 8 1.09x
▲ Vercel Express 3.344s (-13.3% 🟢) 4.084s (-12.2% 🟢) 0.741s 8 1.11x

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

Promise.all with 50 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 5.693s (-20.2% 🟢) 6.792s (-12.7% 🟢) 1.099s 5 1.00x
💻 Local Express 6.740s (-7.5% 🟢) 7.701s (-7.0% 🟢) 0.961s 4 1.18x
💻 Local Nitro 7.040s (-2.1%) 7.339s (-9.9% 🟢) 0.299s 5 1.24x
🐘 Postgres Express 44.240s (-9.5% 🟢) 45.230s (-8.2% 🟢) 0.990s 1 7.77x
🐘 Postgres Nitro 49.309s (-5.5% 🟢) 50.258s (-5.4% 🟢) 0.949s 1 8.66x
🐘 Postgres Next.js (Turbopack) 55.964s (~) 56.139s (-1.8%) 0.175s 1 9.83x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 5.138s (-54.6% 🟢) 6.146s (-50.3% 🟢) 1.008s 6 1.00x
▲ Vercel Nitro 6.058s (-58.8% 🟢) 6.870s (-56.5% 🟢) 0.812s 5 1.18x
▲ Vercel Next.js (Turbopack) 6.430s (-40.6% 🟢) 7.233s (-37.5% 🟢) 0.803s 5 1.25x

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

Promise.race with 10 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Express 1.391s (-3.0%) 2.008s (~) 0.617s 15 1.00x
💻 Local Next.js (Turbopack) 1.413s (+1.4%) 2.010s (~) 0.597s 15 1.02x
💻 Local Nitro 1.421s (~) 2.006s (~) 0.585s 15 1.02x
🐘 Postgres Express 2.103s (+2.5%) 2.754s (+18.7% 🔺) 0.652s 11 1.51x
🐘 Postgres Nitro 2.161s (-3.3%) 2.601s (~) 0.440s 12 1.55x
🐘 Postgres Next.js (Turbopack) 2.360s (+1.6%) 3.013s (+10.0% 🔺) 0.652s 10 1.70x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 2.661s (+5.0% 🔺) 3.595s (+1.0%) 0.934s 9 1.00x
▲ Vercel Next.js (Turbopack) 2.766s (+8.4% 🔺) 3.775s (+3.8%) 1.009s 8 1.04x
▲ Vercel Express 2.872s (-8.3% 🟢) 4.016s (-5.0% 🟢) 1.144s 8 1.08x

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

Promise.race with 25 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Express 2.403s (-11.2% 🟢) 3.351s (+10.7% 🔺) 0.948s 9 1.00x
💻 Local Next.js (Turbopack) 2.518s (-4.4%) 3.043s (-4.3%) 0.525s 10 1.05x
💻 Local Nitro 2.695s (~) 3.012s (~) 0.316s 10 1.12x
🐘 Postgres Express 12.089s (+9.7% 🔺) 12.368s (+8.8% 🔺) 0.280s 3 5.03x
🐘 Postgres Nitro 12.139s (+2.9%) 12.377s (+3.0%) 0.238s 3 5.05x
🐘 Postgres Next.js (Turbopack) 12.418s (-9.3% 🟢) 13.041s (-9.3% 🟢) 0.623s 3 5.17x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 2.666s (-4.0%) 3.559s (-4.4%) 0.894s 9 1.00x
▲ Vercel Nitro 2.701s (-19.7% 🟢) 3.737s (-14.3% 🟢) 1.036s 9 1.01x
▲ Vercel Next.js (Turbopack) 3.129s (-1.3%) 4.120s (+3.8%) 0.990s 9 1.17x

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

Promise.race with 50 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 6.713s (-10.9% 🟢) 7.244s (-15.4% 🟢) 0.532s 5 1.00x
💻 Local Express 7.163s (-12.3% 🟢) 8.144s (-10.4% 🟢) 0.981s 4 1.07x
💻 Local Nitro 7.750s (-2.1%) 8.704s (-2.4%) 0.953s 4 1.15x
🐘 Postgres Express 50.920s (~) 51.222s (~) 0.302s 1 7.59x
🐘 Postgres Nitro 52.778s (+1.3%) 53.202s (~) 0.424s 1 7.86x
🐘 Postgres Next.js (Turbopack) 55.692s (-3.2%) 56.239s (-3.3%) 0.547s 1 8.30x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 3.176s (-61.4% 🟢) 3.955s (-55.9% 🟢) 0.779s 8 1.00x
▲ Vercel Express 3.177s (-59.4% 🟢) 3.895s (-54.4% 🟢) 0.718s 8 1.00x
▲ Vercel Nitro 3.942s (-36.3% 🟢) 4.460s (-34.6% 🟢) 0.518s 7 1.24x

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

Stream Benchmarks (includes TTFB metrics)
workflow with stream

💻 Local Development

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 0.116s (-18.6% 🟢) 1.004s (~) 0.013s (-10.9% 🟢) 1.025s (~) 0.909s 10 1.00x
💻 Local Express 0.143s (-20.7% 🟢) 0.998s (+0.7%) 0.013s (-5.0%) 1.022s (~) 0.879s 10 1.24x
💻 Local Nitro 0.179s (-0.6%) 0.992s (~) 0.014s (+4.5%) 1.020s (~) 0.842s 10 1.54x
🐘 Postgres Next.js (Turbopack) 1.269s (-35.1% 🟢) 1.777s (-28.9% 🟢) 0.000s (-100.0% 🟢) 2.017s (-25.8% 🟢) 0.748s 10 10.95x
🐘 Postgres Express 2.357s (+0.5%) 2.687s (~) 0.000s (-100.0% 🟢) 3.017s (~) 0.659s 10 20.34x
🐘 Postgres Nitro 2.391s (+89.5% 🔺) 2.647s (+48.8% 🔺) 0.000s (+Infinity% 🔺) 3.017s (+49.8% 🔺) 0.626s 10 20.63x

▲ Production (Vercel)

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 2.249s (-61.0% 🟢) 2.656s (-56.6% 🟢) 0.142s (-40.8% 🟢) 3.257s (-54.4% 🟢) 1.008s 10 1.00x
▲ Vercel Express 2.259s (-63.8% 🟢) 2.610s (-55.9% 🟢) 0.204s (+28.6% 🔺) 3.267s (-55.6% 🟢) 1.008s 10 1.00x
▲ Vercel Next.js (Turbopack) 2.451s (-54.0% 🟢) 2.798s (-36.1% 🟢) 0.172s (-7.3% 🟢) 3.480s (-44.5% 🟢) 1.029s 10 1.09x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

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

Winner determined by most benchmark wins

Framework 🥇 Fastest World Wins
Express 💻 Local 10/12
Next.js (Turbopack) 💻 Local 11/12
Nitro 💻 Local 10/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

Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
@VaguelySerious VaguelySerious merged commit f7fd88e into main Feb 6, 2026
95 checks passed
@VaguelySerious VaguelySerious deleted the peter/health-check-ms-tidy branch February 6, 2026 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants