Skip to content

Remove "beads" config - #952

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

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

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Feb 6, 2026

Copy link
Copy Markdown
Member

As discussed on Slack

@changeset-bot

changeset-botBot commented Feb 6, 2026

Copy link
Copy Markdown

⚠️ 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

github-actionsBot commented Feb 6, 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 6, 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.040s (+24.5% 🔺)1.017s (~)0.977s101.00x
💻 LocalExpress0.041s (-2.4%)1.008s (~)0.966s101.05x
💻 LocalNitro0.043s (-9.4% 🟢)1.008s (~)0.965s101.07x
🐘 PostgresNitro0.214s (-13.2% 🟢)1.014s (-1.3%)0.800s105.40x
🐘 PostgresExpress0.296s (+13.5% 🔺)1.014s (~)0.718s107.47x
🐘 PostgresNext.js (Turbopack)0.358s (+26.6% 🔺)1.021s (~)0.663s109.05x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.620s (+2.4%)1.565s (-2.9%)0.946s101.00x
▲ VercelNext.js (Turbopack)0.645s (-9.8% 🟢)1.663s (+10.5% 🔺)1.017s101.04x
▲ VercelNitro0.675s (-35.4% 🟢)1.597s (-24.8% 🟢)0.921s101.09x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.102s (+2.5%)2.014s (~)0.911s101.00x
💻 LocalExpress1.114s (~)2.008s (~)0.894s101.01x
💻 LocalNitro1.121s (~)2.007s (~)0.886s101.02x
🐘 PostgresExpress2.137s (~)3.015s (~)0.878s101.94x
🐘 PostgresNitro2.174s (-10.9% 🟢)3.013s (~)0.839s101.97x
🐘 PostgresNext.js (Turbopack)2.316s (+44.8% 🔺)3.017s (+49.5% 🔺)0.701s102.10x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.690s (-8.8% 🟢)3.715s (-9.5% 🟢)1.025s101.00x
▲ VercelNext.js (Turbopack)2.709s (-15.0% 🟢)3.776s (-14.3% 🟢)1.067s101.01x
▲ VercelExpress2.712s (-14.6% 🟢)3.730s (-8.3% 🟢)1.018s101.01x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.744s (+1.5%)11.023s (~)0.279s31.00x
💻 LocalExpress10.810s (~)11.013s (~)0.203s31.01x
💻 LocalNitro10.852s (~)11.014s (~)0.162s31.01x
🐘 PostgresNext.js (Turbopack)20.198s (+32.7% 🔺)21.046s (+35.5% 🔺)0.848s21.88x
🐘 PostgresExpress20.515s (~)21.034s (~)0.519s21.91x
🐘 PostgresNitro20.518s (+0.8%)21.029s (~)0.510s21.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express20.577s (-5.3% 🟢)21.215s (-6.0% 🟢)0.638s21.00x
▲ VercelNext.js (Turbopack)21.297s (+0.7%)22.588s (+4.5%)1.291s21.03x
▲ VercelNitro21.763s (+1.7%)22.812s (+3.4%)1.049s21.06x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)27.227s (+1.3%)28.027s (+3.7%)0.800s31.00x
💻 LocalExpress27.419s (~)28.024s (~)0.605s31.01x
💻 LocalNitro27.483s (~)28.020s (~)0.537s31.01x
🐘 PostgresNext.js (Turbopack)39.090s (+5.3% 🔺)39.578s (+5.3% 🔺)0.487s21.44x
🐘 PostgresExpress50.386s (~)51.083s (~)0.697s21.85x
🐘 PostgresNitro50.500s (+0.5%)51.056s (~)0.556s21.85x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)52.628s (-1.4%)53.327s (-2.0%)0.699s21.00x
▲ VercelExpress53.372s (+1.2%)54.534s (+1.3%)1.162s21.01x
▲ VercelNitro53.423s (~)54.220s (~)0.797s21.02x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)56.690s (+1.7%)57.050s (+1.8%)0.360s21.00x
💻 LocalExpress57.026s (~)57.062s (-1.7%)0.037s21.01x
💻 LocalNitro57.151s (~)58.035s (~)0.885s21.01x
🐘 PostgresNext.js (Turbopack)76.710s (+3.5%)77.120s (+3.3%)0.410s21.35x
🐘 PostgresExpress93.132s (-7.1% 🟢)93.154s (-7.9% 🟢)0.022s11.64x
🐘 PostgresNitro100.478s (~)101.118s (~)0.640s11.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express112.385s (~)113.354s (~)0.969s11.00x
▲ VercelNext.js (Turbopack)113.865s (~)114.415s (~)0.550s11.01x
▲ VercelNitro114.808s (+0.9%)115.655s (+0.9%)0.847s11.02x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.408s (-0.6%)2.007s (~)0.598s151.00x
💻 LocalNext.js (Turbopack)1.415s (+1.1%)2.014s (~)0.599s151.00x
💻 LocalNitro1.422s (~)2.007s (~)0.584s151.01x
🐘 PostgresNitro2.196s (-6.1% 🟢)3.014s (~)0.818s101.56x
🐘 PostgresExpress2.300s (~)3.013s (~)0.714s101.63x
🐘 PostgresNext.js (Turbopack)2.376s (+16.6% 🔺)2.927s (+21.7% 🔺)0.552s111.69x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.827s (-16.1% 🟢)3.793s (-13.3% 🟢)0.966s81.00x
▲ VercelExpress3.019s (+3.9%)3.999s (+5.7% 🔺)0.980s81.07x
▲ VercelNext.js (Turbopack)3.033s (+7.2% 🔺)3.923s (+6.4% 🔺)0.890s81.07x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.537s (+9.3% 🔺)3.020s (-9.1% 🟢)0.484s101.00x
💻 LocalExpress2.574s (+1.0%)3.019s (~)0.445s101.01x
💻 LocalNitro2.618s (+2.3%)3.015s (~)0.397s101.03x
🐘 PostgresNitro8.190s (-8.5% 🟢)8.797s (-8.1% 🟢)0.607s43.23x
🐘 PostgresExpress9.922s (+27.3% 🔺)10.358s (+25.1% 🔺)0.436s33.91x
🐘 PostgresNext.js (Turbopack)12.338s (+4.6%)12.708s (+2.3%)0.370s34.86x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.005s (-0.9%)3.787s (-3.3%)0.782s81.00x
▲ VercelNitro3.155s (+8.9% 🔺)3.888s (+2.8%)0.733s81.05x
▲ VercelNext.js (Turbopack)3.344s (~)4.250s (+7.2% 🔺)0.906s81.11x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.303s (+0.8%)8.083s (+3.5%)0.779s41.00x
💻 LocalNext.js (Turbopack)7.369s (+19.7% 🔺)8.612s (+28.4% 🔺)1.243s41.01x
💻 LocalNitro7.472s (+2.0%)8.476s (+1.7%)1.004s41.02x
🐘 PostgresExpress46.427s (-7.6% 🟢)47.246s (-7.6% 🟢)0.819s16.36x
🐘 PostgresNitro51.450s (+6.9% 🔺)52.287s (+8.1% 🔺)0.837s17.04x
🐘 PostgresNext.js (Turbopack)54.426s (+2.9%)55.239s (+3.7%)0.813s17.45x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.368s (+4.2%)4.616s (+21.7% 🔺)1.248s71.00x
▲ VercelNitro3.533s (+2.3%)4.079s (-3.0%)0.546s81.05x
▲ VercelNext.js (Turbopack)3.775s (-13.7% 🟢)4.711s (-6.3% 🟢)0.936s71.12x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.428s (+3.7%)2.010s (~)0.581s151.00x
💻 LocalNitro1.429s (-1.7%)2.007s (~)0.579s151.00x
💻 LocalExpress1.429s (-0.8%)2.006s (~)0.577s151.00x
🐘 PostgresNext.js (Turbopack)2.126s (-6.8% 🟢)2.689s (~)0.563s121.49x
🐘 PostgresExpress2.165s (+4.6%)2.603s (+8.6% 🔺)0.438s121.52x
🐘 PostgresNitro2.220s (+3.4%)2.832s (+8.7% 🔺)0.612s111.55x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.654s (~)3.757s (-0.7%)1.103s81.00x
▲ VercelNext.js (Turbopack)2.751s (~)3.818s (+5.9% 🔺)1.067s81.04x
▲ VercelExpress2.780s (+2.5%)3.718s (+3.0%)0.938s91.05x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.633s (-1.5%)3.009s (~)0.376s101.00x
💻 LocalNitro2.661s (-2.0%)3.014s (~)0.353s101.01x
💻 LocalNext.js (Turbopack)2.738s (+12.0% 🔺)3.018s (-7.8% 🟢)0.281s101.04x
🐘 PostgresExpress11.148s (+0.8%)11.725s (+3.2%)0.577s34.23x
🐘 PostgresNitro12.284s (-2.2%)12.688s (-2.7%)0.404s34.67x
🐘 PostgresNext.js (Turbopack)13.973s (-2.4%)14.708s (-2.2%)0.736s35.31x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.892s (-9.2% 🟢)3.751s (-1.1%)0.859s81.00x
▲ VercelNitro2.974s (+2.1%)3.919s (+4.3%)0.945s81.03x
▲ VercelNext.js (Turbopack)3.241s (+6.7% 🔺)4.028s (+9.2% 🔺)0.788s81.12x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.565s (-3.6%)8.559s (-2.5%)0.994s41.00x
💻 LocalNext.js (Turbopack)7.982s (+17.5% 🔺)8.703s (+15.5% 🔺)0.721s41.06x
💻 LocalNitro8.078s (-2.7%)8.849s (-4.5%)0.771s41.07x
🐘 PostgresExpress51.137s (-2.9%)52.120s (-2.1%)0.983s16.76x
🐘 PostgresNitro53.793s (+6.2% 🔺)54.156s (+5.9% 🔺)0.363s17.11x
🐘 PostgresNext.js (Turbopack)60.483s (+3.4%)61.131s (+2.4%)0.648s18.00x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.415s (+11.3% 🔺)4.311s (+10.1% 🔺)0.895s71.00x
▲ VercelExpress3.614s (+5.8% 🔺)4.245s (+7.3% 🔺)0.631s81.06x
▲ VercelNext.js (Turbopack)3.848s (+14.5% 🔺)4.636s (+20.8% 🔺)0.787s71.13x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.144s (+23.5% 🔺)1.003s (~)0.016s (+21.8% 🔺)1.027s (~)0.883s101.00x
💻 LocalExpress0.180s (~)0.994s (~)0.014s (+2.9%)1.022s (~)0.843s101.25x
💻 LocalNitro0.186s (+1.3%)0.992s (~)0.014s (-4.1%)1.021s (~)0.835s101.30x
🐘 PostgresNext.js (Turbopack)1.189s (-6.8% 🟢)1.921s (+8.9% 🔺)0.000s (-100.0% 🟢)2.017s (~)0.828s108.28x
🐘 PostgresExpress1.327s (-45.2% 🟢)1.715s (-34.6% 🟢)0.000s (+Infinity% 🔺)2.015s (-33.2% 🟢)0.688s109.24x
🐘 PostgresNitro2.223s (-6.1% 🟢)2.820s (+5.4% 🔺)0.000s (NaN%)3.016s (~)0.793s1015.48x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.643s (-2.8%)3.106s (-3.8%)0.124s (-33.6% 🟢)3.708s (-5.2% 🟢)1.065s101.00x
▲ VercelExpress2.759s (-0.7%)3.100s (-1.5%)0.150s (-28.9% 🟢)3.765s (-1.2%)1.007s101.04x
▲ VercelNext.js (Turbopack)2.922s (-3.4%)3.289s (-3.0%)0.159s (-31.8% 🟢)4.093s (-0.5%)1.171s101.11x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)8/12
🐘 PostgresNext.js (Turbopack)5/12
▲ VercelExpress6/12
Fastest World by Framework

Winner determined by most benchmark wins

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

vercelBot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

@TooTallNate
TooTallNate marked this pull request as ready for review February 6, 2026 00:11
@TooTallNateGraphite App

Copy link
Copy Markdown
MemberAuthor

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

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

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.

FileDescription
AGENTS.mdRemoved extensive beads documentation and workflow instructions, keeping only critical rules and SWC plugin guidance
.gitignoreRemoved .beads/ directory ignore pattern
.gitattributesRemoved beads JSONL merge driver configuration
.claude/settings.jsonRemoved 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 mainFeb 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 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

@TooTallNate@pranaygp