Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove "beads" config#952

Merged
pranaygp merged 2 commits intomainfrom
02-05-remove_beads_config
Feb 6, 2026
Merged

Remove "beads" config#952
pranaygp merged 2 commits intomainfrom
02-05-remove_beads_config

Conversation

@TooTallNate
Copy link
Member

@TooTallNate TooTallNate commented Feb 6, 2026

As discussed on Slack

@changeset-bot
Copy link

changeset-bot bot commented Feb 6, 2026

⚠️ No Changeset found

Latest commit: 33a956d

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
Copy link
Contributor

github-actions bot commented Feb 6, 2026

🧪 E2E Test Results

Some tests failed

Summary

Passed Failed Skipped Total
✅ ▲ Vercel Production 479 0 38 517
❌ 💻 Local Development 436 2 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 1998 171 146 2315

❌ 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
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 41 2 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


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
Copy link
Contributor

github-actions bot commented Feb 6, 2026

📊 Benchmark Results

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

workflow with no steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 0.040s (+24.5% 🔺) 1.017s (~) 0.977s 10 1.00x
💻 Local Express 0.041s (-2.4%) 1.008s (~) 0.966s 10 1.05x
💻 Local Nitro 0.043s (-9.4% 🟢) 1.008s (~) 0.965s 10 1.07x
🐘 Postgres Nitro 0.214s (-13.2% 🟢) 1.014s (-1.3%) 0.800s 10 5.40x
🐘 Postgres Express 0.296s (+13.5% 🔺) 1.014s (~) 0.718s 10 7.47x
🐘 Postgres Next.js (Turbopack) 0.358s (+26.6% 🔺) 1.021s (~) 0.663s 10 9.05x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 0.620s (+2.4%) 1.565s (-2.9%) 0.946s 10 1.00x
▲ Vercel Next.js (Turbopack) 0.645s (-9.8% 🟢) 1.663s (+10.5% 🔺) 1.017s 10 1.04x
▲ Vercel Nitro 0.675s (-35.4% 🟢) 1.597s (-24.8% 🟢) 0.921s 10 1.09x

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

workflow with 1 step

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 1.102s (+2.5%) 2.014s (~) 0.911s 10 1.00x
💻 Local Express 1.114s (~) 2.008s (~) 0.894s 10 1.01x
💻 Local Nitro 1.121s (~) 2.007s (~) 0.886s 10 1.02x
🐘 Postgres Express 2.137s (~) 3.015s (~) 0.878s 10 1.94x
🐘 Postgres Nitro 2.174s (-10.9% 🟢) 3.013s (~) 0.839s 10 1.97x
🐘 Postgres Next.js (Turbopack) 2.316s (+44.8% 🔺) 3.017s (+49.5% 🔺) 0.701s 10 2.10x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 2.690s (-8.8% 🟢) 3.715s (-9.5% 🟢) 1.025s 10 1.00x
▲ Vercel Next.js (Turbopack) 2.709s (-15.0% 🟢) 3.776s (-14.3% 🟢) 1.067s 10 1.01x
▲ Vercel Express 2.712s (-14.6% 🟢) 3.730s (-8.3% 🟢) 1.018s 10 1.01x

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

workflow with 10 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 10.744s (+1.5%) 11.023s (~) 0.279s 3 1.00x
💻 Local Express 10.810s (~) 11.013s (~) 0.203s 3 1.01x
💻 Local Nitro 10.852s (~) 11.014s (~) 0.162s 3 1.01x
🐘 Postgres Next.js (Turbopack) 20.198s (+32.7% 🔺) 21.046s (+35.5% 🔺) 0.848s 2 1.88x
🐘 Postgres Express 20.515s (~) 21.034s (~) 0.519s 2 1.91x
🐘 Postgres Nitro 20.518s (+0.8%) 21.029s (~) 0.510s 2 1.91x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 20.577s (-5.3% 🟢) 21.215s (-6.0% 🟢) 0.638s 2 1.00x
▲ Vercel Next.js (Turbopack) 21.297s (+0.7%) 22.588s (+4.5%) 1.291s 2 1.03x
▲ Vercel Nitro 21.763s (+1.7%) 22.812s (+3.4%) 1.049s 2 1.06x

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

workflow with 25 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 27.227s (+1.3%) 28.027s (+3.7%) 0.800s 3 1.00x
💻 Local Express 27.419s (~) 28.024s (~) 0.605s 3 1.01x
💻 Local Nitro 27.483s (~) 28.020s (~) 0.537s 3 1.01x
🐘 Postgres Next.js (Turbopack) 39.090s (+5.3% 🔺) 39.578s (+5.3% 🔺) 0.487s 2 1.44x
🐘 Postgres Express 50.386s (~) 51.083s (~) 0.697s 2 1.85x
🐘 Postgres Nitro 50.500s (+0.5%) 51.056s (~) 0.556s 2 1.85x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Next.js (Turbopack) 52.628s (-1.4%) 53.327s (-2.0%) 0.699s 2 1.00x
▲ Vercel Express 53.372s (+1.2%) 54.534s (+1.3%) 1.162s 2 1.01x
▲ Vercel Nitro 53.423s (~) 54.220s (~) 0.797s 2 1.02x

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

workflow with 50 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 56.690s (+1.7%) 57.050s (+1.8%) 0.360s 2 1.00x
💻 Local Express 57.026s (~) 57.062s (-1.7%) 0.037s 2 1.01x
💻 Local Nitro 57.151s (~) 58.035s (~) 0.885s 2 1.01x
🐘 Postgres Next.js (Turbopack) 76.710s (+3.5%) 77.120s (+3.3%) 0.410s 2 1.35x
🐘 Postgres Express 93.132s (-7.1% 🟢) 93.154s (-7.9% 🟢) 0.022s 1 1.64x
🐘 Postgres Nitro 100.478s (~) 101.118s (~) 0.640s 1 1.77x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 112.385s (~) 113.354s (~) 0.969s 1 1.00x
▲ Vercel Next.js (Turbopack) 113.865s (~) 114.415s (~) 0.550s 1 1.01x
▲ Vercel Nitro 114.808s (+0.9%) 115.655s (+0.9%) 0.847s 1 1.02x

🔍 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 🥇 Express 1.408s (-0.6%) 2.007s (~) 0.598s 15 1.00x
💻 Local Next.js (Turbopack) 1.415s (+1.1%) 2.014s (~) 0.599s 15 1.00x
💻 Local Nitro 1.422s (~) 2.007s (~) 0.584s 15 1.01x
🐘 Postgres Nitro 2.196s (-6.1% 🟢) 3.014s (~) 0.818s 10 1.56x
🐘 Postgres Express 2.300s (~) 3.013s (~) 0.714s 10 1.63x
🐘 Postgres Next.js (Turbopack) 2.376s (+16.6% 🔺) 2.927s (+21.7% 🔺) 0.552s 11 1.69x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 2.827s (-16.1% 🟢) 3.793s (-13.3% 🟢) 0.966s 8 1.00x
▲ Vercel Express 3.019s (+3.9%) 3.999s (+5.7% 🔺) 0.980s 8 1.07x
▲ Vercel Next.js (Turbopack) 3.033s (+7.2% 🔺) 3.923s (+6.4% 🔺) 0.890s 8 1.07x

🔍 Observability: Nitro | Express | 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.537s (+9.3% 🔺) 3.020s (-9.1% 🟢) 0.484s 10 1.00x
💻 Local Express 2.574s (+1.0%) 3.019s (~) 0.445s 10 1.01x
💻 Local Nitro 2.618s (+2.3%) 3.015s (~) 0.397s 10 1.03x
🐘 Postgres Nitro 8.190s (-8.5% 🟢) 8.797s (-8.1% 🟢) 0.607s 4 3.23x
🐘 Postgres Express 9.922s (+27.3% 🔺) 10.358s (+25.1% 🔺) 0.436s 3 3.91x
🐘 Postgres Next.js (Turbopack) 12.338s (+4.6%) 12.708s (+2.3%) 0.370s 3 4.86x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 3.005s (-0.9%) 3.787s (-3.3%) 0.782s 8 1.00x
▲ Vercel Nitro 3.155s (+8.9% 🔺) 3.888s (+2.8%) 0.733s 8 1.05x
▲ Vercel Next.js (Turbopack) 3.344s (~) 4.250s (+7.2% 🔺) 0.906s 8 1.11x

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

Promise.all with 50 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Express 7.303s (+0.8%) 8.083s (+3.5%) 0.779s 4 1.00x
💻 Local Next.js (Turbopack) 7.369s (+19.7% 🔺) 8.612s (+28.4% 🔺) 1.243s 4 1.01x
💻 Local Nitro 7.472s (+2.0%) 8.476s (+1.7%) 1.004s 4 1.02x
🐘 Postgres Express 46.427s (-7.6% 🟢) 47.246s (-7.6% 🟢) 0.819s 1 6.36x
🐘 Postgres Nitro 51.450s (+6.9% 🔺) 52.287s (+8.1% 🔺) 0.837s 1 7.04x
🐘 Postgres Next.js (Turbopack) 54.426s (+2.9%) 55.239s (+3.7%) 0.813s 1 7.45x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 3.368s (+4.2%) 4.616s (+21.7% 🔺) 1.248s 7 1.00x
▲ Vercel Nitro 3.533s (+2.3%) 4.079s (-3.0%) 0.546s 8 1.05x
▲ Vercel Next.js (Turbopack) 3.775s (-13.7% 🟢) 4.711s (-6.3% 🟢) 0.936s 7 1.12x

🔍 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 🥇 Next.js (Turbopack) 1.428s (+3.7%) 2.010s (~) 0.581s 15 1.00x
💻 Local Nitro 1.429s (-1.7%) 2.007s (~) 0.579s 15 1.00x
💻 Local Express 1.429s (-0.8%) 2.006s (~) 0.577s 15 1.00x
🐘 Postgres Next.js (Turbopack) 2.126s (-6.8% 🟢) 2.689s (~) 0.563s 12 1.49x
🐘 Postgres Express 2.165s (+4.6%) 2.603s (+8.6% 🔺) 0.438s 12 1.52x
🐘 Postgres Nitro 2.220s (+3.4%) 2.832s (+8.7% 🔺) 0.612s 11 1.55x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 2.654s (~) 3.757s (-0.7%) 1.103s 8 1.00x
▲ Vercel Next.js (Turbopack) 2.751s (~) 3.818s (+5.9% 🔺) 1.067s 8 1.04x
▲ Vercel Express 2.780s (+2.5%) 3.718s (+3.0%) 0.938s 9 1.05x

🔍 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.633s (-1.5%) 3.009s (~) 0.376s 10 1.00x
💻 Local Nitro 2.661s (-2.0%) 3.014s (~) 0.353s 10 1.01x
💻 Local Next.js (Turbopack) 2.738s (+12.0% 🔺) 3.018s (-7.8% 🟢) 0.281s 10 1.04x
🐘 Postgres Express 11.148s (+0.8%) 11.725s (+3.2%) 0.577s 3 4.23x
🐘 Postgres Nitro 12.284s (-2.2%) 12.688s (-2.7%) 0.404s 3 4.67x
🐘 Postgres Next.js (Turbopack) 13.973s (-2.4%) 14.708s (-2.2%) 0.736s 3 5.31x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 2.892s (-9.2% 🟢) 3.751s (-1.1%) 0.859s 8 1.00x
▲ Vercel Nitro 2.974s (+2.1%) 3.919s (+4.3%) 0.945s 8 1.03x
▲ Vercel Next.js (Turbopack) 3.241s (+6.7% 🔺) 4.028s (+9.2% 🔺) 0.788s 8 1.12x

🔍 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 🥇 Express 7.565s (-3.6%) 8.559s (-2.5%) 0.994s 4 1.00x
💻 Local Next.js (Turbopack) 7.982s (+17.5% 🔺) 8.703s (+15.5% 🔺) 0.721s 4 1.06x
💻 Local Nitro 8.078s (-2.7%) 8.849s (-4.5%) 0.771s 4 1.07x
🐘 Postgres Express 51.137s (-2.9%) 52.120s (-2.1%) 0.983s 1 6.76x
🐘 Postgres Nitro 53.793s (+6.2% 🔺) 54.156s (+5.9% 🔺) 0.363s 1 7.11x
🐘 Postgres Next.js (Turbopack) 60.483s (+3.4%) 61.131s (+2.4%) 0.648s 1 8.00x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 3.415s (+11.3% 🔺) 4.311s (+10.1% 🔺) 0.895s 7 1.00x
▲ Vercel Express 3.614s (+5.8% 🔺) 4.245s (+7.3% 🔺) 0.631s 8 1.06x
▲ Vercel Next.js (Turbopack) 3.848s (+14.5% 🔺) 4.636s (+20.8% 🔺) 0.787s 7 1.13x

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

Stream Benchmarks (includes TTFB metrics)
workflow with stream

💻 Local Development

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Next.js (Turbopack) 0.144s (+23.5% 🔺) 1.003s (~) 0.016s (+21.8% 🔺) 1.027s (~) 0.883s 10 1.00x
💻 Local Express 0.180s (~) 0.994s (~) 0.014s (+2.9%) 1.022s (~) 0.843s 10 1.25x
💻 Local Nitro 0.186s (+1.3%) 0.992s (~) 0.014s (-4.1%) 1.021s (~) 0.835s 10 1.30x
🐘 Postgres Next.js (Turbopack) 1.189s (-6.8% 🟢) 1.921s (+8.9% 🔺) 0.000s (-100.0% 🟢) 2.017s (~) 0.828s 10 8.28x
🐘 Postgres Express 1.327s (-45.2% 🟢) 1.715s (-34.6% 🟢) 0.000s (+Infinity% 🔺) 2.015s (-33.2% 🟢) 0.688s 10 9.24x
🐘 Postgres Nitro 2.223s (-6.1% 🟢) 2.820s (+5.4% 🔺) 0.000s (NaN%) 3.016s (~) 0.793s 10 15.48x

▲ Production (Vercel)

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Nitro 2.643s (-2.8%) 3.106s (-3.8%) 0.124s (-33.6% 🟢) 3.708s (-5.2% 🟢) 1.065s 10 1.00x
▲ Vercel Express 2.759s (-0.7%) 3.100s (-1.5%) 0.150s (-28.9% 🟢) 3.765s (-1.2%) 1.007s 10 1.04x
▲ Vercel Next.js (Turbopack) 2.922s (-3.4%) 3.289s (-3.0%) 0.159s (-31.8% 🟢) 4.093s (-0.5%) 1.171s 10 1.11x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

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

Winner determined by most benchmark wins

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

@vercel
Copy link
Contributor

vercel bot commented Feb 6, 2026

@TooTallNate TooTallNate marked this pull request as ready for review February 6, 2026 00:11
Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request removes the "beads" (bd) issue tracking tool configuration from the repository, as discussed on Slack. The changes clean up references to beads from documentation and configuration files, streamlining the agent instructions and removing unused tooling.

Changes:

  • Removed beads installation, usage instructions, and workflow documentation from AGENTS.md
  • Removed .beads/ directory from .gitignore
  • Removed beads merge configuration from .gitattributes
  • Removed beads-related permissions from Claude settings

Reviewed changes

Copilot reviewed 7 out of 10 changed files in this pull request and generated no comments.

File Description
AGENTS.md Removed extensive beads documentation and workflow instructions, keeping only critical rules and SWC plugin guidance
.gitignore Removed .beads/ directory ignore pattern
.gitattributes Removed beads JSONL merge driver configuration
.claude/settings.json Removed Bash(bd:) and Skill(beads:) permission entries

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@pranaygp pranaygp merged commit 90ca1ef into main Feb 6, 2026
93 of 94 checks passed
@pranaygp pranaygp deleted the 02-05-remove_beads_config branch February 6, 2026 00:19
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 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.

3 participants