Upload Next.js server logs as artifact for Windows E2E - #946

Merged
TooTallNate merged 1 commit into
mainfrom
02-04-upload_next.js_server_logs_as_artifact_for_windows_e2e
Feb 5, 2026
Merged

Upload Next.js server logs as artifact for Windows E2E#946
TooTallNate merged 1 commit into
mainfrom
02-04-upload_next.js_server_logs_as_artifact_for_windows_e2e

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Feb 5, 2026

Copy link
Copy Markdown
Member

Improved Next.js E2E test debugging on Windows by capturing and exposing server logs.

What changed?

  • Modified the Windows E2E test workflow to capture Next.js server logs during test execution
  • Added a step to print the server logs to the GitHub Actions console after tests complete
  • Added an artifact upload step to preserve the Next.js server logs for later inspection

How to test?

Run the E2E tests on Windows and verify that:

  1. The Next.js server logs are properly captured to nextjs-server.log
  2. The logs are printed to the console after test completion
  3. The logs are uploaded as an artifact named nextjs-server-logs-windows

Why make this change?

This change enhances debugging capabilities for Next.js E2E tests on Windows. By capturing, displaying, and preserving the server logs, it becomes much easier to diagnose test failures that might be related to server-side issues, which were previously invisible in the test output.

@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: df5a8b3

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

This PR includes changesets to release 0 packages

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

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

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

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

❌ 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
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4304
✅ 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

@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.037s (-1.6%)1.016s (~)0.978s101.00x
💻 LocalExpress0.042s (-4.3%)1.007s (~)0.965s101.13x
💻 LocalNitro0.044s (+52.8% 🔺)1.008s (~)0.964s101.17x
🐘 PostgresNitro0.197s (-42.5% 🟢)1.014s (~)0.816s105.26x
🐘 PostgresExpress0.203s (-13.9% 🟢)1.016s (~)0.812s105.43x
🐘 PostgresNext.js (Turbopack)0.367s (+9.2% 🔺)1.025s (-0.8%)0.657s109.80x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.647s (-11.6% 🟢)1.516s (-13.0% 🟢)0.869s101.00x
▲ VercelNext.js (Turbopack)0.667s (-2.6%)1.618s (+5.6% 🔺)0.951s101.03x
▲ VercelExpress0.751s (+14.8% 🔺)1.837s (+23.7% 🔺)1.085s101.16x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.099s (~)2.012s (~)0.913s101.00x
💻 LocalExpress1.112s (-0.7%)2.007s (~)0.895s101.01x
💻 LocalNitro1.115s (+3.3%)2.008s (~)0.893s101.01x
🐘 PostgresNext.js (Turbopack)1.733s (-15.4% 🟢)2.015s (-28.6% 🟢)0.282s101.58x
🐘 PostgresNitro2.300s (-3.1%)3.014s (~)0.713s102.09x
🐘 PostgresExpress2.333s (+4.9%)3.015s (~)0.682s102.12x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.795s (-3.1%)3.934s (+7.4% 🔺)1.138s101.00x
▲ VercelNitro2.812s (-9.8% 🟢)3.644s (-7.9% 🟢)0.832s101.01x
▲ VercelNext.js (Turbopack)3.370s (+16.4% 🔺)4.063s (+11.0% 🔺)0.693s101.21x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.706s (~)11.020s (~)0.314s31.00x
💻 LocalNitro10.814s (+2.4%)11.014s (~)0.200s31.01x
💻 LocalExpress10.817s (~)11.015s (~)0.198s31.01x
🐘 PostgresNext.js (Turbopack)15.122s (~)16.031s (+3.2%)0.909s21.41x
🐘 PostgresExpress20.424s (~)21.039s (~)0.616s21.91x
🐘 PostgresNitro20.460s (+1.1%)21.027s (~)0.566s21.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro22.614s (-3.1%)23.427s (-3.6%)0.813s21.00x
▲ VercelExpress23.232s (+2.4%)24.135s (+4.6%)0.903s21.03x
▲ VercelNext.js (Turbopack)23.566s (~)24.601s (+2.5%)1.035s21.04x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)27.208s (~)28.031s (~)0.823s31.00x
💻 LocalExpress27.414s (-0.6%)28.022s (~)0.608s31.01x
💻 LocalNitro27.453s (+2.5%)28.029s (+3.7%)0.576s31.01x
🐘 PostgresNext.js (Turbopack)36.798s (-1.4%)37.551s (-1.4%)0.753s21.35x
🐘 PostgresExpress50.290s (~)51.085s (~)0.795s21.85x
🐘 PostgresNitro50.376s (+1.1%)51.077s (+1.0%)0.701s21.85x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)56.674s (-2.0%)57.634s (-1.1%)0.960s21.00x
▲ VercelNitro57.022s (-1.7%)57.486s (-2.4%)0.464s21.01x
▲ VercelExpress57.373s (~)58.303s (~)0.930s21.01x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)56.587s (~)57.041s (~)0.453s21.00x
💻 LocalExpress57.050s (-0.6%)57.549s (-0.9%)0.499s21.01x
💻 LocalNitro57.215s (+2.8%)58.026s (+3.5%)0.812s21.01x
🐘 PostgresNext.js (Turbopack)67.376s (-10.5% 🟢)68.102s (-10.5% 🟢)0.725s21.19x
🐘 PostgresNitro100.196s (~)101.154s (~)0.958s11.77x
🐘 PostgresExpress100.595s (~)101.115s (~)0.520s11.78x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro119.686s (-4.1%)120.507s (-3.6%)0.821s11.00x
▲ VercelNext.js (Turbopack)121.393s (~)121.919s (-0.7%)0.526s11.01x
▲ VercelExpress121.885s (+2.2%)122.433s (+1.8%)0.548s11.02x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.397s (-2.3%)2.006s (~)0.610s151.00x
💻 LocalNext.js (Turbopack)1.411s (+2.7%)2.012s (~)0.600s151.01x
💻 LocalNitro1.411s (+4.2%)2.006s (~)0.594s151.01x
🐘 PostgresNext.js (Turbopack)2.231s (-4.8%)2.761s (+2.1%)0.530s111.60x
🐘 PostgresExpress2.265s (~)3.013s (~)0.748s101.62x
🐘 PostgresNitro2.335s (-6.5% 🟢)3.011s (~)0.676s101.67x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.877s (~)3.869s (+2.2%)0.992s81.00x
▲ VercelNext.js (Turbopack)2.932s (-9.3% 🟢)3.882s (-5.2% 🟢)0.950s81.02x
▲ VercelNitro3.049s (+2.9%)3.896s (-0.9%)0.847s81.06x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.500s (+1.4%)3.051s (~)0.550s101.00x
💻 LocalExpress2.541s (-4.0%)3.015s (~)0.474s101.02x
💻 LocalNitro2.577s (+15.2% 🔺)3.017s (-6.2% 🟢)0.440s101.03x
🐘 PostgresNitro8.324s (-0.9%)9.068s (~)0.744s43.33x
🐘 PostgresExpress9.085s (+2.9%)9.822s (+5.5% 🔺)0.737s43.63x
🐘 PostgresNext.js (Turbopack)13.004s (-3.8%)13.371s (-4.7%)0.367s35.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.376s (-6.2% 🟢)4.546s (+5.6% 🔺)1.170s71.00x
▲ VercelNitro3.405s (-5.6% 🟢)4.119s (-21.8% 🟢)0.713s81.01x
▲ VercelExpress3.496s (+15.0% 🔺)4.250s (+11.8% 🔺)0.754s81.04x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.093s (-9.2% 🟢)7.395s (-15.2% 🟢)0.302s51.00x
💻 LocalNext.js (Turbopack)7.136s (+10.2% 🔺)7.782s (+8.7% 🔺)0.646s51.01x
💻 LocalNitro7.470s (+22.1% 🔺)8.454s (+25.4% 🔺)0.984s41.05x
🐘 PostgresNitro44.071s (-13.9% 🟢)44.455s (-14.7% 🟢)0.384s16.21x
🐘 PostgresExpress44.229s (-7.4% 🟢)45.162s (-6.5% 🟢)0.933s16.24x
🐘 PostgresNext.js (Turbopack)53.051s (-4.5%)53.146s (-5.6% 🟢)0.095s17.48x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.381s (-2.1%)4.791s (+17.1% 🔺)1.409s71.00x
▲ VercelNitro4.208s (+20.5% 🔺)4.728s (+14.8% 🔺)0.520s71.24x
▲ VercelNext.js (Turbopack)4.676s (+25.3% 🔺)5.505s (+23.5% 🔺)0.829s61.38x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro1.411s (+3.9%)2.006s (~)0.595s151.00x
💻 LocalNext.js (Turbopack)1.424s (+0.9%)2.010s (~)0.586s151.01x
💻 LocalExpress1.426s (-1.5%)2.006s (~)0.580s151.01x
🐘 PostgresNitro1.999s (-5.3% 🟢)2.597s (+2.7%)0.598s121.42x
🐘 PostgresExpress2.099s (+4.5%)2.615s (~)0.516s121.49x
🐘 PostgresNext.js (Turbopack)2.577s (+15.3% 🔺)2.834s (~)0.257s111.83x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.768s (-2.3%)3.721s (+2.1%)0.953s91.00x
▲ VercelExpress2.795s (-3.9%)3.775s (+2.4%)0.980s81.01x
▲ VercelNitro2.837s (~)4.354s (+16.6% 🔺)1.518s71.02x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.647s (+13.2% 🔺)3.011s (-9.0% 🟢)0.364s101.00x
💻 LocalNext.js (Turbopack)2.655s (+1.0%)3.029s (~)0.374s101.00x
💻 LocalExpress2.674s (-7.4% 🟢)3.009s (-0.9%)0.335s101.01x
🐘 PostgresNitro11.265s (-7.7% 🟢)11.714s (-5.2% 🟢)0.449s34.26x
🐘 PostgresExpress11.896s (-1.4%)12.043s (-2.7%)0.146s34.49x
🐘 PostgresNext.js (Turbopack)14.178s (+5.6% 🔺)15.025s (+9.0% 🔺)0.847s25.36x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.990s (~)3.811s (+2.0%)0.821s91.00x
▲ VercelExpress3.070s (+1.2%)3.943s (+8.4% 🔺)0.873s81.03x
▲ VercelNext.js (Turbopack)3.089s (+3.9%)3.693s (-3.2%)0.604s91.03x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)7.508s (+9.7% 🔺)8.602s (+4.5%)1.094s41.00x
💻 LocalNitro7.816s (+19.7% 🔺)8.812s (+17.0% 🔺)0.997s41.04x
💻 LocalExpress7.868s (-3.0%)8.813s (+4.2%)0.945s41.05x
🐘 PostgresNitro48.419s (-9.3% 🟢)49.153s (-9.3% 🟢)0.734s16.45x
🐘 PostgresExpress54.095s (+3.5%)54.270s (+1.9%)0.175s17.20x
🐘 PostgresNext.js (Turbopack)58.208s (+3.6%)59.241s (+5.3% 🔺)1.033s17.75x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.248s (+2.3%)3.838s (+1.3%)0.589s81.00x
▲ VercelNext.js (Turbopack)3.359s (+1.0%)4.036s (+2.8%)0.676s81.03x
▲ VercelExpress3.604s (-8.2% 🟢)4.464s (-0.6%)0.860s81.11x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.143s (+1.5%)1.003s (~)0.015s (+2.7%)1.026s (~)0.882s101.00x
💻 LocalExpress0.180s (-4.9%)0.992s (~)0.014s (-5.4% 🟢)1.020s (~)0.840s101.25x
💻 LocalNitro0.181s (+56.6% 🔺)0.992s (-0.8%)0.014s (+19.8% 🔺)1.020s (~)0.840s101.26x
🐘 PostgresNext.js (Turbopack)0.641s (-46.2% 🟢)0.955s (-48.5% 🟢)0.000s (+Infinity% 🔺)1.016s (-49.7% 🟢)0.375s104.47x
🐘 PostgresExpress2.328s (-2.1%)2.717s (+1.9%)0.000s (-100.0% 🟢)3.017s (~)0.688s1016.23x
🐘 PostgresNitro2.386s (+108.2% 🔺)2.657s (+40.2% 🔺)0.000s (+200.0% 🔺)3.016s (+49.7% 🔺)0.629s1016.63x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.084s (+8.1% 🔺)3.413s (+4.2%)0.222s (-1.8%)4.129s (+3.9%)1.044s101.00x
▲ VercelExpress3.109s (+3.6%)3.466s (+4.1%)0.227s (+41.2% 🔺)4.303s (+8.5% 🔺)1.194s101.01x
▲ VercelNext.js (Turbopack)3.187s (+6.4% 🔺)3.353s (+1.4%)0.238s (+36.3% 🔺)4.130s (+3.8%)0.943s101.03x

🔍 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
🐘 PostgresNitro6/12
▲ VercelNitro6/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 5, 2026

Copy link
Copy Markdown
Contributor

@TooTallNateGraphite App

Copy link
Copy Markdown
MemberAuthor

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

@TooTallNate
TooTallNate marked this pull request as ready for review February 5, 2026 07:11
CopilotAI review requested due to automatic review settings February 5, 2026 07:11

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 PR enhances debugging capabilities for Windows E2E tests by capturing, displaying, and preserving Next.js server logs. Previously, server output was invisible in test runs, making it difficult to diagnose server-side failures on Windows.

Changes:

  • Modified log capture to redirect Next.js server output to a log file during E2E test execution
  • Added post-test step to print captured logs to the GitHub Actions console
  • Added artifact upload step to preserve logs for later inspection

Reviewed changes

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

FileDescription
.github/workflows/tests.ymlAdded log file capture, console printing, and artifact upload for Next.js server logs in Windows E2E tests
.changeset/fruity-ads-write.mdEmpty changeset file for CI/workflow-only changes (no package changes)

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

ijjk
ijjk approved these changes Feb 5, 2026
@TooTallNate
TooTallNate merged commit c28d6ca into mainFeb 5, 2026
161 of 162 checks passed
@TooTallNate
TooTallNate deleted the 02-04-upload_next.js_server_logs_as_artifact_for_windows_e2e branch February 5, 2026 19:10
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.

4 participants

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

Upload Next.js server logs as artifact for Windows E2E - #946

Merged
TooTallNate merged 1 commit into
mainfrom
02-04-upload_next.js_server_logs_as_artifact_for_windows_e2e
Feb 5, 2026
Merged

Upload Next.js server logs as artifact for Windows E2E#946
TooTallNate merged 1 commit into
mainfrom
02-04-upload_next.js_server_logs_as_artifact_for_windows_e2e

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Feb 5, 2026

Copy link
Copy Markdown
Member

Improved Next.js E2E test debugging on Windows by capturing and exposing server logs.

What changed?

  • Modified the Windows E2E test workflow to capture Next.js server logs during test execution
  • Added a step to print the server logs to the GitHub Actions console after tests complete
  • Added an artifact upload step to preserve the Next.js server logs for later inspection

How to test?

Run the E2E tests on Windows and verify that:

  1. The Next.js server logs are properly captured to nextjs-server.log
  2. The logs are printed to the console after test completion
  3. The logs are uploaded as an artifact named nextjs-server-logs-windows

Why make this change?

This change enhances debugging capabilities for Next.js E2E tests on Windows. By capturing, displaying, and preserving the server logs, it becomes much easier to diagnose test failures that might be related to server-side issues, which were previously invisible in the test output.

@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: df5a8b3

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

This PR includes changesets to release 0 packages

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

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

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

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

❌ 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
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4304
✅ 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

@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.037s (-1.6%)1.016s (~)0.978s101.00x
💻 LocalExpress0.042s (-4.3%)1.007s (~)0.965s101.13x
💻 LocalNitro0.044s (+52.8% 🔺)1.008s (~)0.964s101.17x
🐘 PostgresNitro0.197s (-42.5% 🟢)1.014s (~)0.816s105.26x
🐘 PostgresExpress0.203s (-13.9% 🟢)1.016s (~)0.812s105.43x
🐘 PostgresNext.js (Turbopack)0.367s (+9.2% 🔺)1.025s (-0.8%)0.657s109.80x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.647s (-11.6% 🟢)1.516s (-13.0% 🟢)0.869s101.00x
▲ VercelNext.js (Turbopack)0.667s (-2.6%)1.618s (+5.6% 🔺)0.951s101.03x
▲ VercelExpress0.751s (+14.8% 🔺)1.837s (+23.7% 🔺)1.085s101.16x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.099s (~)2.012s (~)0.913s101.00x
💻 LocalExpress1.112s (-0.7%)2.007s (~)0.895s101.01x
💻 LocalNitro1.115s (+3.3%)2.008s (~)0.893s101.01x
🐘 PostgresNext.js (Turbopack)1.733s (-15.4% 🟢)2.015s (-28.6% 🟢)0.282s101.58x
🐘 PostgresNitro2.300s (-3.1%)3.014s (~)0.713s102.09x
🐘 PostgresExpress2.333s (+4.9%)3.015s (~)0.682s102.12x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.795s (-3.1%)3.934s (+7.4% 🔺)1.138s101.00x
▲ VercelNitro2.812s (-9.8% 🟢)3.644s (-7.9% 🟢)0.832s101.01x
▲ VercelNext.js (Turbopack)3.370s (+16.4% 🔺)4.063s (+11.0% 🔺)0.693s101.21x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.706s (~)11.020s (~)0.314s31.00x
💻 LocalNitro10.814s (+2.4%)11.014s (~)0.200s31.01x
💻 LocalExpress10.817s (~)11.015s (~)0.198s31.01x
🐘 PostgresNext.js (Turbopack)15.122s (~)16.031s (+3.2%)0.909s21.41x
🐘 PostgresExpress20.424s (~)21.039s (~)0.616s21.91x
🐘 PostgresNitro20.460s (+1.1%)21.027s (~)0.566s21.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro22.614s (-3.1%)23.427s (-3.6%)0.813s21.00x
▲ VercelExpress23.232s (+2.4%)24.135s (+4.6%)0.903s21.03x
▲ VercelNext.js (Turbopack)23.566s (~)24.601s (+2.5%)1.035s21.04x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)27.208s (~)28.031s (~)0.823s31.00x
💻 LocalExpress27.414s (-0.6%)28.022s (~)0.608s31.01x
💻 LocalNitro27.453s (+2.5%)28.029s (+3.7%)0.576s31.01x
🐘 PostgresNext.js (Turbopack)36.798s (-1.4%)37.551s (-1.4%)0.753s21.35x
🐘 PostgresExpress50.290s (~)51.085s (~)0.795s21.85x
🐘 PostgresNitro50.376s (+1.1%)51.077s (+1.0%)0.701s21.85x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)56.674s (-2.0%)57.634s (-1.1%)0.960s21.00x
▲ VercelNitro57.022s (-1.7%)57.486s (-2.4%)0.464s21.01x
▲ VercelExpress57.373s (~)58.303s (~)0.930s21.01x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)56.587s (~)57.041s (~)0.453s21.00x
💻 LocalExpress57.050s (-0.6%)57.549s (-0.9%)0.499s21.01x
💻 LocalNitro57.215s (+2.8%)58.026s (+3.5%)0.812s21.01x
🐘 PostgresNext.js (Turbopack)67.376s (-10.5% 🟢)68.102s (-10.5% 🟢)0.725s21.19x
🐘 PostgresNitro100.196s (~)101.154s (~)0.958s11.77x
🐘 PostgresExpress100.595s (~)101.115s (~)0.520s11.78x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro119.686s (-4.1%)120.507s (-3.6%)0.821s11.00x
▲ VercelNext.js (Turbopack)121.393s (~)121.919s (-0.7%)0.526s11.01x
▲ VercelExpress121.885s (+2.2%)122.433s (+1.8%)0.548s11.02x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.397s (-2.3%)2.006s (~)0.610s151.00x
💻 LocalNext.js (Turbopack)1.411s (+2.7%)2.012s (~)0.600s151.01x
💻 LocalNitro1.411s (+4.2%)2.006s (~)0.594s151.01x
🐘 PostgresNext.js (Turbopack)2.231s (-4.8%)2.761s (+2.1%)0.530s111.60x
🐘 PostgresExpress2.265s (~)3.013s (~)0.748s101.62x
🐘 PostgresNitro2.335s (-6.5% 🟢)3.011s (~)0.676s101.67x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.877s (~)3.869s (+2.2%)0.992s81.00x
▲ VercelNext.js (Turbopack)2.932s (-9.3% 🟢)3.882s (-5.2% 🟢)0.950s81.02x
▲ VercelNitro3.049s (+2.9%)3.896s (-0.9%)0.847s81.06x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.500s (+1.4%)3.051s (~)0.550s101.00x
💻 LocalExpress2.541s (-4.0%)3.015s (~)0.474s101.02x
💻 LocalNitro2.577s (+15.2% 🔺)3.017s (-6.2% 🟢)0.440s101.03x
🐘 PostgresNitro8.324s (-0.9%)9.068s (~)0.744s43.33x
🐘 PostgresExpress9.085s (+2.9%)9.822s (+5.5% 🔺)0.737s43.63x
🐘 PostgresNext.js (Turbopack)13.004s (-3.8%)13.371s (-4.7%)0.367s35.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.376s (-6.2% 🟢)4.546s (+5.6% 🔺)1.170s71.00x
▲ VercelNitro3.405s (-5.6% 🟢)4.119s (-21.8% 🟢)0.713s81.01x
▲ VercelExpress3.496s (+15.0% 🔺)4.250s (+11.8% 🔺)0.754s81.04x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.093s (-9.2% 🟢)7.395s (-15.2% 🟢)0.302s51.00x
💻 LocalNext.js (Turbopack)7.136s (+10.2% 🔺)7.782s (+8.7% 🔺)0.646s51.01x
💻 LocalNitro7.470s (+22.1% 🔺)8.454s (+25.4% 🔺)0.984s41.05x
🐘 PostgresNitro44.071s (-13.9% 🟢)44.455s (-14.7% 🟢)0.384s16.21x
🐘 PostgresExpress44.229s (-7.4% 🟢)45.162s (-6.5% 🟢)0.933s16.24x
🐘 PostgresNext.js (Turbopack)53.051s (-4.5%)53.146s (-5.6% 🟢)0.095s17.48x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.381s (-2.1%)4.791s (+17.1% 🔺)1.409s71.00x
▲ VercelNitro4.208s (+20.5% 🔺)4.728s (+14.8% 🔺)0.520s71.24x
▲ VercelNext.js (Turbopack)4.676s (+25.3% 🔺)5.505s (+23.5% 🔺)0.829s61.38x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro1.411s (+3.9%)2.006s (~)0.595s151.00x
💻 LocalNext.js (Turbopack)1.424s (+0.9%)2.010s (~)0.586s151.01x
💻 LocalExpress1.426s (-1.5%)2.006s (~)0.580s151.01x
🐘 PostgresNitro1.999s (-5.3% 🟢)2.597s (+2.7%)0.598s121.42x
🐘 PostgresExpress2.099s (+4.5%)2.615s (~)0.516s121.49x
🐘 PostgresNext.js (Turbopack)2.577s (+15.3% 🔺)2.834s (~)0.257s111.83x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.768s (-2.3%)3.721s (+2.1%)0.953s91.00x
▲ VercelExpress2.795s (-3.9%)3.775s (+2.4%)0.980s81.01x
▲ VercelNitro2.837s (~)4.354s (+16.6% 🔺)1.518s71.02x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.647s (+13.2% 🔺)3.011s (-9.0% 🟢)0.364s101.00x
💻 LocalNext.js (Turbopack)2.655s (+1.0%)3.029s (~)0.374s101.00x
💻 LocalExpress2.674s (-7.4% 🟢)3.009s (-0.9%)0.335s101.01x
🐘 PostgresNitro11.265s (-7.7% 🟢)11.714s (-5.2% 🟢)0.449s34.26x
🐘 PostgresExpress11.896s (-1.4%)12.043s (-2.7%)0.146s34.49x
🐘 PostgresNext.js (Turbopack)14.178s (+5.6% 🔺)15.025s (+9.0% 🔺)0.847s25.36x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.990s (~)3.811s (+2.0%)0.821s91.00x
▲ VercelExpress3.070s (+1.2%)3.943s (+8.4% 🔺)0.873s81.03x
▲ VercelNext.js (Turbopack)3.089s (+3.9%)3.693s (-3.2%)0.604s91.03x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)7.508s (+9.7% 🔺)8.602s (+4.5%)1.094s41.00x
💻 LocalNitro7.816s (+19.7% 🔺)8.812s (+17.0% 🔺)0.997s41.04x
💻 LocalExpress7.868s (-3.0%)8.813s (+4.2%)0.945s41.05x
🐘 PostgresNitro48.419s (-9.3% 🟢)49.153s (-9.3% 🟢)0.734s16.45x
🐘 PostgresExpress54.095s (+3.5%)54.270s (+1.9%)0.175s17.20x
🐘 PostgresNext.js (Turbopack)58.208s (+3.6%)59.241s (+5.3% 🔺)1.033s17.75x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.248s (+2.3%)3.838s (+1.3%)0.589s81.00x
▲ VercelNext.js (Turbopack)3.359s (+1.0%)4.036s (+2.8%)0.676s81.03x
▲ VercelExpress3.604s (-8.2% 🟢)4.464s (-0.6%)0.860s81.11x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.143s (+1.5%)1.003s (~)0.015s (+2.7%)1.026s (~)0.882s101.00x
💻 LocalExpress0.180s (-4.9%)0.992s (~)0.014s (-5.4% 🟢)1.020s (~)0.840s101.25x
💻 LocalNitro0.181s (+56.6% 🔺)0.992s (-0.8%)0.014s (+19.8% 🔺)1.020s (~)0.840s101.26x
🐘 PostgresNext.js (Turbopack)0.641s (-46.2% 🟢)0.955s (-48.5% 🟢)0.000s (+Infinity% 🔺)1.016s (-49.7% 🟢)0.375s104.47x
🐘 PostgresExpress2.328s (-2.1%)2.717s (+1.9%)0.000s (-100.0% 🟢)3.017s (~)0.688s1016.23x
🐘 PostgresNitro2.386s (+108.2% 🔺)2.657s (+40.2% 🔺)0.000s (+200.0% 🔺)3.016s (+49.7% 🔺)0.629s1016.63x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.084s (+8.1% 🔺)3.413s (+4.2%)0.222s (-1.8%)4.129s (+3.9%)1.044s101.00x
▲ VercelExpress3.109s (+3.6%)3.466s (+4.1%)0.227s (+41.2% 🔺)4.303s (+8.5% 🔺)1.194s101.01x
▲ VercelNext.js (Turbopack)3.187s (+6.4% 🔺)3.353s (+1.4%)0.238s (+36.3% 🔺)4.130s (+3.8%)0.943s101.03x

🔍 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
🐘 PostgresNitro6/12
▲ VercelNitro6/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 5, 2026

Copy link
Copy Markdown
Contributor

@TooTallNateGraphite App

Copy link
Copy Markdown
MemberAuthor

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

@TooTallNate
TooTallNate marked this pull request as ready for review February 5, 2026 07:11
CopilotAI review requested due to automatic review settings February 5, 2026 07:11

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 PR enhances debugging capabilities for Windows E2E tests by capturing, displaying, and preserving Next.js server logs. Previously, server output was invisible in test runs, making it difficult to diagnose server-side failures on Windows.

Changes:

  • Modified log capture to redirect Next.js server output to a log file during E2E test execution
  • Added post-test step to print captured logs to the GitHub Actions console
  • Added artifact upload step to preserve logs for later inspection

Reviewed changes

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

FileDescription
.github/workflows/tests.ymlAdded log file capture, console printing, and artifact upload for Next.js server logs in Windows E2E tests
.changeset/fruity-ads-write.mdEmpty changeset file for CI/workflow-only changes (no package changes)

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

ijjk
ijjk approved these changes Feb 5, 2026
@TooTallNate
TooTallNate merged commit c28d6ca into mainFeb 5, 2026
161 of 162 checks passed
@TooTallNate
TooTallNate deleted the 02-04-upload_next.js_server_logs_as_artifact_for_windows_e2e branch February 5, 2026 19:10
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.

4 participants

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

Upload Next.js server logs as artifact for Windows E2E - #946

Merged
TooTallNate merged 1 commit into
mainfrom
02-04-upload_next.js_server_logs_as_artifact_for_windows_e2e
Feb 5, 2026
Merged

Upload Next.js server logs as artifact for Windows E2E#946
TooTallNate merged 1 commit into
mainfrom
02-04-upload_next.js_server_logs_as_artifact_for_windows_e2e

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Feb 5, 2026

Copy link
Copy Markdown
Member

Improved Next.js E2E test debugging on Windows by capturing and exposing server logs.

What changed?

  • Modified the Windows E2E test workflow to capture Next.js server logs during test execution
  • Added a step to print the server logs to the GitHub Actions console after tests complete
  • Added an artifact upload step to preserve the Next.js server logs for later inspection

How to test?

Run the E2E tests on Windows and verify that:

  1. The Next.js server logs are properly captured to nextjs-server.log
  2. The logs are printed to the console after test completion
  3. The logs are uploaded as an artifact named nextjs-server-logs-windows

Why make this change?

This change enhances debugging capabilities for Next.js E2E tests on Windows. By capturing, displaying, and preserving the server logs, it becomes much easier to diagnose test failures that might be related to server-side issues, which were previously invisible in the test output.

@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: df5a8b3

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

This PR includes changesets to release 0 packages

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

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

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

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

❌ 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
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4304
✅ 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

@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.037s (-1.6%)1.016s (~)0.978s101.00x
💻 LocalExpress0.042s (-4.3%)1.007s (~)0.965s101.13x
💻 LocalNitro0.044s (+52.8% 🔺)1.008s (~)0.964s101.17x
🐘 PostgresNitro0.197s (-42.5% 🟢)1.014s (~)0.816s105.26x
🐘 PostgresExpress0.203s (-13.9% 🟢)1.016s (~)0.812s105.43x
🐘 PostgresNext.js (Turbopack)0.367s (+9.2% 🔺)1.025s (-0.8%)0.657s109.80x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.647s (-11.6% 🟢)1.516s (-13.0% 🟢)0.869s101.00x
▲ VercelNext.js (Turbopack)0.667s (-2.6%)1.618s (+5.6% 🔺)0.951s101.03x
▲ VercelExpress0.751s (+14.8% 🔺)1.837s (+23.7% 🔺)1.085s101.16x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.099s (~)2.012s (~)0.913s101.00x
💻 LocalExpress1.112s (-0.7%)2.007s (~)0.895s101.01x
💻 LocalNitro1.115s (+3.3%)2.008s (~)0.893s101.01x
🐘 PostgresNext.js (Turbopack)1.733s (-15.4% 🟢)2.015s (-28.6% 🟢)0.282s101.58x
🐘 PostgresNitro2.300s (-3.1%)3.014s (~)0.713s102.09x
🐘 PostgresExpress2.333s (+4.9%)3.015s (~)0.682s102.12x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.795s (-3.1%)3.934s (+7.4% 🔺)1.138s101.00x
▲ VercelNitro2.812s (-9.8% 🟢)3.644s (-7.9% 🟢)0.832s101.01x
▲ VercelNext.js (Turbopack)3.370s (+16.4% 🔺)4.063s (+11.0% 🔺)0.693s101.21x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.706s (~)11.020s (~)0.314s31.00x
💻 LocalNitro10.814s (+2.4%)11.014s (~)0.200s31.01x
💻 LocalExpress10.817s (~)11.015s (~)0.198s31.01x
🐘 PostgresNext.js (Turbopack)15.122s (~)16.031s (+3.2%)0.909s21.41x
🐘 PostgresExpress20.424s (~)21.039s (~)0.616s21.91x
🐘 PostgresNitro20.460s (+1.1%)21.027s (~)0.566s21.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro22.614s (-3.1%)23.427s (-3.6%)0.813s21.00x
▲ VercelExpress23.232s (+2.4%)24.135s (+4.6%)0.903s21.03x
▲ VercelNext.js (Turbopack)23.566s (~)24.601s (+2.5%)1.035s21.04x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)27.208s (~)28.031s (~)0.823s31.00x
💻 LocalExpress27.414s (-0.6%)28.022s (~)0.608s31.01x
💻 LocalNitro27.453s (+2.5%)28.029s (+3.7%)0.576s31.01x
🐘 PostgresNext.js (Turbopack)36.798s (-1.4%)37.551s (-1.4%)0.753s21.35x
🐘 PostgresExpress50.290s (~)51.085s (~)0.795s21.85x
🐘 PostgresNitro50.376s (+1.1%)51.077s (+1.0%)0.701s21.85x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)56.674s (-2.0%)57.634s (-1.1%)0.960s21.00x
▲ VercelNitro57.022s (-1.7%)57.486s (-2.4%)0.464s21.01x
▲ VercelExpress57.373s (~)58.303s (~)0.930s21.01x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)56.587s (~)57.041s (~)0.453s21.00x
💻 LocalExpress57.050s (-0.6%)57.549s (-0.9%)0.499s21.01x
💻 LocalNitro57.215s (+2.8%)58.026s (+3.5%)0.812s21.01x
🐘 PostgresNext.js (Turbopack)67.376s (-10.5% 🟢)68.102s (-10.5% 🟢)0.725s21.19x
🐘 PostgresNitro100.196s (~)101.154s (~)0.958s11.77x
🐘 PostgresExpress100.595s (~)101.115s (~)0.520s11.78x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro119.686s (-4.1%)120.507s (-3.6%)0.821s11.00x
▲ VercelNext.js (Turbopack)121.393s (~)121.919s (-0.7%)0.526s11.01x
▲ VercelExpress121.885s (+2.2%)122.433s (+1.8%)0.548s11.02x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.397s (-2.3%)2.006s (~)0.610s151.00x
💻 LocalNext.js (Turbopack)1.411s (+2.7%)2.012s (~)0.600s151.01x
💻 LocalNitro1.411s (+4.2%)2.006s (~)0.594s151.01x
🐘 PostgresNext.js (Turbopack)2.231s (-4.8%)2.761s (+2.1%)0.530s111.60x
🐘 PostgresExpress2.265s (~)3.013s (~)0.748s101.62x
🐘 PostgresNitro2.335s (-6.5% 🟢)3.011s (~)0.676s101.67x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.877s (~)3.869s (+2.2%)0.992s81.00x
▲ VercelNext.js (Turbopack)2.932s (-9.3% 🟢)3.882s (-5.2% 🟢)0.950s81.02x
▲ VercelNitro3.049s (+2.9%)3.896s (-0.9%)0.847s81.06x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.500s (+1.4%)3.051s (~)0.550s101.00x
💻 LocalExpress2.541s (-4.0%)3.015s (~)0.474s101.02x
💻 LocalNitro2.577s (+15.2% 🔺)3.017s (-6.2% 🟢)0.440s101.03x
🐘 PostgresNitro8.324s (-0.9%)9.068s (~)0.744s43.33x
🐘 PostgresExpress9.085s (+2.9%)9.822s (+5.5% 🔺)0.737s43.63x
🐘 PostgresNext.js (Turbopack)13.004s (-3.8%)13.371s (-4.7%)0.367s35.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.376s (-6.2% 🟢)4.546s (+5.6% 🔺)1.170s71.00x
▲ VercelNitro3.405s (-5.6% 🟢)4.119s (-21.8% 🟢)0.713s81.01x
▲ VercelExpress3.496s (+15.0% 🔺)4.250s (+11.8% 🔺)0.754s81.04x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.093s (-9.2% 🟢)7.395s (-15.2% 🟢)0.302s51.00x
💻 LocalNext.js (Turbopack)7.136s (+10.2% 🔺)7.782s (+8.7% 🔺)0.646s51.01x
💻 LocalNitro7.470s (+22.1% 🔺)8.454s (+25.4% 🔺)0.984s41.05x
🐘 PostgresNitro44.071s (-13.9% 🟢)44.455s (-14.7% 🟢)0.384s16.21x
🐘 PostgresExpress44.229s (-7.4% 🟢)45.162s (-6.5% 🟢)0.933s16.24x
🐘 PostgresNext.js (Turbopack)53.051s (-4.5%)53.146s (-5.6% 🟢)0.095s17.48x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.381s (-2.1%)4.791s (+17.1% 🔺)1.409s71.00x
▲ VercelNitro4.208s (+20.5% 🔺)4.728s (+14.8% 🔺)0.520s71.24x
▲ VercelNext.js (Turbopack)4.676s (+25.3% 🔺)5.505s (+23.5% 🔺)0.829s61.38x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro1.411s (+3.9%)2.006s (~)0.595s151.00x
💻 LocalNext.js (Turbopack)1.424s (+0.9%)2.010s (~)0.586s151.01x
💻 LocalExpress1.426s (-1.5%)2.006s (~)0.580s151.01x
🐘 PostgresNitro1.999s (-5.3% 🟢)2.597s (+2.7%)0.598s121.42x
🐘 PostgresExpress2.099s (+4.5%)2.615s (~)0.516s121.49x
🐘 PostgresNext.js (Turbopack)2.577s (+15.3% 🔺)2.834s (~)0.257s111.83x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.768s (-2.3%)3.721s (+2.1%)0.953s91.00x
▲ VercelExpress2.795s (-3.9%)3.775s (+2.4%)0.980s81.01x
▲ VercelNitro2.837s (~)4.354s (+16.6% 🔺)1.518s71.02x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.647s (+13.2% 🔺)3.011s (-9.0% 🟢)0.364s101.00x
💻 LocalNext.js (Turbopack)2.655s (+1.0%)3.029s (~)0.374s101.00x
💻 LocalExpress2.674s (-7.4% 🟢)3.009s (-0.9%)0.335s101.01x
🐘 PostgresNitro11.265s (-7.7% 🟢)11.714s (-5.2% 🟢)0.449s34.26x
🐘 PostgresExpress11.896s (-1.4%)12.043s (-2.7%)0.146s34.49x
🐘 PostgresNext.js (Turbopack)14.178s (+5.6% 🔺)15.025s (+9.0% 🔺)0.847s25.36x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.990s (~)3.811s (+2.0%)0.821s91.00x
▲ VercelExpress3.070s (+1.2%)3.943s (+8.4% 🔺)0.873s81.03x
▲ VercelNext.js (Turbopack)3.089s (+3.9%)3.693s (-3.2%)0.604s91.03x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)7.508s (+9.7% 🔺)8.602s (+4.5%)1.094s41.00x
💻 LocalNitro7.816s (+19.7% 🔺)8.812s (+17.0% 🔺)0.997s41.04x
💻 LocalExpress7.868s (-3.0%)8.813s (+4.2%)0.945s41.05x
🐘 PostgresNitro48.419s (-9.3% 🟢)49.153s (-9.3% 🟢)0.734s16.45x
🐘 PostgresExpress54.095s (+3.5%)54.270s (+1.9%)0.175s17.20x
🐘 PostgresNext.js (Turbopack)58.208s (+3.6%)59.241s (+5.3% 🔺)1.033s17.75x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.248s (+2.3%)3.838s (+1.3%)0.589s81.00x
▲ VercelNext.js (Turbopack)3.359s (+1.0%)4.036s (+2.8%)0.676s81.03x
▲ VercelExpress3.604s (-8.2% 🟢)4.464s (-0.6%)0.860s81.11x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.143s (+1.5%)1.003s (~)0.015s (+2.7%)1.026s (~)0.882s101.00x
💻 LocalExpress0.180s (-4.9%)0.992s (~)0.014s (-5.4% 🟢)1.020s (~)0.840s101.25x
💻 LocalNitro0.181s (+56.6% 🔺)0.992s (-0.8%)0.014s (+19.8% 🔺)1.020s (~)0.840s101.26x
🐘 PostgresNext.js (Turbopack)0.641s (-46.2% 🟢)0.955s (-48.5% 🟢)0.000s (+Infinity% 🔺)1.016s (-49.7% 🟢)0.375s104.47x
🐘 PostgresExpress2.328s (-2.1%)2.717s (+1.9%)0.000s (-100.0% 🟢)3.017s (~)0.688s1016.23x
🐘 PostgresNitro2.386s (+108.2% 🔺)2.657s (+40.2% 🔺)0.000s (+200.0% 🔺)3.016s (+49.7% 🔺)0.629s1016.63x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.084s (+8.1% 🔺)3.413s (+4.2%)0.222s (-1.8%)4.129s (+3.9%)1.044s101.00x
▲ VercelExpress3.109s (+3.6%)3.466s (+4.1%)0.227s (+41.2% 🔺)4.303s (+8.5% 🔺)1.194s101.01x
▲ VercelNext.js (Turbopack)3.187s (+6.4% 🔺)3.353s (+1.4%)0.238s (+36.3% 🔺)4.130s (+3.8%)0.943s101.03x

🔍 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
🐘 PostgresNitro6/12
▲ VercelNitro6/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 5, 2026

Copy link
Copy Markdown
Contributor

@TooTallNateGraphite App

Copy link
Copy Markdown
MemberAuthor

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

@TooTallNate
TooTallNate marked this pull request as ready for review February 5, 2026 07:11
CopilotAI review requested due to automatic review settings February 5, 2026 07:11

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 PR enhances debugging capabilities for Windows E2E tests by capturing, displaying, and preserving Next.js server logs. Previously, server output was invisible in test runs, making it difficult to diagnose server-side failures on Windows.

Changes:

  • Modified log capture to redirect Next.js server output to a log file during E2E test execution
  • Added post-test step to print captured logs to the GitHub Actions console
  • Added artifact upload step to preserve logs for later inspection

Reviewed changes

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

FileDescription
.github/workflows/tests.ymlAdded log file capture, console printing, and artifact upload for Next.js server logs in Windows E2E tests
.changeset/fruity-ads-write.mdEmpty changeset file for CI/workflow-only changes (no package changes)

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

ijjk
ijjk approved these changes Feb 5, 2026
@TooTallNate
TooTallNate merged commit c28d6ca into mainFeb 5, 2026
161 of 162 checks passed
@TooTallNate
TooTallNate deleted the 02-04-upload_next.js_server_logs_as_artifact_for_windows_e2e branch February 5, 2026 19:10
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.

4 participants

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

Upload Next.js server logs as artifact for Windows E2E - #946

Merged
TooTallNate merged 1 commit into
mainfrom
02-04-upload_next.js_server_logs_as_artifact_for_windows_e2e
Feb 5, 2026
Merged

Upload Next.js server logs as artifact for Windows E2E#946
TooTallNate merged 1 commit into
mainfrom
02-04-upload_next.js_server_logs_as_artifact_for_windows_e2e

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Feb 5, 2026

Copy link
Copy Markdown
Member

Improved Next.js E2E test debugging on Windows by capturing and exposing server logs.

What changed?

  • Modified the Windows E2E test workflow to capture Next.js server logs during test execution
  • Added a step to print the server logs to the GitHub Actions console after tests complete
  • Added an artifact upload step to preserve the Next.js server logs for later inspection

How to test?

Run the E2E tests on Windows and verify that:

  1. The Next.js server logs are properly captured to nextjs-server.log
  2. The logs are printed to the console after test completion
  3. The logs are uploaded as an artifact named nextjs-server-logs-windows

Why make this change?

This change enhances debugging capabilities for Next.js E2E tests on Windows. By capturing, displaying, and preserving the server logs, it becomes much easier to diagnose test failures that might be related to server-side issues, which were previously invisible in the test output.

@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: df5a8b3

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

This PR includes changesets to release 0 packages

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

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

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

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

❌ 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
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4304
✅ 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

@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.037s (-1.6%)1.016s (~)0.978s101.00x
💻 LocalExpress0.042s (-4.3%)1.007s (~)0.965s101.13x
💻 LocalNitro0.044s (+52.8% 🔺)1.008s (~)0.964s101.17x
🐘 PostgresNitro0.197s (-42.5% 🟢)1.014s (~)0.816s105.26x
🐘 PostgresExpress0.203s (-13.9% 🟢)1.016s (~)0.812s105.43x
🐘 PostgresNext.js (Turbopack)0.367s (+9.2% 🔺)1.025s (-0.8%)0.657s109.80x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.647s (-11.6% 🟢)1.516s (-13.0% 🟢)0.869s101.00x
▲ VercelNext.js (Turbopack)0.667s (-2.6%)1.618s (+5.6% 🔺)0.951s101.03x
▲ VercelExpress0.751s (+14.8% 🔺)1.837s (+23.7% 🔺)1.085s101.16x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.099s (~)2.012s (~)0.913s101.00x
💻 LocalExpress1.112s (-0.7%)2.007s (~)0.895s101.01x
💻 LocalNitro1.115s (+3.3%)2.008s (~)0.893s101.01x
🐘 PostgresNext.js (Turbopack)1.733s (-15.4% 🟢)2.015s (-28.6% 🟢)0.282s101.58x
🐘 PostgresNitro2.300s (-3.1%)3.014s (~)0.713s102.09x
🐘 PostgresExpress2.333s (+4.9%)3.015s (~)0.682s102.12x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.795s (-3.1%)3.934s (+7.4% 🔺)1.138s101.00x
▲ VercelNitro2.812s (-9.8% 🟢)3.644s (-7.9% 🟢)0.832s101.01x
▲ VercelNext.js (Turbopack)3.370s (+16.4% 🔺)4.063s (+11.0% 🔺)0.693s101.21x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.706s (~)11.020s (~)0.314s31.00x
💻 LocalNitro10.814s (+2.4%)11.014s (~)0.200s31.01x
💻 LocalExpress10.817s (~)11.015s (~)0.198s31.01x
🐘 PostgresNext.js (Turbopack)15.122s (~)16.031s (+3.2%)0.909s21.41x
🐘 PostgresExpress20.424s (~)21.039s (~)0.616s21.91x
🐘 PostgresNitro20.460s (+1.1%)21.027s (~)0.566s21.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro22.614s (-3.1%)23.427s (-3.6%)0.813s21.00x
▲ VercelExpress23.232s (+2.4%)24.135s (+4.6%)0.903s21.03x
▲ VercelNext.js (Turbopack)23.566s (~)24.601s (+2.5%)1.035s21.04x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)27.208s (~)28.031s (~)0.823s31.00x
💻 LocalExpress27.414s (-0.6%)28.022s (~)0.608s31.01x
💻 LocalNitro27.453s (+2.5%)28.029s (+3.7%)0.576s31.01x
🐘 PostgresNext.js (Turbopack)36.798s (-1.4%)37.551s (-1.4%)0.753s21.35x
🐘 PostgresExpress50.290s (~)51.085s (~)0.795s21.85x
🐘 PostgresNitro50.376s (+1.1%)51.077s (+1.0%)0.701s21.85x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)56.674s (-2.0%)57.634s (-1.1%)0.960s21.00x
▲ VercelNitro57.022s (-1.7%)57.486s (-2.4%)0.464s21.01x
▲ VercelExpress57.373s (~)58.303s (~)0.930s21.01x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)56.587s (~)57.041s (~)0.453s21.00x
💻 LocalExpress57.050s (-0.6%)57.549s (-0.9%)0.499s21.01x
💻 LocalNitro57.215s (+2.8%)58.026s (+3.5%)0.812s21.01x
🐘 PostgresNext.js (Turbopack)67.376s (-10.5% 🟢)68.102s (-10.5% 🟢)0.725s21.19x
🐘 PostgresNitro100.196s (~)101.154s (~)0.958s11.77x
🐘 PostgresExpress100.595s (~)101.115s (~)0.520s11.78x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro119.686s (-4.1%)120.507s (-3.6%)0.821s11.00x
▲ VercelNext.js (Turbopack)121.393s (~)121.919s (-0.7%)0.526s11.01x
▲ VercelExpress121.885s (+2.2%)122.433s (+1.8%)0.548s11.02x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.397s (-2.3%)2.006s (~)0.610s151.00x
💻 LocalNext.js (Turbopack)1.411s (+2.7%)2.012s (~)0.600s151.01x
💻 LocalNitro1.411s (+4.2%)2.006s (~)0.594s151.01x
🐘 PostgresNext.js (Turbopack)2.231s (-4.8%)2.761s (+2.1%)0.530s111.60x
🐘 PostgresExpress2.265s (~)3.013s (~)0.748s101.62x
🐘 PostgresNitro2.335s (-6.5% 🟢)3.011s (~)0.676s101.67x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.877s (~)3.869s (+2.2%)0.992s81.00x
▲ VercelNext.js (Turbopack)2.932s (-9.3% 🟢)3.882s (-5.2% 🟢)0.950s81.02x
▲ VercelNitro3.049s (+2.9%)3.896s (-0.9%)0.847s81.06x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.500s (+1.4%)3.051s (~)0.550s101.00x
💻 LocalExpress2.541s (-4.0%)3.015s (~)0.474s101.02x
💻 LocalNitro2.577s (+15.2% 🔺)3.017s (-6.2% 🟢)0.440s101.03x
🐘 PostgresNitro8.324s (-0.9%)9.068s (~)0.744s43.33x
🐘 PostgresExpress9.085s (+2.9%)9.822s (+5.5% 🔺)0.737s43.63x
🐘 PostgresNext.js (Turbopack)13.004s (-3.8%)13.371s (-4.7%)0.367s35.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.376s (-6.2% 🟢)4.546s (+5.6% 🔺)1.170s71.00x
▲ VercelNitro3.405s (-5.6% 🟢)4.119s (-21.8% 🟢)0.713s81.01x
▲ VercelExpress3.496s (+15.0% 🔺)4.250s (+11.8% 🔺)0.754s81.04x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.093s (-9.2% 🟢)7.395s (-15.2% 🟢)0.302s51.00x
💻 LocalNext.js (Turbopack)7.136s (+10.2% 🔺)7.782s (+8.7% 🔺)0.646s51.01x
💻 LocalNitro7.470s (+22.1% 🔺)8.454s (+25.4% 🔺)0.984s41.05x
🐘 PostgresNitro44.071s (-13.9% 🟢)44.455s (-14.7% 🟢)0.384s16.21x
🐘 PostgresExpress44.229s (-7.4% 🟢)45.162s (-6.5% 🟢)0.933s16.24x
🐘 PostgresNext.js (Turbopack)53.051s (-4.5%)53.146s (-5.6% 🟢)0.095s17.48x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.381s (-2.1%)4.791s (+17.1% 🔺)1.409s71.00x
▲ VercelNitro4.208s (+20.5% 🔺)4.728s (+14.8% 🔺)0.520s71.24x
▲ VercelNext.js (Turbopack)4.676s (+25.3% 🔺)5.505s (+23.5% 🔺)0.829s61.38x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro1.411s (+3.9%)2.006s (~)0.595s151.00x
💻 LocalNext.js (Turbopack)1.424s (+0.9%)2.010s (~)0.586s151.01x
💻 LocalExpress1.426s (-1.5%)2.006s (~)0.580s151.01x
🐘 PostgresNitro1.999s (-5.3% 🟢)2.597s (+2.7%)0.598s121.42x
🐘 PostgresExpress2.099s (+4.5%)2.615s (~)0.516s121.49x
🐘 PostgresNext.js (Turbopack)2.577s (+15.3% 🔺)2.834s (~)0.257s111.83x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.768s (-2.3%)3.721s (+2.1%)0.953s91.00x
▲ VercelExpress2.795s (-3.9%)3.775s (+2.4%)0.980s81.01x
▲ VercelNitro2.837s (~)4.354s (+16.6% 🔺)1.518s71.02x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.647s (+13.2% 🔺)3.011s (-9.0% 🟢)0.364s101.00x
💻 LocalNext.js (Turbopack)2.655s (+1.0%)3.029s (~)0.374s101.00x
💻 LocalExpress2.674s (-7.4% 🟢)3.009s (-0.9%)0.335s101.01x
🐘 PostgresNitro11.265s (-7.7% 🟢)11.714s (-5.2% 🟢)0.449s34.26x
🐘 PostgresExpress11.896s (-1.4%)12.043s (-2.7%)0.146s34.49x
🐘 PostgresNext.js (Turbopack)14.178s (+5.6% 🔺)15.025s (+9.0% 🔺)0.847s25.36x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.990s (~)3.811s (+2.0%)0.821s91.00x
▲ VercelExpress3.070s (+1.2%)3.943s (+8.4% 🔺)0.873s81.03x
▲ VercelNext.js (Turbopack)3.089s (+3.9%)3.693s (-3.2%)0.604s91.03x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)7.508s (+9.7% 🔺)8.602s (+4.5%)1.094s41.00x
💻 LocalNitro7.816s (+19.7% 🔺)8.812s (+17.0% 🔺)0.997s41.04x
💻 LocalExpress7.868s (-3.0%)8.813s (+4.2%)0.945s41.05x
🐘 PostgresNitro48.419s (-9.3% 🟢)49.153s (-9.3% 🟢)0.734s16.45x
🐘 PostgresExpress54.095s (+3.5%)54.270s (+1.9%)0.175s17.20x
🐘 PostgresNext.js (Turbopack)58.208s (+3.6%)59.241s (+5.3% 🔺)1.033s17.75x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.248s (+2.3%)3.838s (+1.3%)0.589s81.00x
▲ VercelNext.js (Turbopack)3.359s (+1.0%)4.036s (+2.8%)0.676s81.03x
▲ VercelExpress3.604s (-8.2% 🟢)4.464s (-0.6%)0.860s81.11x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.143s (+1.5%)1.003s (~)0.015s (+2.7%)1.026s (~)0.882s101.00x
💻 LocalExpress0.180s (-4.9%)0.992s (~)0.014s (-5.4% 🟢)1.020s (~)0.840s101.25x
💻 LocalNitro0.181s (+56.6% 🔺)0.992s (-0.8%)0.014s (+19.8% 🔺)1.020s (~)0.840s101.26x
🐘 PostgresNext.js (Turbopack)0.641s (-46.2% 🟢)0.955s (-48.5% 🟢)0.000s (+Infinity% 🔺)1.016s (-49.7% 🟢)0.375s104.47x
🐘 PostgresExpress2.328s (-2.1%)2.717s (+1.9%)0.000s (-100.0% 🟢)3.017s (~)0.688s1016.23x
🐘 PostgresNitro2.386s (+108.2% 🔺)2.657s (+40.2% 🔺)0.000s (+200.0% 🔺)3.016s (+49.7% 🔺)0.629s1016.63x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.084s (+8.1% 🔺)3.413s (+4.2%)0.222s (-1.8%)4.129s (+3.9%)1.044s101.00x
▲ VercelExpress3.109s (+3.6%)3.466s (+4.1%)0.227s (+41.2% 🔺)4.303s (+8.5% 🔺)1.194s101.01x
▲ VercelNext.js (Turbopack)3.187s (+6.4% 🔺)3.353s (+1.4%)0.238s (+36.3% 🔺)4.130s (+3.8%)0.943s101.03x

🔍 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
🐘 PostgresNitro6/12
▲ VercelNitro6/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 5, 2026

Copy link
Copy Markdown
Contributor

@TooTallNateGraphite App

Copy link
Copy Markdown
MemberAuthor

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

@TooTallNate
TooTallNate marked this pull request as ready for review February 5, 2026 07:11
CopilotAI review requested due to automatic review settings February 5, 2026 07:11

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 PR enhances debugging capabilities for Windows E2E tests by capturing, displaying, and preserving Next.js server logs. Previously, server output was invisible in test runs, making it difficult to diagnose server-side failures on Windows.

Changes:

  • Modified log capture to redirect Next.js server output to a log file during E2E test execution
  • Added post-test step to print captured logs to the GitHub Actions console
  • Added artifact upload step to preserve logs for later inspection

Reviewed changes

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

FileDescription
.github/workflows/tests.ymlAdded log file capture, console printing, and artifact upload for Next.js server logs in Windows E2E tests
.changeset/fruity-ads-write.mdEmpty changeset file for CI/workflow-only changes (no package changes)

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

ijjk
ijjk approved these changes Feb 5, 2026
@TooTallNate
TooTallNate merged commit c28d6ca into mainFeb 5, 2026
161 of 162 checks passed
@TooTallNate
TooTallNate deleted the 02-04-upload_next.js_server_logs_as_artifact_for_windows_e2e branch February 5, 2026 19:10
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.

4 participants

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

Upload Next.js server logs as artifact for Windows E2E - #946

Merged
TooTallNate merged 1 commit into
mainfrom
02-04-upload_next.js_server_logs_as_artifact_for_windows_e2e
Feb 5, 2026
Merged

Upload Next.js server logs as artifact for Windows E2E#946
TooTallNate merged 1 commit into
mainfrom
02-04-upload_next.js_server_logs_as_artifact_for_windows_e2e

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Feb 5, 2026

Copy link
Copy Markdown
Member

Improved Next.js E2E test debugging on Windows by capturing and exposing server logs.

What changed?

  • Modified the Windows E2E test workflow to capture Next.js server logs during test execution
  • Added a step to print the server logs to the GitHub Actions console after tests complete
  • Added an artifact upload step to preserve the Next.js server logs for later inspection

How to test?

Run the E2E tests on Windows and verify that:

  1. The Next.js server logs are properly captured to nextjs-server.log
  2. The logs are printed to the console after test completion
  3. The logs are uploaded as an artifact named nextjs-server-logs-windows

Why make this change?

This change enhances debugging capabilities for Next.js E2E tests on Windows. By capturing, displaying, and preserving the server logs, it becomes much easier to diagnose test failures that might be related to server-side issues, which were previously invisible in the test output.

@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: df5a8b3

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

This PR includes changesets to release 0 packages

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

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

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

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

❌ 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
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4304
✅ 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

@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.037s (-1.6%)1.016s (~)0.978s101.00x
💻 LocalExpress0.042s (-4.3%)1.007s (~)0.965s101.13x
💻 LocalNitro0.044s (+52.8% 🔺)1.008s (~)0.964s101.17x
🐘 PostgresNitro0.197s (-42.5% 🟢)1.014s (~)0.816s105.26x
🐘 PostgresExpress0.203s (-13.9% 🟢)1.016s (~)0.812s105.43x
🐘 PostgresNext.js (Turbopack)0.367s (+9.2% 🔺)1.025s (-0.8%)0.657s109.80x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.647s (-11.6% 🟢)1.516s (-13.0% 🟢)0.869s101.00x
▲ VercelNext.js (Turbopack)0.667s (-2.6%)1.618s (+5.6% 🔺)0.951s101.03x
▲ VercelExpress0.751s (+14.8% 🔺)1.837s (+23.7% 🔺)1.085s101.16x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.099s (~)2.012s (~)0.913s101.00x
💻 LocalExpress1.112s (-0.7%)2.007s (~)0.895s101.01x
💻 LocalNitro1.115s (+3.3%)2.008s (~)0.893s101.01x
🐘 PostgresNext.js (Turbopack)1.733s (-15.4% 🟢)2.015s (-28.6% 🟢)0.282s101.58x
🐘 PostgresNitro2.300s (-3.1%)3.014s (~)0.713s102.09x
🐘 PostgresExpress2.333s (+4.9%)3.015s (~)0.682s102.12x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.795s (-3.1%)3.934s (+7.4% 🔺)1.138s101.00x
▲ VercelNitro2.812s (-9.8% 🟢)3.644s (-7.9% 🟢)0.832s101.01x
▲ VercelNext.js (Turbopack)3.370s (+16.4% 🔺)4.063s (+11.0% 🔺)0.693s101.21x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.706s (~)11.020s (~)0.314s31.00x
💻 LocalNitro10.814s (+2.4%)11.014s (~)0.200s31.01x
💻 LocalExpress10.817s (~)11.015s (~)0.198s31.01x
🐘 PostgresNext.js (Turbopack)15.122s (~)16.031s (+3.2%)0.909s21.41x
🐘 PostgresExpress20.424s (~)21.039s (~)0.616s21.91x
🐘 PostgresNitro20.460s (+1.1%)21.027s (~)0.566s21.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro22.614s (-3.1%)23.427s (-3.6%)0.813s21.00x
▲ VercelExpress23.232s (+2.4%)24.135s (+4.6%)0.903s21.03x
▲ VercelNext.js (Turbopack)23.566s (~)24.601s (+2.5%)1.035s21.04x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)27.208s (~)28.031s (~)0.823s31.00x
💻 LocalExpress27.414s (-0.6%)28.022s (~)0.608s31.01x
💻 LocalNitro27.453s (+2.5%)28.029s (+3.7%)0.576s31.01x
🐘 PostgresNext.js (Turbopack)36.798s (-1.4%)37.551s (-1.4%)0.753s21.35x
🐘 PostgresExpress50.290s (~)51.085s (~)0.795s21.85x
🐘 PostgresNitro50.376s (+1.1%)51.077s (+1.0%)0.701s21.85x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)56.674s (-2.0%)57.634s (-1.1%)0.960s21.00x
▲ VercelNitro57.022s (-1.7%)57.486s (-2.4%)0.464s21.01x
▲ VercelExpress57.373s (~)58.303s (~)0.930s21.01x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)56.587s (~)57.041s (~)0.453s21.00x
💻 LocalExpress57.050s (-0.6%)57.549s (-0.9%)0.499s21.01x
💻 LocalNitro57.215s (+2.8%)58.026s (+3.5%)0.812s21.01x
🐘 PostgresNext.js (Turbopack)67.376s (-10.5% 🟢)68.102s (-10.5% 🟢)0.725s21.19x
🐘 PostgresNitro100.196s (~)101.154s (~)0.958s11.77x
🐘 PostgresExpress100.595s (~)101.115s (~)0.520s11.78x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro119.686s (-4.1%)120.507s (-3.6%)0.821s11.00x
▲ VercelNext.js (Turbopack)121.393s (~)121.919s (-0.7%)0.526s11.01x
▲ VercelExpress121.885s (+2.2%)122.433s (+1.8%)0.548s11.02x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.397s (-2.3%)2.006s (~)0.610s151.00x
💻 LocalNext.js (Turbopack)1.411s (+2.7%)2.012s (~)0.600s151.01x
💻 LocalNitro1.411s (+4.2%)2.006s (~)0.594s151.01x
🐘 PostgresNext.js (Turbopack)2.231s (-4.8%)2.761s (+2.1%)0.530s111.60x
🐘 PostgresExpress2.265s (~)3.013s (~)0.748s101.62x
🐘 PostgresNitro2.335s (-6.5% 🟢)3.011s (~)0.676s101.67x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.877s (~)3.869s (+2.2%)0.992s81.00x
▲ VercelNext.js (Turbopack)2.932s (-9.3% 🟢)3.882s (-5.2% 🟢)0.950s81.02x
▲ VercelNitro3.049s (+2.9%)3.896s (-0.9%)0.847s81.06x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.500s (+1.4%)3.051s (~)0.550s101.00x
💻 LocalExpress2.541s (-4.0%)3.015s (~)0.474s101.02x
💻 LocalNitro2.577s (+15.2% 🔺)3.017s (-6.2% 🟢)0.440s101.03x
🐘 PostgresNitro8.324s (-0.9%)9.068s (~)0.744s43.33x
🐘 PostgresExpress9.085s (+2.9%)9.822s (+5.5% 🔺)0.737s43.63x
🐘 PostgresNext.js (Turbopack)13.004s (-3.8%)13.371s (-4.7%)0.367s35.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.376s (-6.2% 🟢)4.546s (+5.6% 🔺)1.170s71.00x
▲ VercelNitro3.405s (-5.6% 🟢)4.119s (-21.8% 🟢)0.713s81.01x
▲ VercelExpress3.496s (+15.0% 🔺)4.250s (+11.8% 🔺)0.754s81.04x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.093s (-9.2% 🟢)7.395s (-15.2% 🟢)0.302s51.00x
💻 LocalNext.js (Turbopack)7.136s (+10.2% 🔺)7.782s (+8.7% 🔺)0.646s51.01x
💻 LocalNitro7.470s (+22.1% 🔺)8.454s (+25.4% 🔺)0.984s41.05x
🐘 PostgresNitro44.071s (-13.9% 🟢)44.455s (-14.7% 🟢)0.384s16.21x
🐘 PostgresExpress44.229s (-7.4% 🟢)45.162s (-6.5% 🟢)0.933s16.24x
🐘 PostgresNext.js (Turbopack)53.051s (-4.5%)53.146s (-5.6% 🟢)0.095s17.48x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.381s (-2.1%)4.791s (+17.1% 🔺)1.409s71.00x
▲ VercelNitro4.208s (+20.5% 🔺)4.728s (+14.8% 🔺)0.520s71.24x
▲ VercelNext.js (Turbopack)4.676s (+25.3% 🔺)5.505s (+23.5% 🔺)0.829s61.38x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro1.411s (+3.9%)2.006s (~)0.595s151.00x
💻 LocalNext.js (Turbopack)1.424s (+0.9%)2.010s (~)0.586s151.01x
💻 LocalExpress1.426s (-1.5%)2.006s (~)0.580s151.01x
🐘 PostgresNitro1.999s (-5.3% 🟢)2.597s (+2.7%)0.598s121.42x
🐘 PostgresExpress2.099s (+4.5%)2.615s (~)0.516s121.49x
🐘 PostgresNext.js (Turbopack)2.577s (+15.3% 🔺)2.834s (~)0.257s111.83x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.768s (-2.3%)3.721s (+2.1%)0.953s91.00x
▲ VercelExpress2.795s (-3.9%)3.775s (+2.4%)0.980s81.01x
▲ VercelNitro2.837s (~)4.354s (+16.6% 🔺)1.518s71.02x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.647s (+13.2% 🔺)3.011s (-9.0% 🟢)0.364s101.00x
💻 LocalNext.js (Turbopack)2.655s (+1.0%)3.029s (~)0.374s101.00x
💻 LocalExpress2.674s (-7.4% 🟢)3.009s (-0.9%)0.335s101.01x
🐘 PostgresNitro11.265s (-7.7% 🟢)11.714s (-5.2% 🟢)0.449s34.26x
🐘 PostgresExpress11.896s (-1.4%)12.043s (-2.7%)0.146s34.49x
🐘 PostgresNext.js (Turbopack)14.178s (+5.6% 🔺)15.025s (+9.0% 🔺)0.847s25.36x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.990s (~)3.811s (+2.0%)0.821s91.00x
▲ VercelExpress3.070s (+1.2%)3.943s (+8.4% 🔺)0.873s81.03x
▲ VercelNext.js (Turbopack)3.089s (+3.9%)3.693s (-3.2%)0.604s91.03x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)7.508s (+9.7% 🔺)8.602s (+4.5%)1.094s41.00x
💻 LocalNitro7.816s (+19.7% 🔺)8.812s (+17.0% 🔺)0.997s41.04x
💻 LocalExpress7.868s (-3.0%)8.813s (+4.2%)0.945s41.05x
🐘 PostgresNitro48.419s (-9.3% 🟢)49.153s (-9.3% 🟢)0.734s16.45x
🐘 PostgresExpress54.095s (+3.5%)54.270s (+1.9%)0.175s17.20x
🐘 PostgresNext.js (Turbopack)58.208s (+3.6%)59.241s (+5.3% 🔺)1.033s17.75x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.248s (+2.3%)3.838s (+1.3%)0.589s81.00x
▲ VercelNext.js (Turbopack)3.359s (+1.0%)4.036s (+2.8%)0.676s81.03x
▲ VercelExpress3.604s (-8.2% 🟢)4.464s (-0.6%)0.860s81.11x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.143s (+1.5%)1.003s (~)0.015s (+2.7%)1.026s (~)0.882s101.00x
💻 LocalExpress0.180s (-4.9%)0.992s (~)0.014s (-5.4% 🟢)1.020s (~)0.840s101.25x
💻 LocalNitro0.181s (+56.6% 🔺)0.992s (-0.8%)0.014s (+19.8% 🔺)1.020s (~)0.840s101.26x
🐘 PostgresNext.js (Turbopack)0.641s (-46.2% 🟢)0.955s (-48.5% 🟢)0.000s (+Infinity% 🔺)1.016s (-49.7% 🟢)0.375s104.47x
🐘 PostgresExpress2.328s (-2.1%)2.717s (+1.9%)0.000s (-100.0% 🟢)3.017s (~)0.688s1016.23x
🐘 PostgresNitro2.386s (+108.2% 🔺)2.657s (+40.2% 🔺)0.000s (+200.0% 🔺)3.016s (+49.7% 🔺)0.629s1016.63x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.084s (+8.1% 🔺)3.413s (+4.2%)0.222s (-1.8%)4.129s (+3.9%)1.044s101.00x
▲ VercelExpress3.109s (+3.6%)3.466s (+4.1%)0.227s (+41.2% 🔺)4.303s (+8.5% 🔺)1.194s101.01x
▲ VercelNext.js (Turbopack)3.187s (+6.4% 🔺)3.353s (+1.4%)0.238s (+36.3% 🔺)4.130s (+3.8%)0.943s101.03x

🔍 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
🐘 PostgresNitro6/12
▲ VercelNitro6/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 5, 2026

Copy link
Copy Markdown
Contributor

@TooTallNateGraphite App

Copy link
Copy Markdown
MemberAuthor

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

@TooTallNate
TooTallNate marked this pull request as ready for review February 5, 2026 07:11
CopilotAI review requested due to automatic review settings February 5, 2026 07:11

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 PR enhances debugging capabilities for Windows E2E tests by capturing, displaying, and preserving Next.js server logs. Previously, server output was invisible in test runs, making it difficult to diagnose server-side failures on Windows.

Changes:

  • Modified log capture to redirect Next.js server output to a log file during E2E test execution
  • Added post-test step to print captured logs to the GitHub Actions console
  • Added artifact upload step to preserve logs for later inspection

Reviewed changes

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

FileDescription
.github/workflows/tests.ymlAdded log file capture, console printing, and artifact upload for Next.js server logs in Windows E2E tests
.changeset/fruity-ads-write.mdEmpty changeset file for CI/workflow-only changes (no package changes)

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

ijjk
ijjk approved these changes Feb 5, 2026
@TooTallNate
TooTallNate merged commit c28d6ca into mainFeb 5, 2026
161 of 162 checks passed
@TooTallNate
TooTallNate deleted the 02-04-upload_next.js_server_logs_as_artifact_for_windows_e2e branch February 5, 2026 19:10
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.

4 participants

@TooTallNate@ijjk@VaguelySerious
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Upload Next.js server logs as artifact for Windows E2E - #946

Merged
TooTallNate merged 1 commit into
mainfrom
02-04-upload_next.js_server_logs_as_artifact_for_windows_e2e
Feb 5, 2026
Merged

Upload Next.js server logs as artifact for Windows E2E#946
TooTallNate merged 1 commit into
mainfrom
02-04-upload_next.js_server_logs_as_artifact_for_windows_e2e

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Feb 5, 2026

Copy link
Copy Markdown
Member

Improved Next.js E2E test debugging on Windows by capturing and exposing server logs.

What changed?

  • Modified the Windows E2E test workflow to capture Next.js server logs during test execution
  • Added a step to print the server logs to the GitHub Actions console after tests complete
  • Added an artifact upload step to preserve the Next.js server logs for later inspection

How to test?

Run the E2E tests on Windows and verify that:

  1. The Next.js server logs are properly captured to nextjs-server.log
  2. The logs are printed to the console after test completion
  3. The logs are uploaded as an artifact named nextjs-server-logs-windows

Why make this change?

This change enhances debugging capabilities for Next.js E2E tests on Windows. By capturing, displaying, and preserving the server logs, it becomes much easier to diagnose test failures that might be related to server-side issues, which were previously invisible in the test output.

@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: df5a8b3

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

This PR includes changesets to release 0 packages

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

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

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

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

❌ 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
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4304
✅ 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

@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.037s (-1.6%)1.016s (~)0.978s101.00x
💻 LocalExpress0.042s (-4.3%)1.007s (~)0.965s101.13x
💻 LocalNitro0.044s (+52.8% 🔺)1.008s (~)0.964s101.17x
🐘 PostgresNitro0.197s (-42.5% 🟢)1.014s (~)0.816s105.26x
🐘 PostgresExpress0.203s (-13.9% 🟢)1.016s (~)0.812s105.43x
🐘 PostgresNext.js (Turbopack)0.367s (+9.2% 🔺)1.025s (-0.8%)0.657s109.80x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.647s (-11.6% 🟢)1.516s (-13.0% 🟢)0.869s101.00x
▲ VercelNext.js (Turbopack)0.667s (-2.6%)1.618s (+5.6% 🔺)0.951s101.03x
▲ VercelExpress0.751s (+14.8% 🔺)1.837s (+23.7% 🔺)1.085s101.16x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.099s (~)2.012s (~)0.913s101.00x
💻 LocalExpress1.112s (-0.7%)2.007s (~)0.895s101.01x
💻 LocalNitro1.115s (+3.3%)2.008s (~)0.893s101.01x
🐘 PostgresNext.js (Turbopack)1.733s (-15.4% 🟢)2.015s (-28.6% 🟢)0.282s101.58x
🐘 PostgresNitro2.300s (-3.1%)3.014s (~)0.713s102.09x
🐘 PostgresExpress2.333s (+4.9%)3.015s (~)0.682s102.12x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.795s (-3.1%)3.934s (+7.4% 🔺)1.138s101.00x
▲ VercelNitro2.812s (-9.8% 🟢)3.644s (-7.9% 🟢)0.832s101.01x
▲ VercelNext.js (Turbopack)3.370s (+16.4% 🔺)4.063s (+11.0% 🔺)0.693s101.21x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.706s (~)11.020s (~)0.314s31.00x
💻 LocalNitro10.814s (+2.4%)11.014s (~)0.200s31.01x
💻 LocalExpress10.817s (~)11.015s (~)0.198s31.01x
🐘 PostgresNext.js (Turbopack)15.122s (~)16.031s (+3.2%)0.909s21.41x
🐘 PostgresExpress20.424s (~)21.039s (~)0.616s21.91x
🐘 PostgresNitro20.460s (+1.1%)21.027s (~)0.566s21.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro22.614s (-3.1%)23.427s (-3.6%)0.813s21.00x
▲ VercelExpress23.232s (+2.4%)24.135s (+4.6%)0.903s21.03x
▲ VercelNext.js (Turbopack)23.566s (~)24.601s (+2.5%)1.035s21.04x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)27.208s (~)28.031s (~)0.823s31.00x
💻 LocalExpress27.414s (-0.6%)28.022s (~)0.608s31.01x
💻 LocalNitro27.453s (+2.5%)28.029s (+3.7%)0.576s31.01x
🐘 PostgresNext.js (Turbopack)36.798s (-1.4%)37.551s (-1.4%)0.753s21.35x
🐘 PostgresExpress50.290s (~)51.085s (~)0.795s21.85x
🐘 PostgresNitro50.376s (+1.1%)51.077s (+1.0%)0.701s21.85x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)56.674s (-2.0%)57.634s (-1.1%)0.960s21.00x
▲ VercelNitro57.022s (-1.7%)57.486s (-2.4%)0.464s21.01x
▲ VercelExpress57.373s (~)58.303s (~)0.930s21.01x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)56.587s (~)57.041s (~)0.453s21.00x
💻 LocalExpress57.050s (-0.6%)57.549s (-0.9%)0.499s21.01x
💻 LocalNitro57.215s (+2.8%)58.026s (+3.5%)0.812s21.01x
🐘 PostgresNext.js (Turbopack)67.376s (-10.5% 🟢)68.102s (-10.5% 🟢)0.725s21.19x
🐘 PostgresNitro100.196s (~)101.154s (~)0.958s11.77x
🐘 PostgresExpress100.595s (~)101.115s (~)0.520s11.78x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro119.686s (-4.1%)120.507s (-3.6%)0.821s11.00x
▲ VercelNext.js (Turbopack)121.393s (~)121.919s (-0.7%)0.526s11.01x
▲ VercelExpress121.885s (+2.2%)122.433s (+1.8%)0.548s11.02x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.397s (-2.3%)2.006s (~)0.610s151.00x
💻 LocalNext.js (Turbopack)1.411s (+2.7%)2.012s (~)0.600s151.01x
💻 LocalNitro1.411s (+4.2%)2.006s (~)0.594s151.01x
🐘 PostgresNext.js (Turbopack)2.231s (-4.8%)2.761s (+2.1%)0.530s111.60x
🐘 PostgresExpress2.265s (~)3.013s (~)0.748s101.62x
🐘 PostgresNitro2.335s (-6.5% 🟢)3.011s (~)0.676s101.67x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.877s (~)3.869s (+2.2%)0.992s81.00x
▲ VercelNext.js (Turbopack)2.932s (-9.3% 🟢)3.882s (-5.2% 🟢)0.950s81.02x
▲ VercelNitro3.049s (+2.9%)3.896s (-0.9%)0.847s81.06x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.500s (+1.4%)3.051s (~)0.550s101.00x
💻 LocalExpress2.541s (-4.0%)3.015s (~)0.474s101.02x
💻 LocalNitro2.577s (+15.2% 🔺)3.017s (-6.2% 🟢)0.440s101.03x
🐘 PostgresNitro8.324s (-0.9%)9.068s (~)0.744s43.33x
🐘 PostgresExpress9.085s (+2.9%)9.822s (+5.5% 🔺)0.737s43.63x
🐘 PostgresNext.js (Turbopack)13.004s (-3.8%)13.371s (-4.7%)0.367s35.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.376s (-6.2% 🟢)4.546s (+5.6% 🔺)1.170s71.00x
▲ VercelNitro3.405s (-5.6% 🟢)4.119s (-21.8% 🟢)0.713s81.01x
▲ VercelExpress3.496s (+15.0% 🔺)4.250s (+11.8% 🔺)0.754s81.04x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.093s (-9.2% 🟢)7.395s (-15.2% 🟢)0.302s51.00x
💻 LocalNext.js (Turbopack)7.136s (+10.2% 🔺)7.782s (+8.7% 🔺)0.646s51.01x
💻 LocalNitro7.470s (+22.1% 🔺)8.454s (+25.4% 🔺)0.984s41.05x
🐘 PostgresNitro44.071s (-13.9% 🟢)44.455s (-14.7% 🟢)0.384s16.21x
🐘 PostgresExpress44.229s (-7.4% 🟢)45.162s (-6.5% 🟢)0.933s16.24x
🐘 PostgresNext.js (Turbopack)53.051s (-4.5%)53.146s (-5.6% 🟢)0.095s17.48x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.381s (-2.1%)4.791s (+17.1% 🔺)1.409s71.00x
▲ VercelNitro4.208s (+20.5% 🔺)4.728s (+14.8% 🔺)0.520s71.24x
▲ VercelNext.js (Turbopack)4.676s (+25.3% 🔺)5.505s (+23.5% 🔺)0.829s61.38x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro1.411s (+3.9%)2.006s (~)0.595s151.00x
💻 LocalNext.js (Turbopack)1.424s (+0.9%)2.010s (~)0.586s151.01x
💻 LocalExpress1.426s (-1.5%)2.006s (~)0.580s151.01x
🐘 PostgresNitro1.999s (-5.3% 🟢)2.597s (+2.7%)0.598s121.42x
🐘 PostgresExpress2.099s (+4.5%)2.615s (~)0.516s121.49x
🐘 PostgresNext.js (Turbopack)2.577s (+15.3% 🔺)2.834s (~)0.257s111.83x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.768s (-2.3%)3.721s (+2.1%)0.953s91.00x
▲ VercelExpress2.795s (-3.9%)3.775s (+2.4%)0.980s81.01x
▲ VercelNitro2.837s (~)4.354s (+16.6% 🔺)1.518s71.02x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.647s (+13.2% 🔺)3.011s (-9.0% 🟢)0.364s101.00x
💻 LocalNext.js (Turbopack)2.655s (+1.0%)3.029s (~)0.374s101.00x
💻 LocalExpress2.674s (-7.4% 🟢)3.009s (-0.9%)0.335s101.01x
🐘 PostgresNitro11.265s (-7.7% 🟢)11.714s (-5.2% 🟢)0.449s34.26x
🐘 PostgresExpress11.896s (-1.4%)12.043s (-2.7%)0.146s34.49x
🐘 PostgresNext.js (Turbopack)14.178s (+5.6% 🔺)15.025s (+9.0% 🔺)0.847s25.36x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.990s (~)3.811s (+2.0%)0.821s91.00x
▲ VercelExpress3.070s (+1.2%)3.943s (+8.4% 🔺)0.873s81.03x
▲ VercelNext.js (Turbopack)3.089s (+3.9%)3.693s (-3.2%)0.604s91.03x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)7.508s (+9.7% 🔺)8.602s (+4.5%)1.094s41.00x
💻 LocalNitro7.816s (+19.7% 🔺)8.812s (+17.0% 🔺)0.997s41.04x
💻 LocalExpress7.868s (-3.0%)8.813s (+4.2%)0.945s41.05x
🐘 PostgresNitro48.419s (-9.3% 🟢)49.153s (-9.3% 🟢)0.734s16.45x
🐘 PostgresExpress54.095s (+3.5%)54.270s (+1.9%)0.175s17.20x
🐘 PostgresNext.js (Turbopack)58.208s (+3.6%)59.241s (+5.3% 🔺)1.033s17.75x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.248s (+2.3%)3.838s (+1.3%)0.589s81.00x
▲ VercelNext.js (Turbopack)3.359s (+1.0%)4.036s (+2.8%)0.676s81.03x
▲ VercelExpress3.604s (-8.2% 🟢)4.464s (-0.6%)0.860s81.11x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.143s (+1.5%)1.003s (~)0.015s (+2.7%)1.026s (~)0.882s101.00x
💻 LocalExpress0.180s (-4.9%)0.992s (~)0.014s (-5.4% 🟢)1.020s (~)0.840s101.25x
💻 LocalNitro0.181s (+56.6% 🔺)0.992s (-0.8%)0.014s (+19.8% 🔺)1.020s (~)0.840s101.26x
🐘 PostgresNext.js (Turbopack)0.641s (-46.2% 🟢)0.955s (-48.5% 🟢)0.000s (+Infinity% 🔺)1.016s (-49.7% 🟢)0.375s104.47x
🐘 PostgresExpress2.328s (-2.1%)2.717s (+1.9%)0.000s (-100.0% 🟢)3.017s (~)0.688s1016.23x
🐘 PostgresNitro2.386s (+108.2% 🔺)2.657s (+40.2% 🔺)0.000s (+200.0% 🔺)3.016s (+49.7% 🔺)0.629s1016.63x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.084s (+8.1% 🔺)3.413s (+4.2%)0.222s (-1.8%)4.129s (+3.9%)1.044s101.00x
▲ VercelExpress3.109s (+3.6%)3.466s (+4.1%)0.227s (+41.2% 🔺)4.303s (+8.5% 🔺)1.194s101.01x
▲ VercelNext.js (Turbopack)3.187s (+6.4% 🔺)3.353s (+1.4%)0.238s (+36.3% 🔺)4.130s (+3.8%)0.943s101.03x

🔍 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
🐘 PostgresNitro6/12
▲ VercelNitro6/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 5, 2026

Copy link
Copy Markdown
Contributor

@TooTallNateGraphite App

Copy link
Copy Markdown
MemberAuthor

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

@TooTallNate
TooTallNate marked this pull request as ready for review February 5, 2026 07:11
CopilotAI review requested due to automatic review settings February 5, 2026 07:11

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 PR enhances debugging capabilities for Windows E2E tests by capturing, displaying, and preserving Next.js server logs. Previously, server output was invisible in test runs, making it difficult to diagnose server-side failures on Windows.

Changes:

  • Modified log capture to redirect Next.js server output to a log file during E2E test execution
  • Added post-test step to print captured logs to the GitHub Actions console
  • Added artifact upload step to preserve logs for later inspection

Reviewed changes

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

FileDescription
.github/workflows/tests.ymlAdded log file capture, console printing, and artifact upload for Next.js server logs in Windows E2E tests
.changeset/fruity-ads-write.mdEmpty changeset file for CI/workflow-only changes (no package changes)

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

ijjk
ijjk approved these changes Feb 5, 2026
@TooTallNate
TooTallNate merged commit c28d6ca into mainFeb 5, 2026
161 of 162 checks passed
@TooTallNate
TooTallNate deleted the 02-04-upload_next.js_server_logs_as_artifact_for_windows_e2e branch February 5, 2026 19:10
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.

4 participants

@TooTallNate@ijjk@VaguelySerious
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Upload Next.js server logs as artifact for Windows E2E - #946

Merged
TooTallNate merged 1 commit into
mainfrom
02-04-upload_next.js_server_logs_as_artifact_for_windows_e2e
Feb 5, 2026
Merged

Upload Next.js server logs as artifact for Windows E2E#946
TooTallNate merged 1 commit into
mainfrom
02-04-upload_next.js_server_logs_as_artifact_for_windows_e2e

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Feb 5, 2026

Copy link
Copy Markdown
Member

Improved Next.js E2E test debugging on Windows by capturing and exposing server logs.

What changed?

  • Modified the Windows E2E test workflow to capture Next.js server logs during test execution
  • Added a step to print the server logs to the GitHub Actions console after tests complete
  • Added an artifact upload step to preserve the Next.js server logs for later inspection

How to test?

Run the E2E tests on Windows and verify that:

  1. The Next.js server logs are properly captured to nextjs-server.log
  2. The logs are printed to the console after test completion
  3. The logs are uploaded as an artifact named nextjs-server-logs-windows

Why make this change?

This change enhances debugging capabilities for Next.js E2E tests on Windows. By capturing, displaying, and preserving the server logs, it becomes much easier to diagnose test failures that might be related to server-side issues, which were previously invisible in the test output.

@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: df5a8b3

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

This PR includes changesets to release 0 packages

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

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

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

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

❌ 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
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4304
✅ 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

@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.037s (-1.6%)1.016s (~)0.978s101.00x
💻 LocalExpress0.042s (-4.3%)1.007s (~)0.965s101.13x
💻 LocalNitro0.044s (+52.8% 🔺)1.008s (~)0.964s101.17x
🐘 PostgresNitro0.197s (-42.5% 🟢)1.014s (~)0.816s105.26x
🐘 PostgresExpress0.203s (-13.9% 🟢)1.016s (~)0.812s105.43x
🐘 PostgresNext.js (Turbopack)0.367s (+9.2% 🔺)1.025s (-0.8%)0.657s109.80x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.647s (-11.6% 🟢)1.516s (-13.0% 🟢)0.869s101.00x
▲ VercelNext.js (Turbopack)0.667s (-2.6%)1.618s (+5.6% 🔺)0.951s101.03x
▲ VercelExpress0.751s (+14.8% 🔺)1.837s (+23.7% 🔺)1.085s101.16x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.099s (~)2.012s (~)0.913s101.00x
💻 LocalExpress1.112s (-0.7%)2.007s (~)0.895s101.01x
💻 LocalNitro1.115s (+3.3%)2.008s (~)0.893s101.01x
🐘 PostgresNext.js (Turbopack)1.733s (-15.4% 🟢)2.015s (-28.6% 🟢)0.282s101.58x
🐘 PostgresNitro2.300s (-3.1%)3.014s (~)0.713s102.09x
🐘 PostgresExpress2.333s (+4.9%)3.015s (~)0.682s102.12x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.795s (-3.1%)3.934s (+7.4% 🔺)1.138s101.00x
▲ VercelNitro2.812s (-9.8% 🟢)3.644s (-7.9% 🟢)0.832s101.01x
▲ VercelNext.js (Turbopack)3.370s (+16.4% 🔺)4.063s (+11.0% 🔺)0.693s101.21x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.706s (~)11.020s (~)0.314s31.00x
💻 LocalNitro10.814s (+2.4%)11.014s (~)0.200s31.01x
💻 LocalExpress10.817s (~)11.015s (~)0.198s31.01x
🐘 PostgresNext.js (Turbopack)15.122s (~)16.031s (+3.2%)0.909s21.41x
🐘 PostgresExpress20.424s (~)21.039s (~)0.616s21.91x
🐘 PostgresNitro20.460s (+1.1%)21.027s (~)0.566s21.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro22.614s (-3.1%)23.427s (-3.6%)0.813s21.00x
▲ VercelExpress23.232s (+2.4%)24.135s (+4.6%)0.903s21.03x
▲ VercelNext.js (Turbopack)23.566s (~)24.601s (+2.5%)1.035s21.04x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)27.208s (~)28.031s (~)0.823s31.00x
💻 LocalExpress27.414s (-0.6%)28.022s (~)0.608s31.01x
💻 LocalNitro27.453s (+2.5%)28.029s (+3.7%)0.576s31.01x
🐘 PostgresNext.js (Turbopack)36.798s (-1.4%)37.551s (-1.4%)0.753s21.35x
🐘 PostgresExpress50.290s (~)51.085s (~)0.795s21.85x
🐘 PostgresNitro50.376s (+1.1%)51.077s (+1.0%)0.701s21.85x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)56.674s (-2.0%)57.634s (-1.1%)0.960s21.00x
▲ VercelNitro57.022s (-1.7%)57.486s (-2.4%)0.464s21.01x
▲ VercelExpress57.373s (~)58.303s (~)0.930s21.01x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)56.587s (~)57.041s (~)0.453s21.00x
💻 LocalExpress57.050s (-0.6%)57.549s (-0.9%)0.499s21.01x
💻 LocalNitro57.215s (+2.8%)58.026s (+3.5%)0.812s21.01x
🐘 PostgresNext.js (Turbopack)67.376s (-10.5% 🟢)68.102s (-10.5% 🟢)0.725s21.19x
🐘 PostgresNitro100.196s (~)101.154s (~)0.958s11.77x
🐘 PostgresExpress100.595s (~)101.115s (~)0.520s11.78x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro119.686s (-4.1%)120.507s (-3.6%)0.821s11.00x
▲ VercelNext.js (Turbopack)121.393s (~)121.919s (-0.7%)0.526s11.01x
▲ VercelExpress121.885s (+2.2%)122.433s (+1.8%)0.548s11.02x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.397s (-2.3%)2.006s (~)0.610s151.00x
💻 LocalNext.js (Turbopack)1.411s (+2.7%)2.012s (~)0.600s151.01x
💻 LocalNitro1.411s (+4.2%)2.006s (~)0.594s151.01x
🐘 PostgresNext.js (Turbopack)2.231s (-4.8%)2.761s (+2.1%)0.530s111.60x
🐘 PostgresExpress2.265s (~)3.013s (~)0.748s101.62x
🐘 PostgresNitro2.335s (-6.5% 🟢)3.011s (~)0.676s101.67x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.877s (~)3.869s (+2.2%)0.992s81.00x
▲ VercelNext.js (Turbopack)2.932s (-9.3% 🟢)3.882s (-5.2% 🟢)0.950s81.02x
▲ VercelNitro3.049s (+2.9%)3.896s (-0.9%)0.847s81.06x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.500s (+1.4%)3.051s (~)0.550s101.00x
💻 LocalExpress2.541s (-4.0%)3.015s (~)0.474s101.02x
💻 LocalNitro2.577s (+15.2% 🔺)3.017s (-6.2% 🟢)0.440s101.03x
🐘 PostgresNitro8.324s (-0.9%)9.068s (~)0.744s43.33x
🐘 PostgresExpress9.085s (+2.9%)9.822s (+5.5% 🔺)0.737s43.63x
🐘 PostgresNext.js (Turbopack)13.004s (-3.8%)13.371s (-4.7%)0.367s35.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.376s (-6.2% 🟢)4.546s (+5.6% 🔺)1.170s71.00x
▲ VercelNitro3.405s (-5.6% 🟢)4.119s (-21.8% 🟢)0.713s81.01x
▲ VercelExpress3.496s (+15.0% 🔺)4.250s (+11.8% 🔺)0.754s81.04x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.093s (-9.2% 🟢)7.395s (-15.2% 🟢)0.302s51.00x
💻 LocalNext.js (Turbopack)7.136s (+10.2% 🔺)7.782s (+8.7% 🔺)0.646s51.01x
💻 LocalNitro7.470s (+22.1% 🔺)8.454s (+25.4% 🔺)0.984s41.05x
🐘 PostgresNitro44.071s (-13.9% 🟢)44.455s (-14.7% 🟢)0.384s16.21x
🐘 PostgresExpress44.229s (-7.4% 🟢)45.162s (-6.5% 🟢)0.933s16.24x
🐘 PostgresNext.js (Turbopack)53.051s (-4.5%)53.146s (-5.6% 🟢)0.095s17.48x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.381s (-2.1%)4.791s (+17.1% 🔺)1.409s71.00x
▲ VercelNitro4.208s (+20.5% 🔺)4.728s (+14.8% 🔺)0.520s71.24x
▲ VercelNext.js (Turbopack)4.676s (+25.3% 🔺)5.505s (+23.5% 🔺)0.829s61.38x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro1.411s (+3.9%)2.006s (~)0.595s151.00x
💻 LocalNext.js (Turbopack)1.424s (+0.9%)2.010s (~)0.586s151.01x
💻 LocalExpress1.426s (-1.5%)2.006s (~)0.580s151.01x
🐘 PostgresNitro1.999s (-5.3% 🟢)2.597s (+2.7%)0.598s121.42x
🐘 PostgresExpress2.099s (+4.5%)2.615s (~)0.516s121.49x
🐘 PostgresNext.js (Turbopack)2.577s (+15.3% 🔺)2.834s (~)0.257s111.83x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.768s (-2.3%)3.721s (+2.1%)0.953s91.00x
▲ VercelExpress2.795s (-3.9%)3.775s (+2.4%)0.980s81.01x
▲ VercelNitro2.837s (~)4.354s (+16.6% 🔺)1.518s71.02x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.647s (+13.2% 🔺)3.011s (-9.0% 🟢)0.364s101.00x
💻 LocalNext.js (Turbopack)2.655s (+1.0%)3.029s (~)0.374s101.00x
💻 LocalExpress2.674s (-7.4% 🟢)3.009s (-0.9%)0.335s101.01x
🐘 PostgresNitro11.265s (-7.7% 🟢)11.714s (-5.2% 🟢)0.449s34.26x
🐘 PostgresExpress11.896s (-1.4%)12.043s (-2.7%)0.146s34.49x
🐘 PostgresNext.js (Turbopack)14.178s (+5.6% 🔺)15.025s (+9.0% 🔺)0.847s25.36x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.990s (~)3.811s (+2.0%)0.821s91.00x
▲ VercelExpress3.070s (+1.2%)3.943s (+8.4% 🔺)0.873s81.03x
▲ VercelNext.js (Turbopack)3.089s (+3.9%)3.693s (-3.2%)0.604s91.03x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)7.508s (+9.7% 🔺)8.602s (+4.5%)1.094s41.00x
💻 LocalNitro7.816s (+19.7% 🔺)8.812s (+17.0% 🔺)0.997s41.04x
💻 LocalExpress7.868s (-3.0%)8.813s (+4.2%)0.945s41.05x
🐘 PostgresNitro48.419s (-9.3% 🟢)49.153s (-9.3% 🟢)0.734s16.45x
🐘 PostgresExpress54.095s (+3.5%)54.270s (+1.9%)0.175s17.20x
🐘 PostgresNext.js (Turbopack)58.208s (+3.6%)59.241s (+5.3% 🔺)1.033s17.75x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.248s (+2.3%)3.838s (+1.3%)0.589s81.00x
▲ VercelNext.js (Turbopack)3.359s (+1.0%)4.036s (+2.8%)0.676s81.03x
▲ VercelExpress3.604s (-8.2% 🟢)4.464s (-0.6%)0.860s81.11x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.143s (+1.5%)1.003s (~)0.015s (+2.7%)1.026s (~)0.882s101.00x
💻 LocalExpress0.180s (-4.9%)0.992s (~)0.014s (-5.4% 🟢)1.020s (~)0.840s101.25x
💻 LocalNitro0.181s (+56.6% 🔺)0.992s (-0.8%)0.014s (+19.8% 🔺)1.020s (~)0.840s101.26x
🐘 PostgresNext.js (Turbopack)0.641s (-46.2% 🟢)0.955s (-48.5% 🟢)0.000s (+Infinity% 🔺)1.016s (-49.7% 🟢)0.375s104.47x
🐘 PostgresExpress2.328s (-2.1%)2.717s (+1.9%)0.000s (-100.0% 🟢)3.017s (~)0.688s1016.23x
🐘 PostgresNitro2.386s (+108.2% 🔺)2.657s (+40.2% 🔺)0.000s (+200.0% 🔺)3.016s (+49.7% 🔺)0.629s1016.63x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.084s (+8.1% 🔺)3.413s (+4.2%)0.222s (-1.8%)4.129s (+3.9%)1.044s101.00x
▲ VercelExpress3.109s (+3.6%)3.466s (+4.1%)0.227s (+41.2% 🔺)4.303s (+8.5% 🔺)1.194s101.01x
▲ VercelNext.js (Turbopack)3.187s (+6.4% 🔺)3.353s (+1.4%)0.238s (+36.3% 🔺)4.130s (+3.8%)0.943s101.03x

🔍 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
🐘 PostgresNitro6/12
▲ VercelNitro6/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 5, 2026

Copy link
Copy Markdown
Contributor

@TooTallNateGraphite App

Copy link
Copy Markdown
MemberAuthor

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

@TooTallNate
TooTallNate marked this pull request as ready for review February 5, 2026 07:11
CopilotAI review requested due to automatic review settings February 5, 2026 07:11

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 PR enhances debugging capabilities for Windows E2E tests by capturing, displaying, and preserving Next.js server logs. Previously, server output was invisible in test runs, making it difficult to diagnose server-side failures on Windows.

Changes:

  • Modified log capture to redirect Next.js server output to a log file during E2E test execution
  • Added post-test step to print captured logs to the GitHub Actions console
  • Added artifact upload step to preserve logs for later inspection

Reviewed changes

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

FileDescription
.github/workflows/tests.ymlAdded log file capture, console printing, and artifact upload for Next.js server logs in Windows E2E tests
.changeset/fruity-ads-write.mdEmpty changeset file for CI/workflow-only changes (no package changes)

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

ijjk
ijjk approved these changes Feb 5, 2026
@TooTallNate
TooTallNate merged commit c28d6ca into mainFeb 5, 2026
161 of 162 checks passed
@TooTallNate
TooTallNate deleted the 02-04-upload_next.js_server_logs_as_artifact_for_windows_e2e branch February 5, 2026 19:10
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.

4 participants

@TooTallNate@ijjk@VaguelySerious
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content

Upload Next.js server logs as artifact for Windows E2E - #946

Merged
TooTallNate merged 1 commit into
mainfrom
02-04-upload_next.js_server_logs_as_artifact_for_windows_e2e
Feb 5, 2026
Merged

Upload Next.js server logs as artifact for Windows E2E#946
TooTallNate merged 1 commit into
mainfrom
02-04-upload_next.js_server_logs_as_artifact_for_windows_e2e

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Feb 5, 2026

Copy link
Copy Markdown
Member

Improved Next.js E2E test debugging on Windows by capturing and exposing server logs.

What changed?

  • Modified the Windows E2E test workflow to capture Next.js server logs during test execution
  • Added a step to print the server logs to the GitHub Actions console after tests complete
  • Added an artifact upload step to preserve the Next.js server logs for later inspection

How to test?

Run the E2E tests on Windows and verify that:

  1. The Next.js server logs are properly captured to nextjs-server.log
  2. The logs are printed to the console after test completion
  3. The logs are uploaded as an artifact named nextjs-server-logs-windows

Why make this change?

This change enhances debugging capabilities for Next.js E2E tests on Windows. By capturing, displaying, and preserving the server logs, it becomes much easier to diagnose test failures that might be related to server-side issues, which were previously invisible in the test output.

@changeset-bot

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: df5a8b3

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

This PR includes changesets to release 0 packages

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

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

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

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

❌ 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
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4304
✅ 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

@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.037s (-1.6%)1.016s (~)0.978s101.00x
💻 LocalExpress0.042s (-4.3%)1.007s (~)0.965s101.13x
💻 LocalNitro0.044s (+52.8% 🔺)1.008s (~)0.964s101.17x
🐘 PostgresNitro0.197s (-42.5% 🟢)1.014s (~)0.816s105.26x
🐘 PostgresExpress0.203s (-13.9% 🟢)1.016s (~)0.812s105.43x
🐘 PostgresNext.js (Turbopack)0.367s (+9.2% 🔺)1.025s (-0.8%)0.657s109.80x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.647s (-11.6% 🟢)1.516s (-13.0% 🟢)0.869s101.00x
▲ VercelNext.js (Turbopack)0.667s (-2.6%)1.618s (+5.6% 🔺)0.951s101.03x
▲ VercelExpress0.751s (+14.8% 🔺)1.837s (+23.7% 🔺)1.085s101.16x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.099s (~)2.012s (~)0.913s101.00x
💻 LocalExpress1.112s (-0.7%)2.007s (~)0.895s101.01x
💻 LocalNitro1.115s (+3.3%)2.008s (~)0.893s101.01x
🐘 PostgresNext.js (Turbopack)1.733s (-15.4% 🟢)2.015s (-28.6% 🟢)0.282s101.58x
🐘 PostgresNitro2.300s (-3.1%)3.014s (~)0.713s102.09x
🐘 PostgresExpress2.333s (+4.9%)3.015s (~)0.682s102.12x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.795s (-3.1%)3.934s (+7.4% 🔺)1.138s101.00x
▲ VercelNitro2.812s (-9.8% 🟢)3.644s (-7.9% 🟢)0.832s101.01x
▲ VercelNext.js (Turbopack)3.370s (+16.4% 🔺)4.063s (+11.0% 🔺)0.693s101.21x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)10.706s (~)11.020s (~)0.314s31.00x
💻 LocalNitro10.814s (+2.4%)11.014s (~)0.200s31.01x
💻 LocalExpress10.817s (~)11.015s (~)0.198s31.01x
🐘 PostgresNext.js (Turbopack)15.122s (~)16.031s (+3.2%)0.909s21.41x
🐘 PostgresExpress20.424s (~)21.039s (~)0.616s21.91x
🐘 PostgresNitro20.460s (+1.1%)21.027s (~)0.566s21.91x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro22.614s (-3.1%)23.427s (-3.6%)0.813s21.00x
▲ VercelExpress23.232s (+2.4%)24.135s (+4.6%)0.903s21.03x
▲ VercelNext.js (Turbopack)23.566s (~)24.601s (+2.5%)1.035s21.04x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)27.208s (~)28.031s (~)0.823s31.00x
💻 LocalExpress27.414s (-0.6%)28.022s (~)0.608s31.01x
💻 LocalNitro27.453s (+2.5%)28.029s (+3.7%)0.576s31.01x
🐘 PostgresNext.js (Turbopack)36.798s (-1.4%)37.551s (-1.4%)0.753s21.35x
🐘 PostgresExpress50.290s (~)51.085s (~)0.795s21.85x
🐘 PostgresNitro50.376s (+1.1%)51.077s (+1.0%)0.701s21.85x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)56.674s (-2.0%)57.634s (-1.1%)0.960s21.00x
▲ VercelNitro57.022s (-1.7%)57.486s (-2.4%)0.464s21.01x
▲ VercelExpress57.373s (~)58.303s (~)0.930s21.01x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)56.587s (~)57.041s (~)0.453s21.00x
💻 LocalExpress57.050s (-0.6%)57.549s (-0.9%)0.499s21.01x
💻 LocalNitro57.215s (+2.8%)58.026s (+3.5%)0.812s21.01x
🐘 PostgresNext.js (Turbopack)67.376s (-10.5% 🟢)68.102s (-10.5% 🟢)0.725s21.19x
🐘 PostgresNitro100.196s (~)101.154s (~)0.958s11.77x
🐘 PostgresExpress100.595s (~)101.115s (~)0.520s11.78x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro119.686s (-4.1%)120.507s (-3.6%)0.821s11.00x
▲ VercelNext.js (Turbopack)121.393s (~)121.919s (-0.7%)0.526s11.01x
▲ VercelExpress121.885s (+2.2%)122.433s (+1.8%)0.548s11.02x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.397s (-2.3%)2.006s (~)0.610s151.00x
💻 LocalNext.js (Turbopack)1.411s (+2.7%)2.012s (~)0.600s151.01x
💻 LocalNitro1.411s (+4.2%)2.006s (~)0.594s151.01x
🐘 PostgresNext.js (Turbopack)2.231s (-4.8%)2.761s (+2.1%)0.530s111.60x
🐘 PostgresExpress2.265s (~)3.013s (~)0.748s101.62x
🐘 PostgresNitro2.335s (-6.5% 🟢)3.011s (~)0.676s101.67x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.877s (~)3.869s (+2.2%)0.992s81.00x
▲ VercelNext.js (Turbopack)2.932s (-9.3% 🟢)3.882s (-5.2% 🟢)0.950s81.02x
▲ VercelNitro3.049s (+2.9%)3.896s (-0.9%)0.847s81.06x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)2.500s (+1.4%)3.051s (~)0.550s101.00x
💻 LocalExpress2.541s (-4.0%)3.015s (~)0.474s101.02x
💻 LocalNitro2.577s (+15.2% 🔺)3.017s (-6.2% 🟢)0.440s101.03x
🐘 PostgresNitro8.324s (-0.9%)9.068s (~)0.744s43.33x
🐘 PostgresExpress9.085s (+2.9%)9.822s (+5.5% 🔺)0.737s43.63x
🐘 PostgresNext.js (Turbopack)13.004s (-3.8%)13.371s (-4.7%)0.367s35.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.376s (-6.2% 🟢)4.546s (+5.6% 🔺)1.170s71.00x
▲ VercelNitro3.405s (-5.6% 🟢)4.119s (-21.8% 🟢)0.713s81.01x
▲ VercelExpress3.496s (+15.0% 🔺)4.250s (+11.8% 🔺)0.754s81.04x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.093s (-9.2% 🟢)7.395s (-15.2% 🟢)0.302s51.00x
💻 LocalNext.js (Turbopack)7.136s (+10.2% 🔺)7.782s (+8.7% 🔺)0.646s51.01x
💻 LocalNitro7.470s (+22.1% 🔺)8.454s (+25.4% 🔺)0.984s41.05x
🐘 PostgresNitro44.071s (-13.9% 🟢)44.455s (-14.7% 🟢)0.384s16.21x
🐘 PostgresExpress44.229s (-7.4% 🟢)45.162s (-6.5% 🟢)0.933s16.24x
🐘 PostgresNext.js (Turbopack)53.051s (-4.5%)53.146s (-5.6% 🟢)0.095s17.48x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.381s (-2.1%)4.791s (+17.1% 🔺)1.409s71.00x
▲ VercelNitro4.208s (+20.5% 🔺)4.728s (+14.8% 🔺)0.520s71.24x
▲ VercelNext.js (Turbopack)4.676s (+25.3% 🔺)5.505s (+23.5% 🔺)0.829s61.38x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro1.411s (+3.9%)2.006s (~)0.595s151.00x
💻 LocalNext.js (Turbopack)1.424s (+0.9%)2.010s (~)0.586s151.01x
💻 LocalExpress1.426s (-1.5%)2.006s (~)0.580s151.01x
🐘 PostgresNitro1.999s (-5.3% 🟢)2.597s (+2.7%)0.598s121.42x
🐘 PostgresExpress2.099s (+4.5%)2.615s (~)0.516s121.49x
🐘 PostgresNext.js (Turbopack)2.577s (+15.3% 🔺)2.834s (~)0.257s111.83x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.768s (-2.3%)3.721s (+2.1%)0.953s91.00x
▲ VercelExpress2.795s (-3.9%)3.775s (+2.4%)0.980s81.01x
▲ VercelNitro2.837s (~)4.354s (+16.6% 🔺)1.518s71.02x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.647s (+13.2% 🔺)3.011s (-9.0% 🟢)0.364s101.00x
💻 LocalNext.js (Turbopack)2.655s (+1.0%)3.029s (~)0.374s101.00x
💻 LocalExpress2.674s (-7.4% 🟢)3.009s (-0.9%)0.335s101.01x
🐘 PostgresNitro11.265s (-7.7% 🟢)11.714s (-5.2% 🟢)0.449s34.26x
🐘 PostgresExpress11.896s (-1.4%)12.043s (-2.7%)0.146s34.49x
🐘 PostgresNext.js (Turbopack)14.178s (+5.6% 🔺)15.025s (+9.0% 🔺)0.847s25.36x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.990s (~)3.811s (+2.0%)0.821s91.00x
▲ VercelExpress3.070s (+1.2%)3.943s (+8.4% 🔺)0.873s81.03x
▲ VercelNext.js (Turbopack)3.089s (+3.9%)3.693s (-3.2%)0.604s91.03x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)7.508s (+9.7% 🔺)8.602s (+4.5%)1.094s41.00x
💻 LocalNitro7.816s (+19.7% 🔺)8.812s (+17.0% 🔺)0.997s41.04x
💻 LocalExpress7.868s (-3.0%)8.813s (+4.2%)0.945s41.05x
🐘 PostgresNitro48.419s (-9.3% 🟢)49.153s (-9.3% 🟢)0.734s16.45x
🐘 PostgresExpress54.095s (+3.5%)54.270s (+1.9%)0.175s17.20x
🐘 PostgresNext.js (Turbopack)58.208s (+3.6%)59.241s (+5.3% 🔺)1.033s17.75x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.248s (+2.3%)3.838s (+1.3%)0.589s81.00x
▲ VercelNext.js (Turbopack)3.359s (+1.0%)4.036s (+2.8%)0.676s81.03x
▲ VercelExpress3.604s (-8.2% 🟢)4.464s (-0.6%)0.860s81.11x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.143s (+1.5%)1.003s (~)0.015s (+2.7%)1.026s (~)0.882s101.00x
💻 LocalExpress0.180s (-4.9%)0.992s (~)0.014s (-5.4% 🟢)1.020s (~)0.840s101.25x
💻 LocalNitro0.181s (+56.6% 🔺)0.992s (-0.8%)0.014s (+19.8% 🔺)1.020s (~)0.840s101.26x
🐘 PostgresNext.js (Turbopack)0.641s (-46.2% 🟢)0.955s (-48.5% 🟢)0.000s (+Infinity% 🔺)1.016s (-49.7% 🟢)0.375s104.47x
🐘 PostgresExpress2.328s (-2.1%)2.717s (+1.9%)0.000s (-100.0% 🟢)3.017s (~)0.688s1016.23x
🐘 PostgresNitro2.386s (+108.2% 🔺)2.657s (+40.2% 🔺)0.000s (+200.0% 🔺)3.016s (+49.7% 🔺)0.629s1016.63x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.084s (+8.1% 🔺)3.413s (+4.2%)0.222s (-1.8%)4.129s (+3.9%)1.044s101.00x
▲ VercelExpress3.109s (+3.6%)3.466s (+4.1%)0.227s (+41.2% 🔺)4.303s (+8.5% 🔺)1.194s101.01x
▲ VercelNext.js (Turbopack)3.187s (+6.4% 🔺)3.353s (+1.4%)0.238s (+36.3% 🔺)4.130s (+3.8%)0.943s101.03x

🔍 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
🐘 PostgresNitro6/12
▲ VercelNitro6/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 5, 2026

Copy link
Copy Markdown
Contributor

@TooTallNateGraphite App

Copy link
Copy Markdown
MemberAuthor

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

@TooTallNate
TooTallNate marked this pull request as ready for review February 5, 2026 07:11
CopilotAI review requested due to automatic review settings February 5, 2026 07:11

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 PR enhances debugging capabilities for Windows E2E tests by capturing, displaying, and preserving Next.js server logs. Previously, server output was invisible in test runs, making it difficult to diagnose server-side failures on Windows.

Changes:

  • Modified log capture to redirect Next.js server output to a log file during E2E test execution
  • Added post-test step to print captured logs to the GitHub Actions console
  • Added artifact upload step to preserve logs for later inspection

Reviewed changes

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

FileDescription
.github/workflows/tests.ymlAdded log file capture, console printing, and artifact upload for Next.js server logs in Windows E2E tests
.changeset/fruity-ads-write.mdEmpty changeset file for CI/workflow-only changes (no package changes)

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

ijjk
ijjk approved these changes Feb 5, 2026
@TooTallNate
TooTallNate merged commit c28d6ca into mainFeb 5, 2026
161 of 162 checks passed
@TooTallNate
TooTallNate deleted the 02-04-upload_next.js_server_logs_as_artifact_for_windows_e2e branch February 5, 2026 19:10
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.

4 participants

@TooTallNate@ijjk@VaguelySerious