fix(web): move react-router deps to devDependencies - #1265

Merged
TooTallNate merged 3 commits into
mainfrom
fix/web-missing-peer-deps
Mar 11, 2026
Merged

fix(web): move react-router deps to devDependencies#1265
TooTallNate merged 3 commits into
mainfrom
fix/web-missing-peer-deps

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Mar 5, 2026

Copy link
Copy Markdown
Member

Summary

  • Add a custom app/entry.server.tsx (based on the default react-router template) so the @react-router/dev build plugin no longer requires @react-router/node and isbot in the dependencies field of package.json
  • Move @react-router/node and isbot from dependencies to devDependencies — they are fully bundled into the server output at build time (Vite SSR with noExternal: true)
  • express is now the sole production dependency, eliminating peer dependency warnings from transitive react-router peer deps

CopilotAI review requested due to automatic review settings March 5, 2026 06:59
@TooTallNate
TooTallNate requested a review from a team as a code ownerMarch 5, 2026 06:59
@changeset-bot

changeset-botBot commented Mar 5, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: de1c8b8

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

This PR includes changesets to release 16 packages
NameType
@workflow/webPatch
@workflow/cliPatch
workflowPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/buildersPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/vitestPatch
@workflow/web-sharedPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/nuxtPatch

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

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

@vercel

vercelBot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Mar 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🥇 Nitro0.032s (-3.3%)1.005s (~)0.973s101.00x
💻 LocalExpress0.034s (-0.9%)1.006s (~)0.973s101.04x
💻 LocalNext.js (Turbopack)0.037s1.005s0.968s101.16x
🌐 RedisNext.js (Turbopack)0.041s1.006s0.965s101.26x
🐘 PostgresNext.js (Turbopack)0.043s1.010s0.967s101.33x
🐘 PostgresNitro0.049s (+13.5% 🔺)1.012s (~)0.964s101.51x
🐘 PostgresExpress0.054s (-5.8% 🟢)1.013s (~)0.959s101.67x
🌐 MongoDBNext.js (Turbopack)0.089s1.008s0.919s102.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.443s (~)2.382s (+17.8% 🔺)1.939s101.00x
▲ VercelNext.js (Turbopack)0.473s (-26.7% 🟢)2.319s (-12.4% 🟢)1.845s101.07x
▲ VercelNitro0.539s (+9.7% 🔺)2.502s (+8.7% 🔺)1.963s101.22x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)1.083s2.006s0.923s101.00x
💻 LocalNext.js (Turbopack)1.095s2.006s0.911s101.01x
🐘 PostgresNext.js (Turbopack)1.103s2.012s0.909s101.02x
💻 LocalNitro1.104s (~)2.006s (~)0.902s101.02x
💻 LocalExpress1.106s (~)2.006s (~)0.901s101.02x
🐘 PostgresNitro1.133s (+3.5%)2.012s (~)0.879s101.05x
🐘 PostgresExpress1.147s (+2.0%)2.014s (~)0.867s101.06x
🌐 MongoDBNext.js (Turbopack)1.319s2.009s0.691s101.22x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.029s (~)3.448s (-21.6% 🟢)1.419s101.00x
▲ VercelExpress2.075s (+4.4%)3.621s (+11.9% 🔺)1.546s101.02x
▲ VercelNitro2.221s (+7.4% 🔺)3.798s (+3.0%)1.576s101.10x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)10.495s11.023s0.528s31.00x
🐘 PostgresNext.js (Turbopack)10.615s11.038s0.423s31.01x
💻 LocalNext.js (Turbopack)10.654s11.022s0.368s31.02x
💻 LocalNitro10.791s (~)11.024s (~)0.232s31.03x
💻 LocalExpress10.821s (+0.5%)11.024s (~)0.203s31.03x
🐘 PostgresExpress10.893s (~)11.041s (~)0.147s31.04x
🐘 PostgresNitro10.905s (+2.8%)11.045s (~)0.139s31.04x
🌐 MongoDBNext.js (Turbopack)12.286s13.021s0.735s31.17x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro17.654s (-2.7%)19.484s (-2.9%)1.830s21.00x
▲ VercelExpress17.843s (+8.2% 🔺)19.231s (+7.9% 🔺)1.388s21.01x
▲ VercelNext.js (Turbopack)21.614s (+27.3% 🔺)22.964s (+24.4% 🔺)1.349s21.22x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)26.243s27.052s0.809s31.00x
🐘 PostgresNext.js (Turbopack)26.373s27.061s0.689s31.00x
🐘 PostgresNitro26.922s (+1.7%)27.060s (~)0.138s31.03x
💻 LocalNext.js (Turbopack)26.925s27.052s0.127s31.03x
🐘 PostgresExpress27.022s (~)27.734s (~)0.712s31.03x
💻 LocalNitro27.210s (~)28.051s (~)0.841s31.04x
💻 LocalExpress27.276s (~)28.055s (~)0.780s31.04x
🌐 MongoDBNext.js (Turbopack)30.451s31.040s0.589s21.16x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)43.438s (-5.7% 🟢)45.171s (-5.9% 🟢)1.733s21.00x
▲ VercelNitro44.772s (~)46.456s (~)1.685s21.03x
▲ VercelExpress45.505s (+1.2%)46.947s (~)1.442s21.05x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)52.338s53.097s0.759s21.00x
🐘 PostgresNext.js (Turbopack)52.867s53.088s0.221s21.01x
🐘 PostgresExpress53.881s (-0.8%)54.103s (-1.8%)0.222s21.03x
🐘 PostgresNitro53.882s (+1.9%)54.101s (+1.9%)0.219s21.03x
💻 LocalNext.js (Turbopack)55.500s56.099s0.599s21.06x
💻 LocalNitro56.079s (~)56.099s (~)0.020s21.07x
💻 LocalExpress56.329s (+0.8%)57.106s (+1.8%)0.777s21.08x
🌐 MongoDBNext.js (Turbopack)60.726s61.072s0.346s21.16x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express93.717s (-3.5%)95.941s (-2.2%)2.224s11.00x
▲ VercelNext.js (Turbopack)93.920s (-8.0% 🟢)95.112s (-8.8% 🟢)1.192s11.00x
▲ VercelNitro98.346s (-2.2%)100.522s (-2.0%)2.176s11.05x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)1.199s2.006s0.807s151.00x
🐘 PostgresNext.js (Turbopack)1.328s2.010s0.683s151.11x
🐘 PostgresExpress1.343s (-5.4% 🟢)2.012s (~)0.669s151.12x
🐘 PostgresNitro1.364s (+5.6% 🔺)2.011s (~)0.647s151.14x
💻 LocalNitro1.406s (+1.0%)2.005s (~)0.599s151.17x
💻 LocalNext.js (Turbopack)1.409s2.006s0.597s151.17x
💻 LocalExpress1.429s (+1.3%)2.007s (~)0.578s151.19x
🌐 MongoDBNext.js (Turbopack)2.132s3.008s0.876s101.78x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.680s (-10.8% 🟢)4.333s (-4.5%)1.653s71.00x
▲ VercelExpress2.732s (+11.4% 🔺)4.163s (+16.3% 🔺)1.431s81.02x
▲ VercelNext.js (Turbopack)2.917s (+18.2% 🔺)4.387s (+6.9% 🔺)1.469s71.09x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)1.884s2.328s0.444s131.00x
🐘 PostgresNitro1.989s (+7.3% 🔺)2.596s (+16.6% 🔺)0.607s121.06x
🐘 PostgresExpress2.046s (~)2.599s (~)0.553s121.09x
🌐 RedisNext.js (Turbopack)2.384s3.008s0.624s101.27x
💻 LocalNext.js (Turbopack)2.546s3.007s0.461s101.35x
💻 LocalNitro2.638s (+1.2%)3.007s (~)0.369s101.40x
💻 LocalExpress2.719s (+5.0%)3.008s (~)0.289s101.44x
🌐 MongoDBNext.js (Turbopack)4.712s5.177s0.465s62.50x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.981s (-9.4% 🟢)4.513s (-2.7%)1.533s71.00x
▲ VercelNitro3.128s (+27.6% 🔺)4.650s (+22.7% 🔺)1.522s71.05x
▲ VercelExpress3.197s (+37.4% 🔺)4.415s (+36.2% 🔺)1.218s71.07x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)2.958s3.572s0.613s91.00x
🌐 RedisNext.js (Turbopack)3.804s4.009s0.206s81.29x
🐘 PostgresNitro3.922s (+46.2% 🔺)4.593s (+24.6% 🔺)0.672s71.33x
🐘 PostgresExpress3.944s (+3.2%)4.744s (+3.2%)0.799s71.33x
💻 LocalNext.js (Turbopack)6.858s7.417s0.558s52.32x
💻 LocalNitro7.516s (+3.5%)8.019s (~)0.504s42.54x
💻 LocalExpress8.246s (+14.8% 🔺)9.024s (+12.5% 🔺)0.778s42.79x
🌐 MongoDBNext.js (Turbopack)9.840s10.349s0.509s33.33x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.062s (+1.1%)4.466s (+6.2% 🔺)1.404s71.00x
▲ VercelExpress3.156s (+13.6% 🔺)4.821s (+24.1% 🔺)1.665s71.03x
▲ VercelNext.js (Turbopack)3.518s (+1.6%)5.116s (+6.6% 🔺)1.598s61.15x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)1.198s2.006s0.808s151.00x
🐘 PostgresNext.js (Turbopack)1.336s2.011s0.675s151.12x
🐘 PostgresNitro1.373s (+5.5% 🔺)2.012s (~)0.639s151.15x
🐘 PostgresExpress1.399s (-3.5%)2.011s (~)0.613s151.17x
💻 LocalNitro1.429s (~)2.005s (~)0.576s151.19x
💻 LocalNext.js (Turbopack)1.441s2.006s0.565s151.20x
💻 LocalExpress1.459s (+4.2%)2.006s (~)0.547s151.22x
🌐 MongoDBNext.js (Turbopack)2.124s3.008s0.884s101.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.353s (+5.3% 🔺)3.841s (+3.3%)1.489s81.00x
▲ VercelExpress2.468s (+11.7% 🔺)3.954s (+21.7% 🔺)1.486s81.05x
▲ VercelNext.js (Turbopack)3.188s (+36.8% 🔺)4.759s (+21.8% 🔺)1.570s71.36x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)1.798s2.225s0.427s141.00x
🐘 PostgresExpress2.001s (-7.3% 🟢)2.513s (-11.6% 🟢)0.512s121.11x
🐘 PostgresNitro2.133s (+15.3% 🔺)2.678s (+15.5% 🔺)0.546s121.19x
🌐 RedisNext.js (Turbopack)2.440s3.008s0.568s101.36x
💻 LocalNext.js (Turbopack)2.767s3.008s0.241s101.54x
💻 LocalNitro2.781s (+3.0%)3.009s (~)0.227s101.55x
💻 LocalExpress2.862s (+6.5% 🔺)3.209s (+6.7% 🔺)0.347s101.59x
🌐 MongoDBNext.js (Turbopack)4.729s5.177s0.448s62.63x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.368s (-11.5% 🟢)3.893s (-4.0%)1.524s91.00x
▲ VercelNext.js (Turbopack)2.518s (-21.6% 🟢)3.853s (-18.4% 🟢)1.335s81.06x
▲ VercelExpress2.823s (+1.7%)4.214s (+9.8% 🔺)1.391s81.19x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)2.807s3.768s0.961s81.00x
🐘 PostgresExpress3.232s (-23.8% 🟢)3.771s (-25.3% 🟢)0.540s81.15x
🐘 PostgresNitro3.428s (+18.9% 🔺)4.021s (+3.3%)0.593s81.22x
🌐 RedisNext.js (Turbopack)3.814s4.009s0.195s81.36x
💻 LocalNext.js (Turbopack)7.248s8.016s0.769s42.58x
💻 LocalNitro8.183s (+3.7%)8.774s (+9.4% 🔺)0.592s42.91x
💻 LocalExpress8.673s (+9.4% 🔺)9.022s (+9.1% 🔺)0.349s43.09x
🌐 MongoDBNext.js (Turbopack)9.790s10.350s0.560s33.49x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.011s (-33.7% 🟢)4.880s (-24.2% 🟢)1.869s71.00x
▲ VercelExpress3.176s (-13.0% 🟢)4.460s (-4.5%)1.284s71.05x
▲ VercelNitro3.794s (+1.5%)5.491s (+1.5%)1.697s61.26x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)0.110s1.000s0.001s1.007s0.898s101.00x
🐘 PostgresNext.js (Turbopack)0.133s1.001s0.001s1.012s0.879s101.21x
💻 LocalNext.js (Turbopack)0.137s1.001s0.011s1.017s0.880s101.25x
💻 LocalNitro0.172s (+1.0%)1.003s (~)0.011s (~)1.017s (~)0.845s101.57x
💻 LocalExpress0.180s (+7.4% 🔺)1.003s (~)0.012s (+2.6%)1.018s (~)0.838s101.65x
🐘 PostgresNitro0.195s (+30.1% 🔺)0.991s (-0.8%)0.002s (+6.7% 🔺)1.012s (~)0.817s101.78x
🐘 PostgresExpress0.195s (-13.0% 🟢)0.995s (~)0.001s (-12.5% 🟢)1.012s (~)0.817s101.78x
🌐 MongoDBNext.js (Turbopack)0.499s0.942s0.001s1.009s0.509s104.56x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro1.601s (-13.2% 🟢)2.393s (-9.5% 🟢)0.005s (-81.1% 🟢)3.003s (-8.3% 🟢)1.402s101.00x
▲ VercelNext.js (Turbopack)1.685s (~)2.614s (-0.8%)0.005s (-2.1%)3.186s (-1.5%)1.501s101.05x
▲ VercelExpress1.771s (+1.4%)2.846s (+7.7% 🔺)0.006s (-7.6% 🟢)3.399s (+7.6% 🔺)1.628s101.11x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)9/12
🐘 PostgresNext.js (Turbopack)12/12
▲ VercelNitro6/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express🐘 Postgres6/12
Next.js (Turbopack)🌐 Redis7/12
Nitro🐘 Postgres7/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
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions

github-actionsBot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production571067638
✅ 💻 Local Development612084696
✅ 📦 Local Production612084696
✅ 🐘 Local Postgres612084696
✅ 🪟 Windows550358
❌ 🌍 Community Worlds1185615189
✅ 📋 Other147027174
Total2727563643147

❌ Failed Tests

🌍 Community Worlds (56 failed)

mongodb (3 failed):

  • hookWorkflow is not resumable via public webhook endpoint
  • webhookWorkflow
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously

redis (2 failed):

  • hookWorkflow is not resumable via public webhook endpoint
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously

turso (51 failed):

  • addTenWorkflow
  • addTenWorkflow
  • wellKnownAgentWorkflow (.well-known/agent)
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • importedStepOnlyWorkflow
  • hookWorkflow
  • hookWorkflow is not resumable via public webhook endpoint
  • webhookWorkflow
  • sleepingWorkflow
  • parallelSleepWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • 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 retry behavior workflow completes despite transient 5xx on step_completed
  • 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
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running
  • 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 (queue-based) - workflow and step endpoints respond to health check messages
  • 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
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument
  • cancelRun - cancelling a running workflow
  • cancelRun via CLI - cancelling a running workflow
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control)

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro5107
✅ example5107
✅ express5107
✅ fastify5107
✅ hono5107
✅ nextjs-turbopack5602
✅ nextjs-webpack5602
✅ nitro5107
✅ nuxt5107
✅ sveltekit5107
✅ vite5107
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4909
✅ express-stable4909
✅ fastify-stable4909
✅ hono-stable4909
✅ nextjs-turbopack-canary5503
✅ nextjs-turbopack-stable5503
✅ nextjs-webpack-canary5503
✅ nextjs-webpack-stable5503
✅ nitro-stable4909
✅ nuxt-stable4909
✅ sveltekit-stable4909
✅ vite-stable4909
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4909
✅ express-stable4909
✅ fastify-stable4909
✅ hono-stable4909
✅ nextjs-turbopack-canary5503
✅ nextjs-turbopack-stable5503
✅ nextjs-webpack-canary5503
✅ nextjs-webpack-stable5503
✅ nitro-stable4909
✅ nuxt-stable4909
✅ sveltekit-stable4909
✅ vite-stable4909
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4909
✅ express-stable4909
✅ fastify-stable4909
✅ hono-stable4909
✅ nextjs-turbopack-canary5503
✅ nextjs-turbopack-stable5503
✅ nextjs-webpack-canary5503
✅ nextjs-webpack-stable5503
✅ nitro-stable4909
✅ nuxt-stable4909
✅ sveltekit-stable4909
✅ vite-stable4909
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack5503
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev302
❌ mongodb5233
✅ redis-dev302
❌ redis5323
✅ turso-dev302
❌ turso4513
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4909
✅ e2e-local-postgres-nest-stable4909
✅ e2e-local-prod-nest-stable4909

📋 View full workflow run

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

Moves React Router runtime dependencies in @workflow/web from devDependencies to dependencies to address missing peer dependency warnings seen when workflow consumers install the published package.

Changes:

  • Add react-router and @react-router/express to packages/web production dependencies.
  • Remove redundant @react-router/node / react-router entries from packages/webdevDependencies.
  • Add a Changeset and update pnpm-lock.yaml accordingly.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

FileDescription
packages/web/package.jsonShifts React Router-related packages into production dependencies for published installs.
pnpm-lock.yamlLockfile updates reflecting dependency graph changes for packages/web.
.changeset/fix-web-missing-peer-deps.mdPublishes a patch release note for @workflow/web describing the dependency fix.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

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

You can also share your feedback on Copilot code review. Take the survey.

Comment threadpackages/web/package.json Outdated
Add a custom entry.server.tsx (based on the default react-router template)
so that the @react-router/dev build plugin no longer requires
@react-router/node and isbot to be in the dependencies field of
package.json. This allows all react-router related packages to be
devDependencies since they are fully bundled at build time, leaving
express as the sole production dependency.
Comment threadpackages/web/package.json

@VaguelySeriousVaguelySerious left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM, note we should add a comment

Comment threadpackages/web/app/entry.server.tsx
Co-authored-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Nathan Rajlich <n@n8.io>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@TooTallNate@VaguelySerious
, 'i'); if (__m === '*' || __re.test(location.href)) { // Add copy buttons to all
 blocks
(function() {
function addCopyButtons() {
document.querySelectorAll('pre code').forEach(function(codeBlock) {
if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;
codeBlock.parentElement.setAttribute('data-copy-added', 'true');
var btn = document.createElement('button');
btn.textContent = 'Copy';
btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';
btn.onmouseover = function() { this.style.opacity = '1'; };
btn.onmouseout = function() { this.style.opacity = '0.7'; };
btn.onclick = function() {
navigator.clipboard.writeText(codeBlock.textContent).then(function() {
btn.textContent = 'Copied!';
setTimeout(function() { btn.textContent = 'Copy'; }, 1500);
});
};
codeBlock.parentElement.style.position = 'relative';
codeBlock.parentElement.appendChild(btn);
});
}
addCopyButtons();
// Re-run on dynamic content
var observer = new MutationObserver(addCopyButtons);
observer.observe(document.body, { childList: true, subtree: true });
})();
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Skip to content

fix(web): move react-router deps to devDependencies - #1265

Merged
TooTallNate merged 3 commits into
mainfrom
fix/web-missing-peer-deps
Mar 11, 2026
Merged

fix(web): move react-router deps to devDependencies#1265
TooTallNate merged 3 commits into
mainfrom
fix/web-missing-peer-deps

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Mar 5, 2026

Copy link
Copy Markdown
Member

Summary

  • Add a custom app/entry.server.tsx (based on the default react-router template) so the @react-router/dev build plugin no longer requires @react-router/node and isbot in the dependencies field of package.json
  • Move @react-router/node and isbot from dependencies to devDependencies — they are fully bundled into the server output at build time (Vite SSR with noExternal: true)
  • express is now the sole production dependency, eliminating peer dependency warnings from transitive react-router peer deps

CopilotAI review requested due to automatic review settings March 5, 2026 06:59
@TooTallNate
TooTallNate requested a review from a team as a code ownerMarch 5, 2026 06:59
@changeset-bot

changeset-botBot commented Mar 5, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: de1c8b8

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

This PR includes changesets to release 16 packages
NameType
@workflow/webPatch
@workflow/cliPatch
workflowPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/buildersPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/vitestPatch
@workflow/web-sharedPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/nuxtPatch

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

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

@vercel

vercelBot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Mar 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🥇 Nitro0.032s (-3.3%)1.005s (~)0.973s101.00x
💻 LocalExpress0.034s (-0.9%)1.006s (~)0.973s101.04x
💻 LocalNext.js (Turbopack)0.037s1.005s0.968s101.16x
🌐 RedisNext.js (Turbopack)0.041s1.006s0.965s101.26x
🐘 PostgresNext.js (Turbopack)0.043s1.010s0.967s101.33x
🐘 PostgresNitro0.049s (+13.5% 🔺)1.012s (~)0.964s101.51x
🐘 PostgresExpress0.054s (-5.8% 🟢)1.013s (~)0.959s101.67x
🌐 MongoDBNext.js (Turbopack)0.089s1.008s0.919s102.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.443s (~)2.382s (+17.8% 🔺)1.939s101.00x
▲ VercelNext.js (Turbopack)0.473s (-26.7% 🟢)2.319s (-12.4% 🟢)1.845s101.07x
▲ VercelNitro0.539s (+9.7% 🔺)2.502s (+8.7% 🔺)1.963s101.22x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)1.083s2.006s0.923s101.00x
💻 LocalNext.js (Turbopack)1.095s2.006s0.911s101.01x
🐘 PostgresNext.js (Turbopack)1.103s2.012s0.909s101.02x
💻 LocalNitro1.104s (~)2.006s (~)0.902s101.02x
💻 LocalExpress1.106s (~)2.006s (~)0.901s101.02x
🐘 PostgresNitro1.133s (+3.5%)2.012s (~)0.879s101.05x
🐘 PostgresExpress1.147s (+2.0%)2.014s (~)0.867s101.06x
🌐 MongoDBNext.js (Turbopack)1.319s2.009s0.691s101.22x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.029s (~)3.448s (-21.6% 🟢)1.419s101.00x
▲ VercelExpress2.075s (+4.4%)3.621s (+11.9% 🔺)1.546s101.02x
▲ VercelNitro2.221s (+7.4% 🔺)3.798s (+3.0%)1.576s101.10x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)10.495s11.023s0.528s31.00x
🐘 PostgresNext.js (Turbopack)10.615s11.038s0.423s31.01x
💻 LocalNext.js (Turbopack)10.654s11.022s0.368s31.02x
💻 LocalNitro10.791s (~)11.024s (~)0.232s31.03x
💻 LocalExpress10.821s (+0.5%)11.024s (~)0.203s31.03x
🐘 PostgresExpress10.893s (~)11.041s (~)0.147s31.04x
🐘 PostgresNitro10.905s (+2.8%)11.045s (~)0.139s31.04x
🌐 MongoDBNext.js (Turbopack)12.286s13.021s0.735s31.17x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro17.654s (-2.7%)19.484s (-2.9%)1.830s21.00x
▲ VercelExpress17.843s (+8.2% 🔺)19.231s (+7.9% 🔺)1.388s21.01x
▲ VercelNext.js (Turbopack)21.614s (+27.3% 🔺)22.964s (+24.4% 🔺)1.349s21.22x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)26.243s27.052s0.809s31.00x
🐘 PostgresNext.js (Turbopack)26.373s27.061s0.689s31.00x
🐘 PostgresNitro26.922s (+1.7%)27.060s (~)0.138s31.03x
💻 LocalNext.js (Turbopack)26.925s27.052s0.127s31.03x
🐘 PostgresExpress27.022s (~)27.734s (~)0.712s31.03x
💻 LocalNitro27.210s (~)28.051s (~)0.841s31.04x
💻 LocalExpress27.276s (~)28.055s (~)0.780s31.04x
🌐 MongoDBNext.js (Turbopack)30.451s31.040s0.589s21.16x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)43.438s (-5.7% 🟢)45.171s (-5.9% 🟢)1.733s21.00x
▲ VercelNitro44.772s (~)46.456s (~)1.685s21.03x
▲ VercelExpress45.505s (+1.2%)46.947s (~)1.442s21.05x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)52.338s53.097s0.759s21.00x
🐘 PostgresNext.js (Turbopack)52.867s53.088s0.221s21.01x
🐘 PostgresExpress53.881s (-0.8%)54.103s (-1.8%)0.222s21.03x
🐘 PostgresNitro53.882s (+1.9%)54.101s (+1.9%)0.219s21.03x
💻 LocalNext.js (Turbopack)55.500s56.099s0.599s21.06x
💻 LocalNitro56.079s (~)56.099s (~)0.020s21.07x
💻 LocalExpress56.329s (+0.8%)57.106s (+1.8%)0.777s21.08x
🌐 MongoDBNext.js (Turbopack)60.726s61.072s0.346s21.16x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express93.717s (-3.5%)95.941s (-2.2%)2.224s11.00x
▲ VercelNext.js (Turbopack)93.920s (-8.0% 🟢)95.112s (-8.8% 🟢)1.192s11.00x
▲ VercelNitro98.346s (-2.2%)100.522s (-2.0%)2.176s11.05x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)1.199s2.006s0.807s151.00x
🐘 PostgresNext.js (Turbopack)1.328s2.010s0.683s151.11x
🐘 PostgresExpress1.343s (-5.4% 🟢)2.012s (~)0.669s151.12x
🐘 PostgresNitro1.364s (+5.6% 🔺)2.011s (~)0.647s151.14x
💻 LocalNitro1.406s (+1.0%)2.005s (~)0.599s151.17x
💻 LocalNext.js (Turbopack)1.409s2.006s0.597s151.17x
💻 LocalExpress1.429s (+1.3%)2.007s (~)0.578s151.19x
🌐 MongoDBNext.js (Turbopack)2.132s3.008s0.876s101.78x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.680s (-10.8% 🟢)4.333s (-4.5%)1.653s71.00x
▲ VercelExpress2.732s (+11.4% 🔺)4.163s (+16.3% 🔺)1.431s81.02x
▲ VercelNext.js (Turbopack)2.917s (+18.2% 🔺)4.387s (+6.9% 🔺)1.469s71.09x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)1.884s2.328s0.444s131.00x
🐘 PostgresNitro1.989s (+7.3% 🔺)2.596s (+16.6% 🔺)0.607s121.06x
🐘 PostgresExpress2.046s (~)2.599s (~)0.553s121.09x
🌐 RedisNext.js (Turbopack)2.384s3.008s0.624s101.27x
💻 LocalNext.js (Turbopack)2.546s3.007s0.461s101.35x
💻 LocalNitro2.638s (+1.2%)3.007s (~)0.369s101.40x
💻 LocalExpress2.719s (+5.0%)3.008s (~)0.289s101.44x
🌐 MongoDBNext.js (Turbopack)4.712s5.177s0.465s62.50x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.981s (-9.4% 🟢)4.513s (-2.7%)1.533s71.00x
▲ VercelNitro3.128s (+27.6% 🔺)4.650s (+22.7% 🔺)1.522s71.05x
▲ VercelExpress3.197s (+37.4% 🔺)4.415s (+36.2% 🔺)1.218s71.07x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)2.958s3.572s0.613s91.00x
🌐 RedisNext.js (Turbopack)3.804s4.009s0.206s81.29x
🐘 PostgresNitro3.922s (+46.2% 🔺)4.593s (+24.6% 🔺)0.672s71.33x
🐘 PostgresExpress3.944s (+3.2%)4.744s (+3.2%)0.799s71.33x
💻 LocalNext.js (Turbopack)6.858s7.417s0.558s52.32x
💻 LocalNitro7.516s (+3.5%)8.019s (~)0.504s42.54x
💻 LocalExpress8.246s (+14.8% 🔺)9.024s (+12.5% 🔺)0.778s42.79x
🌐 MongoDBNext.js (Turbopack)9.840s10.349s0.509s33.33x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.062s (+1.1%)4.466s (+6.2% 🔺)1.404s71.00x
▲ VercelExpress3.156s (+13.6% 🔺)4.821s (+24.1% 🔺)1.665s71.03x
▲ VercelNext.js (Turbopack)3.518s (+1.6%)5.116s (+6.6% 🔺)1.598s61.15x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)1.198s2.006s0.808s151.00x
🐘 PostgresNext.js (Turbopack)1.336s2.011s0.675s151.12x
🐘 PostgresNitro1.373s (+5.5% 🔺)2.012s (~)0.639s151.15x
🐘 PostgresExpress1.399s (-3.5%)2.011s (~)0.613s151.17x
💻 LocalNitro1.429s (~)2.005s (~)0.576s151.19x
💻 LocalNext.js (Turbopack)1.441s2.006s0.565s151.20x
💻 LocalExpress1.459s (+4.2%)2.006s (~)0.547s151.22x
🌐 MongoDBNext.js (Turbopack)2.124s3.008s0.884s101.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.353s (+5.3% 🔺)3.841s (+3.3%)1.489s81.00x
▲ VercelExpress2.468s (+11.7% 🔺)3.954s (+21.7% 🔺)1.486s81.05x
▲ VercelNext.js (Turbopack)3.188s (+36.8% 🔺)4.759s (+21.8% 🔺)1.570s71.36x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)1.798s2.225s0.427s141.00x
🐘 PostgresExpress2.001s (-7.3% 🟢)2.513s (-11.6% 🟢)0.512s121.11x
🐘 PostgresNitro2.133s (+15.3% 🔺)2.678s (+15.5% 🔺)0.546s121.19x
🌐 RedisNext.js (Turbopack)2.440s3.008s0.568s101.36x
💻 LocalNext.js (Turbopack)2.767s3.008s0.241s101.54x
💻 LocalNitro2.781s (+3.0%)3.009s (~)0.227s101.55x
💻 LocalExpress2.862s (+6.5% 🔺)3.209s (+6.7% 🔺)0.347s101.59x
🌐 MongoDBNext.js (Turbopack)4.729s5.177s0.448s62.63x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.368s (-11.5% 🟢)3.893s (-4.0%)1.524s91.00x
▲ VercelNext.js (Turbopack)2.518s (-21.6% 🟢)3.853s (-18.4% 🟢)1.335s81.06x
▲ VercelExpress2.823s (+1.7%)4.214s (+9.8% 🔺)1.391s81.19x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)2.807s3.768s0.961s81.00x
🐘 PostgresExpress3.232s (-23.8% 🟢)3.771s (-25.3% 🟢)0.540s81.15x
🐘 PostgresNitro3.428s (+18.9% 🔺)4.021s (+3.3%)0.593s81.22x
🌐 RedisNext.js (Turbopack)3.814s4.009s0.195s81.36x
💻 LocalNext.js (Turbopack)7.248s8.016s0.769s42.58x
💻 LocalNitro8.183s (+3.7%)8.774s (+9.4% 🔺)0.592s42.91x
💻 LocalExpress8.673s (+9.4% 🔺)9.022s (+9.1% 🔺)0.349s43.09x
🌐 MongoDBNext.js (Turbopack)9.790s10.350s0.560s33.49x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.011s (-33.7% 🟢)4.880s (-24.2% 🟢)1.869s71.00x
▲ VercelExpress3.176s (-13.0% 🟢)4.460s (-4.5%)1.284s71.05x
▲ VercelNitro3.794s (+1.5%)5.491s (+1.5%)1.697s61.26x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)0.110s1.000s0.001s1.007s0.898s101.00x
🐘 PostgresNext.js (Turbopack)0.133s1.001s0.001s1.012s0.879s101.21x
💻 LocalNext.js (Turbopack)0.137s1.001s0.011s1.017s0.880s101.25x
💻 LocalNitro0.172s (+1.0%)1.003s (~)0.011s (~)1.017s (~)0.845s101.57x
💻 LocalExpress0.180s (+7.4% 🔺)1.003s (~)0.012s (+2.6%)1.018s (~)0.838s101.65x
🐘 PostgresNitro0.195s (+30.1% 🔺)0.991s (-0.8%)0.002s (+6.7% 🔺)1.012s (~)0.817s101.78x
🐘 PostgresExpress0.195s (-13.0% 🟢)0.995s (~)0.001s (-12.5% 🟢)1.012s (~)0.817s101.78x
🌐 MongoDBNext.js (Turbopack)0.499s0.942s0.001s1.009s0.509s104.56x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro1.601s (-13.2% 🟢)2.393s (-9.5% 🟢)0.005s (-81.1% 🟢)3.003s (-8.3% 🟢)1.402s101.00x
▲ VercelNext.js (Turbopack)1.685s (~)2.614s (-0.8%)0.005s (-2.1%)3.186s (-1.5%)1.501s101.05x
▲ VercelExpress1.771s (+1.4%)2.846s (+7.7% 🔺)0.006s (-7.6% 🟢)3.399s (+7.6% 🔺)1.628s101.11x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)9/12
🐘 PostgresNext.js (Turbopack)12/12
▲ VercelNitro6/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express🐘 Postgres6/12
Next.js (Turbopack)🌐 Redis7/12
Nitro🐘 Postgres7/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
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions

github-actionsBot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production571067638
✅ 💻 Local Development612084696
✅ 📦 Local Production612084696
✅ 🐘 Local Postgres612084696
✅ 🪟 Windows550358
❌ 🌍 Community Worlds1185615189
✅ 📋 Other147027174
Total2727563643147

❌ Failed Tests

🌍 Community Worlds (56 failed)

mongodb (3 failed):

  • hookWorkflow is not resumable via public webhook endpoint
  • webhookWorkflow
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously

redis (2 failed):

  • hookWorkflow is not resumable via public webhook endpoint
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously

turso (51 failed):

  • addTenWorkflow
  • addTenWorkflow
  • wellKnownAgentWorkflow (.well-known/agent)
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • importedStepOnlyWorkflow
  • hookWorkflow
  • hookWorkflow is not resumable via public webhook endpoint
  • webhookWorkflow
  • sleepingWorkflow
  • parallelSleepWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • 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 retry behavior workflow completes despite transient 5xx on step_completed
  • 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
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running
  • 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 (queue-based) - workflow and step endpoints respond to health check messages
  • 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
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument
  • cancelRun - cancelling a running workflow
  • cancelRun via CLI - cancelling a running workflow
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control)

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro5107
✅ example5107
✅ express5107
✅ fastify5107
✅ hono5107
✅ nextjs-turbopack5602
✅ nextjs-webpack5602
✅ nitro5107
✅ nuxt5107
✅ sveltekit5107
✅ vite5107
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4909
✅ express-stable4909
✅ fastify-stable4909
✅ hono-stable4909
✅ nextjs-turbopack-canary5503
✅ nextjs-turbopack-stable5503
✅ nextjs-webpack-canary5503
✅ nextjs-webpack-stable5503
✅ nitro-stable4909
✅ nuxt-stable4909
✅ sveltekit-stable4909
✅ vite-stable4909
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4909
✅ express-stable4909
✅ fastify-stable4909
✅ hono-stable4909
✅ nextjs-turbopack-canary5503
✅ nextjs-turbopack-stable5503
✅ nextjs-webpack-canary5503
✅ nextjs-webpack-stable5503
✅ nitro-stable4909
✅ nuxt-stable4909
✅ sveltekit-stable4909
✅ vite-stable4909
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4909
✅ express-stable4909
✅ fastify-stable4909
✅ hono-stable4909
✅ nextjs-turbopack-canary5503
✅ nextjs-turbopack-stable5503
✅ nextjs-webpack-canary5503
✅ nextjs-webpack-stable5503
✅ nitro-stable4909
✅ nuxt-stable4909
✅ sveltekit-stable4909
✅ vite-stable4909
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack5503
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev302
❌ mongodb5233
✅ redis-dev302
❌ redis5323
✅ turso-dev302
❌ turso4513
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4909
✅ e2e-local-postgres-nest-stable4909
✅ e2e-local-prod-nest-stable4909

📋 View full workflow run

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

Moves React Router runtime dependencies in @workflow/web from devDependencies to dependencies to address missing peer dependency warnings seen when workflow consumers install the published package.

Changes:

  • Add react-router and @react-router/express to packages/web production dependencies.
  • Remove redundant @react-router/node / react-router entries from packages/webdevDependencies.
  • Add a Changeset and update pnpm-lock.yaml accordingly.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

FileDescription
packages/web/package.jsonShifts React Router-related packages into production dependencies for published installs.
pnpm-lock.yamlLockfile updates reflecting dependency graph changes for packages/web.
.changeset/fix-web-missing-peer-deps.mdPublishes a patch release note for @workflow/web describing the dependency fix.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

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

You can also share your feedback on Copilot code review. Take the survey.

Comment threadpackages/web/package.json Outdated
Add a custom entry.server.tsx (based on the default react-router template)
so that the @react-router/dev build plugin no longer requires
@react-router/node and isbot to be in the dependencies field of
package.json. This allows all react-router related packages to be
devDependencies since they are fully bundled at build time, leaving
express as the sole production dependency.
Comment threadpackages/web/package.json

@VaguelySeriousVaguelySerious left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM, note we should add a comment

Comment threadpackages/web/app/entry.server.tsx
Co-authored-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Nathan Rajlich <n@n8.io>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

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

fix(web): move react-router deps to devDependencies - #1265

Merged
TooTallNate merged 3 commits into
mainfrom
fix/web-missing-peer-deps
Mar 11, 2026
Merged

fix(web): move react-router deps to devDependencies#1265
TooTallNate merged 3 commits into
mainfrom
fix/web-missing-peer-deps

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Mar 5, 2026

Copy link
Copy Markdown
Member

Summary

  • Add a custom app/entry.server.tsx (based on the default react-router template) so the @react-router/dev build plugin no longer requires @react-router/node and isbot in the dependencies field of package.json
  • Move @react-router/node and isbot from dependencies to devDependencies — they are fully bundled into the server output at build time (Vite SSR with noExternal: true)
  • express is now the sole production dependency, eliminating peer dependency warnings from transitive react-router peer deps

CopilotAI review requested due to automatic review settings March 5, 2026 06:59
@TooTallNate
TooTallNate requested a review from a team as a code ownerMarch 5, 2026 06:59
@changeset-bot

changeset-botBot commented Mar 5, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: de1c8b8

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

This PR includes changesets to release 16 packages
NameType
@workflow/webPatch
@workflow/cliPatch
workflowPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/buildersPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/vitestPatch
@workflow/web-sharedPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/nuxtPatch

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

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

@vercel

vercelBot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Mar 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🥇 Nitro0.032s (-3.3%)1.005s (~)0.973s101.00x
💻 LocalExpress0.034s (-0.9%)1.006s (~)0.973s101.04x
💻 LocalNext.js (Turbopack)0.037s1.005s0.968s101.16x
🌐 RedisNext.js (Turbopack)0.041s1.006s0.965s101.26x
🐘 PostgresNext.js (Turbopack)0.043s1.010s0.967s101.33x
🐘 PostgresNitro0.049s (+13.5% 🔺)1.012s (~)0.964s101.51x
🐘 PostgresExpress0.054s (-5.8% 🟢)1.013s (~)0.959s101.67x
🌐 MongoDBNext.js (Turbopack)0.089s1.008s0.919s102.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.443s (~)2.382s (+17.8% 🔺)1.939s101.00x
▲ VercelNext.js (Turbopack)0.473s (-26.7% 🟢)2.319s (-12.4% 🟢)1.845s101.07x
▲ VercelNitro0.539s (+9.7% 🔺)2.502s (+8.7% 🔺)1.963s101.22x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)1.083s2.006s0.923s101.00x
💻 LocalNext.js (Turbopack)1.095s2.006s0.911s101.01x
🐘 PostgresNext.js (Turbopack)1.103s2.012s0.909s101.02x
💻 LocalNitro1.104s (~)2.006s (~)0.902s101.02x
💻 LocalExpress1.106s (~)2.006s (~)0.901s101.02x
🐘 PostgresNitro1.133s (+3.5%)2.012s (~)0.879s101.05x
🐘 PostgresExpress1.147s (+2.0%)2.014s (~)0.867s101.06x
🌐 MongoDBNext.js (Turbopack)1.319s2.009s0.691s101.22x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.029s (~)3.448s (-21.6% 🟢)1.419s101.00x
▲ VercelExpress2.075s (+4.4%)3.621s (+11.9% 🔺)1.546s101.02x
▲ VercelNitro2.221s (+7.4% 🔺)3.798s (+3.0%)1.576s101.10x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)10.495s11.023s0.528s31.00x
🐘 PostgresNext.js (Turbopack)10.615s11.038s0.423s31.01x
💻 LocalNext.js (Turbopack)10.654s11.022s0.368s31.02x
💻 LocalNitro10.791s (~)11.024s (~)0.232s31.03x
💻 LocalExpress10.821s (+0.5%)11.024s (~)0.203s31.03x
🐘 PostgresExpress10.893s (~)11.041s (~)0.147s31.04x
🐘 PostgresNitro10.905s (+2.8%)11.045s (~)0.139s31.04x
🌐 MongoDBNext.js (Turbopack)12.286s13.021s0.735s31.17x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro17.654s (-2.7%)19.484s (-2.9%)1.830s21.00x
▲ VercelExpress17.843s (+8.2% 🔺)19.231s (+7.9% 🔺)1.388s21.01x
▲ VercelNext.js (Turbopack)21.614s (+27.3% 🔺)22.964s (+24.4% 🔺)1.349s21.22x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)26.243s27.052s0.809s31.00x
🐘 PostgresNext.js (Turbopack)26.373s27.061s0.689s31.00x
🐘 PostgresNitro26.922s (+1.7%)27.060s (~)0.138s31.03x
💻 LocalNext.js (Turbopack)26.925s27.052s0.127s31.03x
🐘 PostgresExpress27.022s (~)27.734s (~)0.712s31.03x
💻 LocalNitro27.210s (~)28.051s (~)0.841s31.04x
💻 LocalExpress27.276s (~)28.055s (~)0.780s31.04x
🌐 MongoDBNext.js (Turbopack)30.451s31.040s0.589s21.16x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)43.438s (-5.7% 🟢)45.171s (-5.9% 🟢)1.733s21.00x
▲ VercelNitro44.772s (~)46.456s (~)1.685s21.03x
▲ VercelExpress45.505s (+1.2%)46.947s (~)1.442s21.05x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)52.338s53.097s0.759s21.00x
🐘 PostgresNext.js (Turbopack)52.867s53.088s0.221s21.01x
🐘 PostgresExpress53.881s (-0.8%)54.103s (-1.8%)0.222s21.03x
🐘 PostgresNitro53.882s (+1.9%)54.101s (+1.9%)0.219s21.03x
💻 LocalNext.js (Turbopack)55.500s56.099s0.599s21.06x
💻 LocalNitro56.079s (~)56.099s (~)0.020s21.07x
💻 LocalExpress56.329s (+0.8%)57.106s (+1.8%)0.777s21.08x
🌐 MongoDBNext.js (Turbopack)60.726s61.072s0.346s21.16x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express93.717s (-3.5%)95.941s (-2.2%)2.224s11.00x
▲ VercelNext.js (Turbopack)93.920s (-8.0% 🟢)95.112s (-8.8% 🟢)1.192s11.00x
▲ VercelNitro98.346s (-2.2%)100.522s (-2.0%)2.176s11.05x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)1.199s2.006s0.807s151.00x
🐘 PostgresNext.js (Turbopack)1.328s2.010s0.683s151.11x
🐘 PostgresExpress1.343s (-5.4% 🟢)2.012s (~)0.669s151.12x
🐘 PostgresNitro1.364s (+5.6% 🔺)2.011s (~)0.647s151.14x
💻 LocalNitro1.406s (+1.0%)2.005s (~)0.599s151.17x
💻 LocalNext.js (Turbopack)1.409s2.006s0.597s151.17x
💻 LocalExpress1.429s (+1.3%)2.007s (~)0.578s151.19x
🌐 MongoDBNext.js (Turbopack)2.132s3.008s0.876s101.78x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.680s (-10.8% 🟢)4.333s (-4.5%)1.653s71.00x
▲ VercelExpress2.732s (+11.4% 🔺)4.163s (+16.3% 🔺)1.431s81.02x
▲ VercelNext.js (Turbopack)2.917s (+18.2% 🔺)4.387s (+6.9% 🔺)1.469s71.09x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)1.884s2.328s0.444s131.00x
🐘 PostgresNitro1.989s (+7.3% 🔺)2.596s (+16.6% 🔺)0.607s121.06x
🐘 PostgresExpress2.046s (~)2.599s (~)0.553s121.09x
🌐 RedisNext.js (Turbopack)2.384s3.008s0.624s101.27x
💻 LocalNext.js (Turbopack)2.546s3.007s0.461s101.35x
💻 LocalNitro2.638s (+1.2%)3.007s (~)0.369s101.40x
💻 LocalExpress2.719s (+5.0%)3.008s (~)0.289s101.44x
🌐 MongoDBNext.js (Turbopack)4.712s5.177s0.465s62.50x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.981s (-9.4% 🟢)4.513s (-2.7%)1.533s71.00x
▲ VercelNitro3.128s (+27.6% 🔺)4.650s (+22.7% 🔺)1.522s71.05x
▲ VercelExpress3.197s (+37.4% 🔺)4.415s (+36.2% 🔺)1.218s71.07x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)2.958s3.572s0.613s91.00x
🌐 RedisNext.js (Turbopack)3.804s4.009s0.206s81.29x
🐘 PostgresNitro3.922s (+46.2% 🔺)4.593s (+24.6% 🔺)0.672s71.33x
🐘 PostgresExpress3.944s (+3.2%)4.744s (+3.2%)0.799s71.33x
💻 LocalNext.js (Turbopack)6.858s7.417s0.558s52.32x
💻 LocalNitro7.516s (+3.5%)8.019s (~)0.504s42.54x
💻 LocalExpress8.246s (+14.8% 🔺)9.024s (+12.5% 🔺)0.778s42.79x
🌐 MongoDBNext.js (Turbopack)9.840s10.349s0.509s33.33x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.062s (+1.1%)4.466s (+6.2% 🔺)1.404s71.00x
▲ VercelExpress3.156s (+13.6% 🔺)4.821s (+24.1% 🔺)1.665s71.03x
▲ VercelNext.js (Turbopack)3.518s (+1.6%)5.116s (+6.6% 🔺)1.598s61.15x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)1.198s2.006s0.808s151.00x
🐘 PostgresNext.js (Turbopack)1.336s2.011s0.675s151.12x
🐘 PostgresNitro1.373s (+5.5% 🔺)2.012s (~)0.639s151.15x
🐘 PostgresExpress1.399s (-3.5%)2.011s (~)0.613s151.17x
💻 LocalNitro1.429s (~)2.005s (~)0.576s151.19x
💻 LocalNext.js (Turbopack)1.441s2.006s0.565s151.20x
💻 LocalExpress1.459s (+4.2%)2.006s (~)0.547s151.22x
🌐 MongoDBNext.js (Turbopack)2.124s3.008s0.884s101.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.353s (+5.3% 🔺)3.841s (+3.3%)1.489s81.00x
▲ VercelExpress2.468s (+11.7% 🔺)3.954s (+21.7% 🔺)1.486s81.05x
▲ VercelNext.js (Turbopack)3.188s (+36.8% 🔺)4.759s (+21.8% 🔺)1.570s71.36x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)1.798s2.225s0.427s141.00x
🐘 PostgresExpress2.001s (-7.3% 🟢)2.513s (-11.6% 🟢)0.512s121.11x
🐘 PostgresNitro2.133s (+15.3% 🔺)2.678s (+15.5% 🔺)0.546s121.19x
🌐 RedisNext.js (Turbopack)2.440s3.008s0.568s101.36x
💻 LocalNext.js (Turbopack)2.767s3.008s0.241s101.54x
💻 LocalNitro2.781s (+3.0%)3.009s (~)0.227s101.55x
💻 LocalExpress2.862s (+6.5% 🔺)3.209s (+6.7% 🔺)0.347s101.59x
🌐 MongoDBNext.js (Turbopack)4.729s5.177s0.448s62.63x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.368s (-11.5% 🟢)3.893s (-4.0%)1.524s91.00x
▲ VercelNext.js (Turbopack)2.518s (-21.6% 🟢)3.853s (-18.4% 🟢)1.335s81.06x
▲ VercelExpress2.823s (+1.7%)4.214s (+9.8% 🔺)1.391s81.19x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)2.807s3.768s0.961s81.00x
🐘 PostgresExpress3.232s (-23.8% 🟢)3.771s (-25.3% 🟢)0.540s81.15x
🐘 PostgresNitro3.428s (+18.9% 🔺)4.021s (+3.3%)0.593s81.22x
🌐 RedisNext.js (Turbopack)3.814s4.009s0.195s81.36x
💻 LocalNext.js (Turbopack)7.248s8.016s0.769s42.58x
💻 LocalNitro8.183s (+3.7%)8.774s (+9.4% 🔺)0.592s42.91x
💻 LocalExpress8.673s (+9.4% 🔺)9.022s (+9.1% 🔺)0.349s43.09x
🌐 MongoDBNext.js (Turbopack)9.790s10.350s0.560s33.49x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.011s (-33.7% 🟢)4.880s (-24.2% 🟢)1.869s71.00x
▲ VercelExpress3.176s (-13.0% 🟢)4.460s (-4.5%)1.284s71.05x
▲ VercelNitro3.794s (+1.5%)5.491s (+1.5%)1.697s61.26x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)0.110s1.000s0.001s1.007s0.898s101.00x
🐘 PostgresNext.js (Turbopack)0.133s1.001s0.001s1.012s0.879s101.21x
💻 LocalNext.js (Turbopack)0.137s1.001s0.011s1.017s0.880s101.25x
💻 LocalNitro0.172s (+1.0%)1.003s (~)0.011s (~)1.017s (~)0.845s101.57x
💻 LocalExpress0.180s (+7.4% 🔺)1.003s (~)0.012s (+2.6%)1.018s (~)0.838s101.65x
🐘 PostgresNitro0.195s (+30.1% 🔺)0.991s (-0.8%)0.002s (+6.7% 🔺)1.012s (~)0.817s101.78x
🐘 PostgresExpress0.195s (-13.0% 🟢)0.995s (~)0.001s (-12.5% 🟢)1.012s (~)0.817s101.78x
🌐 MongoDBNext.js (Turbopack)0.499s0.942s0.001s1.009s0.509s104.56x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro1.601s (-13.2% 🟢)2.393s (-9.5% 🟢)0.005s (-81.1% 🟢)3.003s (-8.3% 🟢)1.402s101.00x
▲ VercelNext.js (Turbopack)1.685s (~)2.614s (-0.8%)0.005s (-2.1%)3.186s (-1.5%)1.501s101.05x
▲ VercelExpress1.771s (+1.4%)2.846s (+7.7% 🔺)0.006s (-7.6% 🟢)3.399s (+7.6% 🔺)1.628s101.11x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)9/12
🐘 PostgresNext.js (Turbopack)12/12
▲ VercelNitro6/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express🐘 Postgres6/12
Next.js (Turbopack)🌐 Redis7/12
Nitro🐘 Postgres7/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
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions

github-actionsBot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production571067638
✅ 💻 Local Development612084696
✅ 📦 Local Production612084696
✅ 🐘 Local Postgres612084696
✅ 🪟 Windows550358
❌ 🌍 Community Worlds1185615189
✅ 📋 Other147027174
Total2727563643147

❌ Failed Tests

🌍 Community Worlds (56 failed)

mongodb (3 failed):

  • hookWorkflow is not resumable via public webhook endpoint
  • webhookWorkflow
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously

redis (2 failed):

  • hookWorkflow is not resumable via public webhook endpoint
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously

turso (51 failed):

  • addTenWorkflow
  • addTenWorkflow
  • wellKnownAgentWorkflow (.well-known/agent)
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • importedStepOnlyWorkflow
  • hookWorkflow
  • hookWorkflow is not resumable via public webhook endpoint
  • webhookWorkflow
  • sleepingWorkflow
  • parallelSleepWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • 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 retry behavior workflow completes despite transient 5xx on step_completed
  • 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
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running
  • 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 (queue-based) - workflow and step endpoints respond to health check messages
  • 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
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument
  • cancelRun - cancelling a running workflow
  • cancelRun via CLI - cancelling a running workflow
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control)

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro5107
✅ example5107
✅ express5107
✅ fastify5107
✅ hono5107
✅ nextjs-turbopack5602
✅ nextjs-webpack5602
✅ nitro5107
✅ nuxt5107
✅ sveltekit5107
✅ vite5107
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4909
✅ express-stable4909
✅ fastify-stable4909
✅ hono-stable4909
✅ nextjs-turbopack-canary5503
✅ nextjs-turbopack-stable5503
✅ nextjs-webpack-canary5503
✅ nextjs-webpack-stable5503
✅ nitro-stable4909
✅ nuxt-stable4909
✅ sveltekit-stable4909
✅ vite-stable4909
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4909
✅ express-stable4909
✅ fastify-stable4909
✅ hono-stable4909
✅ nextjs-turbopack-canary5503
✅ nextjs-turbopack-stable5503
✅ nextjs-webpack-canary5503
✅ nextjs-webpack-stable5503
✅ nitro-stable4909
✅ nuxt-stable4909
✅ sveltekit-stable4909
✅ vite-stable4909
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4909
✅ express-stable4909
✅ fastify-stable4909
✅ hono-stable4909
✅ nextjs-turbopack-canary5503
✅ nextjs-turbopack-stable5503
✅ nextjs-webpack-canary5503
✅ nextjs-webpack-stable5503
✅ nitro-stable4909
✅ nuxt-stable4909
✅ sveltekit-stable4909
✅ vite-stable4909
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack5503
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev302
❌ mongodb5233
✅ redis-dev302
❌ redis5323
✅ turso-dev302
❌ turso4513
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4909
✅ e2e-local-postgres-nest-stable4909
✅ e2e-local-prod-nest-stable4909

📋 View full workflow run

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

Moves React Router runtime dependencies in @workflow/web from devDependencies to dependencies to address missing peer dependency warnings seen when workflow consumers install the published package.

Changes:

  • Add react-router and @react-router/express to packages/web production dependencies.
  • Remove redundant @react-router/node / react-router entries from packages/webdevDependencies.
  • Add a Changeset and update pnpm-lock.yaml accordingly.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

FileDescription
packages/web/package.jsonShifts React Router-related packages into production dependencies for published installs.
pnpm-lock.yamlLockfile updates reflecting dependency graph changes for packages/web.
.changeset/fix-web-missing-peer-deps.mdPublishes a patch release note for @workflow/web describing the dependency fix.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

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

You can also share your feedback on Copilot code review. Take the survey.

Comment threadpackages/web/package.json Outdated
Add a custom entry.server.tsx (based on the default react-router template)
so that the @react-router/dev build plugin no longer requires
@react-router/node and isbot to be in the dependencies field of
package.json. This allows all react-router related packages to be
devDependencies since they are fully bundled at build time, leaving
express as the sole production dependency.
Comment threadpackages/web/package.json

@VaguelySeriousVaguelySerious left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM, note we should add a comment

Comment threadpackages/web/app/entry.server.tsx
Co-authored-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Nathan Rajlich <n@n8.io>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

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

fix(web): move react-router deps to devDependencies - #1265

Merged
TooTallNate merged 3 commits into
mainfrom
fix/web-missing-peer-deps
Mar 11, 2026
Merged

fix(web): move react-router deps to devDependencies#1265
TooTallNate merged 3 commits into
mainfrom
fix/web-missing-peer-deps

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Mar 5, 2026

Copy link
Copy Markdown
Member

Summary

  • Add a custom app/entry.server.tsx (based on the default react-router template) so the @react-router/dev build plugin no longer requires @react-router/node and isbot in the dependencies field of package.json
  • Move @react-router/node and isbot from dependencies to devDependencies — they are fully bundled into the server output at build time (Vite SSR with noExternal: true)
  • express is now the sole production dependency, eliminating peer dependency warnings from transitive react-router peer deps

CopilotAI review requested due to automatic review settings March 5, 2026 06:59
@TooTallNate
TooTallNate requested a review from a team as a code ownerMarch 5, 2026 06:59
@changeset-bot

changeset-botBot commented Mar 5, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: de1c8b8

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

This PR includes changesets to release 16 packages
NameType
@workflow/webPatch
@workflow/cliPatch
workflowPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/buildersPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/vitestPatch
@workflow/web-sharedPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/nuxtPatch

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

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

@vercel

vercelBot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Mar 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🥇 Nitro0.032s (-3.3%)1.005s (~)0.973s101.00x
💻 LocalExpress0.034s (-0.9%)1.006s (~)0.973s101.04x
💻 LocalNext.js (Turbopack)0.037s1.005s0.968s101.16x
🌐 RedisNext.js (Turbopack)0.041s1.006s0.965s101.26x
🐘 PostgresNext.js (Turbopack)0.043s1.010s0.967s101.33x
🐘 PostgresNitro0.049s (+13.5% 🔺)1.012s (~)0.964s101.51x
🐘 PostgresExpress0.054s (-5.8% 🟢)1.013s (~)0.959s101.67x
🌐 MongoDBNext.js (Turbopack)0.089s1.008s0.919s102.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.443s (~)2.382s (+17.8% 🔺)1.939s101.00x
▲ VercelNext.js (Turbopack)0.473s (-26.7% 🟢)2.319s (-12.4% 🟢)1.845s101.07x
▲ VercelNitro0.539s (+9.7% 🔺)2.502s (+8.7% 🔺)1.963s101.22x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)1.083s2.006s0.923s101.00x
💻 LocalNext.js (Turbopack)1.095s2.006s0.911s101.01x
🐘 PostgresNext.js (Turbopack)1.103s2.012s0.909s101.02x
💻 LocalNitro1.104s (~)2.006s (~)0.902s101.02x
💻 LocalExpress1.106s (~)2.006s (~)0.901s101.02x
🐘 PostgresNitro1.133s (+3.5%)2.012s (~)0.879s101.05x
🐘 PostgresExpress1.147s (+2.0%)2.014s (~)0.867s101.06x
🌐 MongoDBNext.js (Turbopack)1.319s2.009s0.691s101.22x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.029s (~)3.448s (-21.6% 🟢)1.419s101.00x
▲ VercelExpress2.075s (+4.4%)3.621s (+11.9% 🔺)1.546s101.02x
▲ VercelNitro2.221s (+7.4% 🔺)3.798s (+3.0%)1.576s101.10x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)10.495s11.023s0.528s31.00x
🐘 PostgresNext.js (Turbopack)10.615s11.038s0.423s31.01x
💻 LocalNext.js (Turbopack)10.654s11.022s0.368s31.02x
💻 LocalNitro10.791s (~)11.024s (~)0.232s31.03x
💻 LocalExpress10.821s (+0.5%)11.024s (~)0.203s31.03x
🐘 PostgresExpress10.893s (~)11.041s (~)0.147s31.04x
🐘 PostgresNitro10.905s (+2.8%)11.045s (~)0.139s31.04x
🌐 MongoDBNext.js (Turbopack)12.286s13.021s0.735s31.17x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro17.654s (-2.7%)19.484s (-2.9%)1.830s21.00x
▲ VercelExpress17.843s (+8.2% 🔺)19.231s (+7.9% 🔺)1.388s21.01x
▲ VercelNext.js (Turbopack)21.614s (+27.3% 🔺)22.964s (+24.4% 🔺)1.349s21.22x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)26.243s27.052s0.809s31.00x
🐘 PostgresNext.js (Turbopack)26.373s27.061s0.689s31.00x
🐘 PostgresNitro26.922s (+1.7%)27.060s (~)0.138s31.03x
💻 LocalNext.js (Turbopack)26.925s27.052s0.127s31.03x
🐘 PostgresExpress27.022s (~)27.734s (~)0.712s31.03x
💻 LocalNitro27.210s (~)28.051s (~)0.841s31.04x
💻 LocalExpress27.276s (~)28.055s (~)0.780s31.04x
🌐 MongoDBNext.js (Turbopack)30.451s31.040s0.589s21.16x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)43.438s (-5.7% 🟢)45.171s (-5.9% 🟢)1.733s21.00x
▲ VercelNitro44.772s (~)46.456s (~)1.685s21.03x
▲ VercelExpress45.505s (+1.2%)46.947s (~)1.442s21.05x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)52.338s53.097s0.759s21.00x
🐘 PostgresNext.js (Turbopack)52.867s53.088s0.221s21.01x
🐘 PostgresExpress53.881s (-0.8%)54.103s (-1.8%)0.222s21.03x
🐘 PostgresNitro53.882s (+1.9%)54.101s (+1.9%)0.219s21.03x
💻 LocalNext.js (Turbopack)55.500s56.099s0.599s21.06x
💻 LocalNitro56.079s (~)56.099s (~)0.020s21.07x
💻 LocalExpress56.329s (+0.8%)57.106s (+1.8%)0.777s21.08x
🌐 MongoDBNext.js (Turbopack)60.726s61.072s0.346s21.16x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express93.717s (-3.5%)95.941s (-2.2%)2.224s11.00x
▲ VercelNext.js (Turbopack)93.920s (-8.0% 🟢)95.112s (-8.8% 🟢)1.192s11.00x
▲ VercelNitro98.346s (-2.2%)100.522s (-2.0%)2.176s11.05x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)1.199s2.006s0.807s151.00x
🐘 PostgresNext.js (Turbopack)1.328s2.010s0.683s151.11x
🐘 PostgresExpress1.343s (-5.4% 🟢)2.012s (~)0.669s151.12x
🐘 PostgresNitro1.364s (+5.6% 🔺)2.011s (~)0.647s151.14x
💻 LocalNitro1.406s (+1.0%)2.005s (~)0.599s151.17x
💻 LocalNext.js (Turbopack)1.409s2.006s0.597s151.17x
💻 LocalExpress1.429s (+1.3%)2.007s (~)0.578s151.19x
🌐 MongoDBNext.js (Turbopack)2.132s3.008s0.876s101.78x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.680s (-10.8% 🟢)4.333s (-4.5%)1.653s71.00x
▲ VercelExpress2.732s (+11.4% 🔺)4.163s (+16.3% 🔺)1.431s81.02x
▲ VercelNext.js (Turbopack)2.917s (+18.2% 🔺)4.387s (+6.9% 🔺)1.469s71.09x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)1.884s2.328s0.444s131.00x
🐘 PostgresNitro1.989s (+7.3% 🔺)2.596s (+16.6% 🔺)0.607s121.06x
🐘 PostgresExpress2.046s (~)2.599s (~)0.553s121.09x
🌐 RedisNext.js (Turbopack)2.384s3.008s0.624s101.27x
💻 LocalNext.js (Turbopack)2.546s3.007s0.461s101.35x
💻 LocalNitro2.638s (+1.2%)3.007s (~)0.369s101.40x
💻 LocalExpress2.719s (+5.0%)3.008s (~)0.289s101.44x
🌐 MongoDBNext.js (Turbopack)4.712s5.177s0.465s62.50x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.981s (-9.4% 🟢)4.513s (-2.7%)1.533s71.00x
▲ VercelNitro3.128s (+27.6% 🔺)4.650s (+22.7% 🔺)1.522s71.05x
▲ VercelExpress3.197s (+37.4% 🔺)4.415s (+36.2% 🔺)1.218s71.07x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)2.958s3.572s0.613s91.00x
🌐 RedisNext.js (Turbopack)3.804s4.009s0.206s81.29x
🐘 PostgresNitro3.922s (+46.2% 🔺)4.593s (+24.6% 🔺)0.672s71.33x
🐘 PostgresExpress3.944s (+3.2%)4.744s (+3.2%)0.799s71.33x
💻 LocalNext.js (Turbopack)6.858s7.417s0.558s52.32x
💻 LocalNitro7.516s (+3.5%)8.019s (~)0.504s42.54x
💻 LocalExpress8.246s (+14.8% 🔺)9.024s (+12.5% 🔺)0.778s42.79x
🌐 MongoDBNext.js (Turbopack)9.840s10.349s0.509s33.33x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.062s (+1.1%)4.466s (+6.2% 🔺)1.404s71.00x
▲ VercelExpress3.156s (+13.6% 🔺)4.821s (+24.1% 🔺)1.665s71.03x
▲ VercelNext.js (Turbopack)3.518s (+1.6%)5.116s (+6.6% 🔺)1.598s61.15x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)1.198s2.006s0.808s151.00x
🐘 PostgresNext.js (Turbopack)1.336s2.011s0.675s151.12x
🐘 PostgresNitro1.373s (+5.5% 🔺)2.012s (~)0.639s151.15x
🐘 PostgresExpress1.399s (-3.5%)2.011s (~)0.613s151.17x
💻 LocalNitro1.429s (~)2.005s (~)0.576s151.19x
💻 LocalNext.js (Turbopack)1.441s2.006s0.565s151.20x
💻 LocalExpress1.459s (+4.2%)2.006s (~)0.547s151.22x
🌐 MongoDBNext.js (Turbopack)2.124s3.008s0.884s101.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.353s (+5.3% 🔺)3.841s (+3.3%)1.489s81.00x
▲ VercelExpress2.468s (+11.7% 🔺)3.954s (+21.7% 🔺)1.486s81.05x
▲ VercelNext.js (Turbopack)3.188s (+36.8% 🔺)4.759s (+21.8% 🔺)1.570s71.36x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)1.798s2.225s0.427s141.00x
🐘 PostgresExpress2.001s (-7.3% 🟢)2.513s (-11.6% 🟢)0.512s121.11x
🐘 PostgresNitro2.133s (+15.3% 🔺)2.678s (+15.5% 🔺)0.546s121.19x
🌐 RedisNext.js (Turbopack)2.440s3.008s0.568s101.36x
💻 LocalNext.js (Turbopack)2.767s3.008s0.241s101.54x
💻 LocalNitro2.781s (+3.0%)3.009s (~)0.227s101.55x
💻 LocalExpress2.862s (+6.5% 🔺)3.209s (+6.7% 🔺)0.347s101.59x
🌐 MongoDBNext.js (Turbopack)4.729s5.177s0.448s62.63x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.368s (-11.5% 🟢)3.893s (-4.0%)1.524s91.00x
▲ VercelNext.js (Turbopack)2.518s (-21.6% 🟢)3.853s (-18.4% 🟢)1.335s81.06x
▲ VercelExpress2.823s (+1.7%)4.214s (+9.8% 🔺)1.391s81.19x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)2.807s3.768s0.961s81.00x
🐘 PostgresExpress3.232s (-23.8% 🟢)3.771s (-25.3% 🟢)0.540s81.15x
🐘 PostgresNitro3.428s (+18.9% 🔺)4.021s (+3.3%)0.593s81.22x
🌐 RedisNext.js (Turbopack)3.814s4.009s0.195s81.36x
💻 LocalNext.js (Turbopack)7.248s8.016s0.769s42.58x
💻 LocalNitro8.183s (+3.7%)8.774s (+9.4% 🔺)0.592s42.91x
💻 LocalExpress8.673s (+9.4% 🔺)9.022s (+9.1% 🔺)0.349s43.09x
🌐 MongoDBNext.js (Turbopack)9.790s10.350s0.560s33.49x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.011s (-33.7% 🟢)4.880s (-24.2% 🟢)1.869s71.00x
▲ VercelExpress3.176s (-13.0% 🟢)4.460s (-4.5%)1.284s71.05x
▲ VercelNitro3.794s (+1.5%)5.491s (+1.5%)1.697s61.26x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)0.110s1.000s0.001s1.007s0.898s101.00x
🐘 PostgresNext.js (Turbopack)0.133s1.001s0.001s1.012s0.879s101.21x
💻 LocalNext.js (Turbopack)0.137s1.001s0.011s1.017s0.880s101.25x
💻 LocalNitro0.172s (+1.0%)1.003s (~)0.011s (~)1.017s (~)0.845s101.57x
💻 LocalExpress0.180s (+7.4% 🔺)1.003s (~)0.012s (+2.6%)1.018s (~)0.838s101.65x
🐘 PostgresNitro0.195s (+30.1% 🔺)0.991s (-0.8%)0.002s (+6.7% 🔺)1.012s (~)0.817s101.78x
🐘 PostgresExpress0.195s (-13.0% 🟢)0.995s (~)0.001s (-12.5% 🟢)1.012s (~)0.817s101.78x
🌐 MongoDBNext.js (Turbopack)0.499s0.942s0.001s1.009s0.509s104.56x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro1.601s (-13.2% 🟢)2.393s (-9.5% 🟢)0.005s (-81.1% 🟢)3.003s (-8.3% 🟢)1.402s101.00x
▲ VercelNext.js (Turbopack)1.685s (~)2.614s (-0.8%)0.005s (-2.1%)3.186s (-1.5%)1.501s101.05x
▲ VercelExpress1.771s (+1.4%)2.846s (+7.7% 🔺)0.006s (-7.6% 🟢)3.399s (+7.6% 🔺)1.628s101.11x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)9/12
🐘 PostgresNext.js (Turbopack)12/12
▲ VercelNitro6/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express🐘 Postgres6/12
Next.js (Turbopack)🌐 Redis7/12
Nitro🐘 Postgres7/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
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions

github-actionsBot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production571067638
✅ 💻 Local Development612084696
✅ 📦 Local Production612084696
✅ 🐘 Local Postgres612084696
✅ 🪟 Windows550358
❌ 🌍 Community Worlds1185615189
✅ 📋 Other147027174
Total2727563643147

❌ Failed Tests

🌍 Community Worlds (56 failed)

mongodb (3 failed):

  • hookWorkflow is not resumable via public webhook endpoint
  • webhookWorkflow
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously

redis (2 failed):

  • hookWorkflow is not resumable via public webhook endpoint
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously

turso (51 failed):

  • addTenWorkflow
  • addTenWorkflow
  • wellKnownAgentWorkflow (.well-known/agent)
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • importedStepOnlyWorkflow
  • hookWorkflow
  • hookWorkflow is not resumable via public webhook endpoint
  • webhookWorkflow
  • sleepingWorkflow
  • parallelSleepWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • 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 retry behavior workflow completes despite transient 5xx on step_completed
  • 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
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running
  • 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 (queue-based) - workflow and step endpoints respond to health check messages
  • 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
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument
  • cancelRun - cancelling a running workflow
  • cancelRun via CLI - cancelling a running workflow
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control)

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro5107
✅ example5107
✅ express5107
✅ fastify5107
✅ hono5107
✅ nextjs-turbopack5602
✅ nextjs-webpack5602
✅ nitro5107
✅ nuxt5107
✅ sveltekit5107
✅ vite5107
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4909
✅ express-stable4909
✅ fastify-stable4909
✅ hono-stable4909
✅ nextjs-turbopack-canary5503
✅ nextjs-turbopack-stable5503
✅ nextjs-webpack-canary5503
✅ nextjs-webpack-stable5503
✅ nitro-stable4909
✅ nuxt-stable4909
✅ sveltekit-stable4909
✅ vite-stable4909
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4909
✅ express-stable4909
✅ fastify-stable4909
✅ hono-stable4909
✅ nextjs-turbopack-canary5503
✅ nextjs-turbopack-stable5503
✅ nextjs-webpack-canary5503
✅ nextjs-webpack-stable5503
✅ nitro-stable4909
✅ nuxt-stable4909
✅ sveltekit-stable4909
✅ vite-stable4909
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4909
✅ express-stable4909
✅ fastify-stable4909
✅ hono-stable4909
✅ nextjs-turbopack-canary5503
✅ nextjs-turbopack-stable5503
✅ nextjs-webpack-canary5503
✅ nextjs-webpack-stable5503
✅ nitro-stable4909
✅ nuxt-stable4909
✅ sveltekit-stable4909
✅ vite-stable4909
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack5503
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev302
❌ mongodb5233
✅ redis-dev302
❌ redis5323
✅ turso-dev302
❌ turso4513
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4909
✅ e2e-local-postgres-nest-stable4909
✅ e2e-local-prod-nest-stable4909

📋 View full workflow run

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

Moves React Router runtime dependencies in @workflow/web from devDependencies to dependencies to address missing peer dependency warnings seen when workflow consumers install the published package.

Changes:

  • Add react-router and @react-router/express to packages/web production dependencies.
  • Remove redundant @react-router/node / react-router entries from packages/webdevDependencies.
  • Add a Changeset and update pnpm-lock.yaml accordingly.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

FileDescription
packages/web/package.jsonShifts React Router-related packages into production dependencies for published installs.
pnpm-lock.yamlLockfile updates reflecting dependency graph changes for packages/web.
.changeset/fix-web-missing-peer-deps.mdPublishes a patch release note for @workflow/web describing the dependency fix.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

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

You can also share your feedback on Copilot code review. Take the survey.

Comment threadpackages/web/package.json Outdated
Add a custom entry.server.tsx (based on the default react-router template)
so that the @react-router/dev build plugin no longer requires
@react-router/node and isbot to be in the dependencies field of
package.json. This allows all react-router related packages to be
devDependencies since they are fully bundled at build time, leaving
express as the sole production dependency.
Comment threadpackages/web/package.json

@VaguelySeriousVaguelySerious left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM, note we should add a comment

Comment threadpackages/web/app/entry.server.tsx
Co-authored-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Nathan Rajlich <n@n8.io>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

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

fix(web): move react-router deps to devDependencies - #1265

Merged
TooTallNate merged 3 commits into
mainfrom
fix/web-missing-peer-deps
Mar 11, 2026
Merged

fix(web): move react-router deps to devDependencies#1265
TooTallNate merged 3 commits into
mainfrom
fix/web-missing-peer-deps

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Mar 5, 2026

Copy link
Copy Markdown
Member

Summary

  • Add a custom app/entry.server.tsx (based on the default react-router template) so the @react-router/dev build plugin no longer requires @react-router/node and isbot in the dependencies field of package.json
  • Move @react-router/node and isbot from dependencies to devDependencies — they are fully bundled into the server output at build time (Vite SSR with noExternal: true)
  • express is now the sole production dependency, eliminating peer dependency warnings from transitive react-router peer deps

CopilotAI review requested due to automatic review settings March 5, 2026 06:59
@TooTallNate
TooTallNate requested a review from a team as a code ownerMarch 5, 2026 06:59
@changeset-bot

changeset-botBot commented Mar 5, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: de1c8b8

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

This PR includes changesets to release 16 packages
NameType
@workflow/webPatch
@workflow/cliPatch
workflowPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/buildersPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/vitestPatch
@workflow/web-sharedPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/nuxtPatch

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

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

@vercel

vercelBot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Mar 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🥇 Nitro0.032s (-3.3%)1.005s (~)0.973s101.00x
💻 LocalExpress0.034s (-0.9%)1.006s (~)0.973s101.04x
💻 LocalNext.js (Turbopack)0.037s1.005s0.968s101.16x
🌐 RedisNext.js (Turbopack)0.041s1.006s0.965s101.26x
🐘 PostgresNext.js (Turbopack)0.043s1.010s0.967s101.33x
🐘 PostgresNitro0.049s (+13.5% 🔺)1.012s (~)0.964s101.51x
🐘 PostgresExpress0.054s (-5.8% 🟢)1.013s (~)0.959s101.67x
🌐 MongoDBNext.js (Turbopack)0.089s1.008s0.919s102.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.443s (~)2.382s (+17.8% 🔺)1.939s101.00x
▲ VercelNext.js (Turbopack)0.473s (-26.7% 🟢)2.319s (-12.4% 🟢)1.845s101.07x
▲ VercelNitro0.539s (+9.7% 🔺)2.502s (+8.7% 🔺)1.963s101.22x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)1.083s2.006s0.923s101.00x
💻 LocalNext.js (Turbopack)1.095s2.006s0.911s101.01x
🐘 PostgresNext.js (Turbopack)1.103s2.012s0.909s101.02x
💻 LocalNitro1.104s (~)2.006s (~)0.902s101.02x
💻 LocalExpress1.106s (~)2.006s (~)0.901s101.02x
🐘 PostgresNitro1.133s (+3.5%)2.012s (~)0.879s101.05x
🐘 PostgresExpress1.147s (+2.0%)2.014s (~)0.867s101.06x
🌐 MongoDBNext.js (Turbopack)1.319s2.009s0.691s101.22x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.029s (~)3.448s (-21.6% 🟢)1.419s101.00x
▲ VercelExpress2.075s (+4.4%)3.621s (+11.9% 🔺)1.546s101.02x
▲ VercelNitro2.221s (+7.4% 🔺)3.798s (+3.0%)1.576s101.10x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)10.495s11.023s0.528s31.00x
🐘 PostgresNext.js (Turbopack)10.615s11.038s0.423s31.01x
💻 LocalNext.js (Turbopack)10.654s11.022s0.368s31.02x
💻 LocalNitro10.791s (~)11.024s (~)0.232s31.03x
💻 LocalExpress10.821s (+0.5%)11.024s (~)0.203s31.03x
🐘 PostgresExpress10.893s (~)11.041s (~)0.147s31.04x
🐘 PostgresNitro10.905s (+2.8%)11.045s (~)0.139s31.04x
🌐 MongoDBNext.js (Turbopack)12.286s13.021s0.735s31.17x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro17.654s (-2.7%)19.484s (-2.9%)1.830s21.00x
▲ VercelExpress17.843s (+8.2% 🔺)19.231s (+7.9% 🔺)1.388s21.01x
▲ VercelNext.js (Turbopack)21.614s (+27.3% 🔺)22.964s (+24.4% 🔺)1.349s21.22x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)26.243s27.052s0.809s31.00x
🐘 PostgresNext.js (Turbopack)26.373s27.061s0.689s31.00x
🐘 PostgresNitro26.922s (+1.7%)27.060s (~)0.138s31.03x
💻 LocalNext.js (Turbopack)26.925s27.052s0.127s31.03x
🐘 PostgresExpress27.022s (~)27.734s (~)0.712s31.03x
💻 LocalNitro27.210s (~)28.051s (~)0.841s31.04x
💻 LocalExpress27.276s (~)28.055s (~)0.780s31.04x
🌐 MongoDBNext.js (Turbopack)30.451s31.040s0.589s21.16x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)43.438s (-5.7% 🟢)45.171s (-5.9% 🟢)1.733s21.00x
▲ VercelNitro44.772s (~)46.456s (~)1.685s21.03x
▲ VercelExpress45.505s (+1.2%)46.947s (~)1.442s21.05x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)52.338s53.097s0.759s21.00x
🐘 PostgresNext.js (Turbopack)52.867s53.088s0.221s21.01x
🐘 PostgresExpress53.881s (-0.8%)54.103s (-1.8%)0.222s21.03x
🐘 PostgresNitro53.882s (+1.9%)54.101s (+1.9%)0.219s21.03x
💻 LocalNext.js (Turbopack)55.500s56.099s0.599s21.06x
💻 LocalNitro56.079s (~)56.099s (~)0.020s21.07x
💻 LocalExpress56.329s (+0.8%)57.106s (+1.8%)0.777s21.08x
🌐 MongoDBNext.js (Turbopack)60.726s61.072s0.346s21.16x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express93.717s (-3.5%)95.941s (-2.2%)2.224s11.00x
▲ VercelNext.js (Turbopack)93.920s (-8.0% 🟢)95.112s (-8.8% 🟢)1.192s11.00x
▲ VercelNitro98.346s (-2.2%)100.522s (-2.0%)2.176s11.05x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)1.199s2.006s0.807s151.00x
🐘 PostgresNext.js (Turbopack)1.328s2.010s0.683s151.11x
🐘 PostgresExpress1.343s (-5.4% 🟢)2.012s (~)0.669s151.12x
🐘 PostgresNitro1.364s (+5.6% 🔺)2.011s (~)0.647s151.14x
💻 LocalNitro1.406s (+1.0%)2.005s (~)0.599s151.17x
💻 LocalNext.js (Turbopack)1.409s2.006s0.597s151.17x
💻 LocalExpress1.429s (+1.3%)2.007s (~)0.578s151.19x
🌐 MongoDBNext.js (Turbopack)2.132s3.008s0.876s101.78x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.680s (-10.8% 🟢)4.333s (-4.5%)1.653s71.00x
▲ VercelExpress2.732s (+11.4% 🔺)4.163s (+16.3% 🔺)1.431s81.02x
▲ VercelNext.js (Turbopack)2.917s (+18.2% 🔺)4.387s (+6.9% 🔺)1.469s71.09x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)1.884s2.328s0.444s131.00x
🐘 PostgresNitro1.989s (+7.3% 🔺)2.596s (+16.6% 🔺)0.607s121.06x
🐘 PostgresExpress2.046s (~)2.599s (~)0.553s121.09x
🌐 RedisNext.js (Turbopack)2.384s3.008s0.624s101.27x
💻 LocalNext.js (Turbopack)2.546s3.007s0.461s101.35x
💻 LocalNitro2.638s (+1.2%)3.007s (~)0.369s101.40x
💻 LocalExpress2.719s (+5.0%)3.008s (~)0.289s101.44x
🌐 MongoDBNext.js (Turbopack)4.712s5.177s0.465s62.50x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.981s (-9.4% 🟢)4.513s (-2.7%)1.533s71.00x
▲ VercelNitro3.128s (+27.6% 🔺)4.650s (+22.7% 🔺)1.522s71.05x
▲ VercelExpress3.197s (+37.4% 🔺)4.415s (+36.2% 🔺)1.218s71.07x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)2.958s3.572s0.613s91.00x
🌐 RedisNext.js (Turbopack)3.804s4.009s0.206s81.29x
🐘 PostgresNitro3.922s (+46.2% 🔺)4.593s (+24.6% 🔺)0.672s71.33x
🐘 PostgresExpress3.944s (+3.2%)4.744s (+3.2%)0.799s71.33x
💻 LocalNext.js (Turbopack)6.858s7.417s0.558s52.32x
💻 LocalNitro7.516s (+3.5%)8.019s (~)0.504s42.54x
💻 LocalExpress8.246s (+14.8% 🔺)9.024s (+12.5% 🔺)0.778s42.79x
🌐 MongoDBNext.js (Turbopack)9.840s10.349s0.509s33.33x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.062s (+1.1%)4.466s (+6.2% 🔺)1.404s71.00x
▲ VercelExpress3.156s (+13.6% 🔺)4.821s (+24.1% 🔺)1.665s71.03x
▲ VercelNext.js (Turbopack)3.518s (+1.6%)5.116s (+6.6% 🔺)1.598s61.15x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)1.198s2.006s0.808s151.00x
🐘 PostgresNext.js (Turbopack)1.336s2.011s0.675s151.12x
🐘 PostgresNitro1.373s (+5.5% 🔺)2.012s (~)0.639s151.15x
🐘 PostgresExpress1.399s (-3.5%)2.011s (~)0.613s151.17x
💻 LocalNitro1.429s (~)2.005s (~)0.576s151.19x
💻 LocalNext.js (Turbopack)1.441s2.006s0.565s151.20x
💻 LocalExpress1.459s (+4.2%)2.006s (~)0.547s151.22x
🌐 MongoDBNext.js (Turbopack)2.124s3.008s0.884s101.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.353s (+5.3% 🔺)3.841s (+3.3%)1.489s81.00x
▲ VercelExpress2.468s (+11.7% 🔺)3.954s (+21.7% 🔺)1.486s81.05x
▲ VercelNext.js (Turbopack)3.188s (+36.8% 🔺)4.759s (+21.8% 🔺)1.570s71.36x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)1.798s2.225s0.427s141.00x
🐘 PostgresExpress2.001s (-7.3% 🟢)2.513s (-11.6% 🟢)0.512s121.11x
🐘 PostgresNitro2.133s (+15.3% 🔺)2.678s (+15.5% 🔺)0.546s121.19x
🌐 RedisNext.js (Turbopack)2.440s3.008s0.568s101.36x
💻 LocalNext.js (Turbopack)2.767s3.008s0.241s101.54x
💻 LocalNitro2.781s (+3.0%)3.009s (~)0.227s101.55x
💻 LocalExpress2.862s (+6.5% 🔺)3.209s (+6.7% 🔺)0.347s101.59x
🌐 MongoDBNext.js (Turbopack)4.729s5.177s0.448s62.63x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.368s (-11.5% 🟢)3.893s (-4.0%)1.524s91.00x
▲ VercelNext.js (Turbopack)2.518s (-21.6% 🟢)3.853s (-18.4% 🟢)1.335s81.06x
▲ VercelExpress2.823s (+1.7%)4.214s (+9.8% 🔺)1.391s81.19x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)2.807s3.768s0.961s81.00x
🐘 PostgresExpress3.232s (-23.8% 🟢)3.771s (-25.3% 🟢)0.540s81.15x
🐘 PostgresNitro3.428s (+18.9% 🔺)4.021s (+3.3%)0.593s81.22x
🌐 RedisNext.js (Turbopack)3.814s4.009s0.195s81.36x
💻 LocalNext.js (Turbopack)7.248s8.016s0.769s42.58x
💻 LocalNitro8.183s (+3.7%)8.774s (+9.4% 🔺)0.592s42.91x
💻 LocalExpress8.673s (+9.4% 🔺)9.022s (+9.1% 🔺)0.349s43.09x
🌐 MongoDBNext.js (Turbopack)9.790s10.350s0.560s33.49x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.011s (-33.7% 🟢)4.880s (-24.2% 🟢)1.869s71.00x
▲ VercelExpress3.176s (-13.0% 🟢)4.460s (-4.5%)1.284s71.05x
▲ VercelNitro3.794s (+1.5%)5.491s (+1.5%)1.697s61.26x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)0.110s1.000s0.001s1.007s0.898s101.00x
🐘 PostgresNext.js (Turbopack)0.133s1.001s0.001s1.012s0.879s101.21x
💻 LocalNext.js (Turbopack)0.137s1.001s0.011s1.017s0.880s101.25x
💻 LocalNitro0.172s (+1.0%)1.003s (~)0.011s (~)1.017s (~)0.845s101.57x
💻 LocalExpress0.180s (+7.4% 🔺)1.003s (~)0.012s (+2.6%)1.018s (~)0.838s101.65x
🐘 PostgresNitro0.195s (+30.1% 🔺)0.991s (-0.8%)0.002s (+6.7% 🔺)1.012s (~)0.817s101.78x
🐘 PostgresExpress0.195s (-13.0% 🟢)0.995s (~)0.001s (-12.5% 🟢)1.012s (~)0.817s101.78x
🌐 MongoDBNext.js (Turbopack)0.499s0.942s0.001s1.009s0.509s104.56x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro1.601s (-13.2% 🟢)2.393s (-9.5% 🟢)0.005s (-81.1% 🟢)3.003s (-8.3% 🟢)1.402s101.00x
▲ VercelNext.js (Turbopack)1.685s (~)2.614s (-0.8%)0.005s (-2.1%)3.186s (-1.5%)1.501s101.05x
▲ VercelExpress1.771s (+1.4%)2.846s (+7.7% 🔺)0.006s (-7.6% 🟢)3.399s (+7.6% 🔺)1.628s101.11x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)9/12
🐘 PostgresNext.js (Turbopack)12/12
▲ VercelNitro6/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express🐘 Postgres6/12
Next.js (Turbopack)🌐 Redis7/12
Nitro🐘 Postgres7/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
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions

github-actionsBot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production571067638
✅ 💻 Local Development612084696
✅ 📦 Local Production612084696
✅ 🐘 Local Postgres612084696
✅ 🪟 Windows550358
❌ 🌍 Community Worlds1185615189
✅ 📋 Other147027174
Total2727563643147

❌ Failed Tests

🌍 Community Worlds (56 failed)

mongodb (3 failed):

  • hookWorkflow is not resumable via public webhook endpoint
  • webhookWorkflow
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously

redis (2 failed):

  • hookWorkflow is not resumable via public webhook endpoint
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously

turso (51 failed):

  • addTenWorkflow
  • addTenWorkflow
  • wellKnownAgentWorkflow (.well-known/agent)
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • importedStepOnlyWorkflow
  • hookWorkflow
  • hookWorkflow is not resumable via public webhook endpoint
  • webhookWorkflow
  • sleepingWorkflow
  • parallelSleepWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • 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 retry behavior workflow completes despite transient 5xx on step_completed
  • 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
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running
  • 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 (queue-based) - workflow and step endpoints respond to health check messages
  • 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
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument
  • cancelRun - cancelling a running workflow
  • cancelRun via CLI - cancelling a running workflow
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control)

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro5107
✅ example5107
✅ express5107
✅ fastify5107
✅ hono5107
✅ nextjs-turbopack5602
✅ nextjs-webpack5602
✅ nitro5107
✅ nuxt5107
✅ sveltekit5107
✅ vite5107
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4909
✅ express-stable4909
✅ fastify-stable4909
✅ hono-stable4909
✅ nextjs-turbopack-canary5503
✅ nextjs-turbopack-stable5503
✅ nextjs-webpack-canary5503
✅ nextjs-webpack-stable5503
✅ nitro-stable4909
✅ nuxt-stable4909
✅ sveltekit-stable4909
✅ vite-stable4909
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4909
✅ express-stable4909
✅ fastify-stable4909
✅ hono-stable4909
✅ nextjs-turbopack-canary5503
✅ nextjs-turbopack-stable5503
✅ nextjs-webpack-canary5503
✅ nextjs-webpack-stable5503
✅ nitro-stable4909
✅ nuxt-stable4909
✅ sveltekit-stable4909
✅ vite-stable4909
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4909
✅ express-stable4909
✅ fastify-stable4909
✅ hono-stable4909
✅ nextjs-turbopack-canary5503
✅ nextjs-turbopack-stable5503
✅ nextjs-webpack-canary5503
✅ nextjs-webpack-stable5503
✅ nitro-stable4909
✅ nuxt-stable4909
✅ sveltekit-stable4909
✅ vite-stable4909
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack5503
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev302
❌ mongodb5233
✅ redis-dev302
❌ redis5323
✅ turso-dev302
❌ turso4513
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4909
✅ e2e-local-postgres-nest-stable4909
✅ e2e-local-prod-nest-stable4909

📋 View full workflow run

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

Moves React Router runtime dependencies in @workflow/web from devDependencies to dependencies to address missing peer dependency warnings seen when workflow consumers install the published package.

Changes:

  • Add react-router and @react-router/express to packages/web production dependencies.
  • Remove redundant @react-router/node / react-router entries from packages/webdevDependencies.
  • Add a Changeset and update pnpm-lock.yaml accordingly.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

FileDescription
packages/web/package.jsonShifts React Router-related packages into production dependencies for published installs.
pnpm-lock.yamlLockfile updates reflecting dependency graph changes for packages/web.
.changeset/fix-web-missing-peer-deps.mdPublishes a patch release note for @workflow/web describing the dependency fix.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

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

You can also share your feedback on Copilot code review. Take the survey.

Comment threadpackages/web/package.json Outdated
Add a custom entry.server.tsx (based on the default react-router template)
so that the @react-router/dev build plugin no longer requires
@react-router/node and isbot to be in the dependencies field of
package.json. This allows all react-router related packages to be
devDependencies since they are fully bundled at build time, leaving
express as the sole production dependency.
Comment threadpackages/web/package.json

@VaguelySeriousVaguelySerious left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM, note we should add a comment

Comment threadpackages/web/app/entry.server.tsx
Co-authored-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Nathan Rajlich <n@n8.io>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

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

fix(web): move react-router deps to devDependencies - #1265

Merged
TooTallNate merged 3 commits into
mainfrom
fix/web-missing-peer-deps
Mar 11, 2026
Merged

fix(web): move react-router deps to devDependencies#1265
TooTallNate merged 3 commits into
mainfrom
fix/web-missing-peer-deps

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Mar 5, 2026

Copy link
Copy Markdown
Member

Summary

  • Add a custom app/entry.server.tsx (based on the default react-router template) so the @react-router/dev build plugin no longer requires @react-router/node and isbot in the dependencies field of package.json
  • Move @react-router/node and isbot from dependencies to devDependencies — they are fully bundled into the server output at build time (Vite SSR with noExternal: true)
  • express is now the sole production dependency, eliminating peer dependency warnings from transitive react-router peer deps

CopilotAI review requested due to automatic review settings March 5, 2026 06:59
@TooTallNate
TooTallNate requested a review from a team as a code ownerMarch 5, 2026 06:59
@changeset-bot

changeset-botBot commented Mar 5, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: de1c8b8

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

This PR includes changesets to release 16 packages
NameType
@workflow/webPatch
@workflow/cliPatch
workflowPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/buildersPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/vitestPatch
@workflow/web-sharedPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/nuxtPatch

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

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

@vercel

vercelBot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Mar 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🥇 Nitro0.032s (-3.3%)1.005s (~)0.973s101.00x
💻 LocalExpress0.034s (-0.9%)1.006s (~)0.973s101.04x
💻 LocalNext.js (Turbopack)0.037s1.005s0.968s101.16x
🌐 RedisNext.js (Turbopack)0.041s1.006s0.965s101.26x
🐘 PostgresNext.js (Turbopack)0.043s1.010s0.967s101.33x
🐘 PostgresNitro0.049s (+13.5% 🔺)1.012s (~)0.964s101.51x
🐘 PostgresExpress0.054s (-5.8% 🟢)1.013s (~)0.959s101.67x
🌐 MongoDBNext.js (Turbopack)0.089s1.008s0.919s102.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.443s (~)2.382s (+17.8% 🔺)1.939s101.00x
▲ VercelNext.js (Turbopack)0.473s (-26.7% 🟢)2.319s (-12.4% 🟢)1.845s101.07x
▲ VercelNitro0.539s (+9.7% 🔺)2.502s (+8.7% 🔺)1.963s101.22x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)1.083s2.006s0.923s101.00x
💻 LocalNext.js (Turbopack)1.095s2.006s0.911s101.01x
🐘 PostgresNext.js (Turbopack)1.103s2.012s0.909s101.02x
💻 LocalNitro1.104s (~)2.006s (~)0.902s101.02x
💻 LocalExpress1.106s (~)2.006s (~)0.901s101.02x
🐘 PostgresNitro1.133s (+3.5%)2.012s (~)0.879s101.05x
🐘 PostgresExpress1.147s (+2.0%)2.014s (~)0.867s101.06x
🌐 MongoDBNext.js (Turbopack)1.319s2.009s0.691s101.22x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.029s (~)3.448s (-21.6% 🟢)1.419s101.00x
▲ VercelExpress2.075s (+4.4%)3.621s (+11.9% 🔺)1.546s101.02x
▲ VercelNitro2.221s (+7.4% 🔺)3.798s (+3.0%)1.576s101.10x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)10.495s11.023s0.528s31.00x
🐘 PostgresNext.js (Turbopack)10.615s11.038s0.423s31.01x
💻 LocalNext.js (Turbopack)10.654s11.022s0.368s31.02x
💻 LocalNitro10.791s (~)11.024s (~)0.232s31.03x
💻 LocalExpress10.821s (+0.5%)11.024s (~)0.203s31.03x
🐘 PostgresExpress10.893s (~)11.041s (~)0.147s31.04x
🐘 PostgresNitro10.905s (+2.8%)11.045s (~)0.139s31.04x
🌐 MongoDBNext.js (Turbopack)12.286s13.021s0.735s31.17x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro17.654s (-2.7%)19.484s (-2.9%)1.830s21.00x
▲ VercelExpress17.843s (+8.2% 🔺)19.231s (+7.9% 🔺)1.388s21.01x
▲ VercelNext.js (Turbopack)21.614s (+27.3% 🔺)22.964s (+24.4% 🔺)1.349s21.22x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)26.243s27.052s0.809s31.00x
🐘 PostgresNext.js (Turbopack)26.373s27.061s0.689s31.00x
🐘 PostgresNitro26.922s (+1.7%)27.060s (~)0.138s31.03x
💻 LocalNext.js (Turbopack)26.925s27.052s0.127s31.03x
🐘 PostgresExpress27.022s (~)27.734s (~)0.712s31.03x
💻 LocalNitro27.210s (~)28.051s (~)0.841s31.04x
💻 LocalExpress27.276s (~)28.055s (~)0.780s31.04x
🌐 MongoDBNext.js (Turbopack)30.451s31.040s0.589s21.16x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)43.438s (-5.7% 🟢)45.171s (-5.9% 🟢)1.733s21.00x
▲ VercelNitro44.772s (~)46.456s (~)1.685s21.03x
▲ VercelExpress45.505s (+1.2%)46.947s (~)1.442s21.05x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)52.338s53.097s0.759s21.00x
🐘 PostgresNext.js (Turbopack)52.867s53.088s0.221s21.01x
🐘 PostgresExpress53.881s (-0.8%)54.103s (-1.8%)0.222s21.03x
🐘 PostgresNitro53.882s (+1.9%)54.101s (+1.9%)0.219s21.03x
💻 LocalNext.js (Turbopack)55.500s56.099s0.599s21.06x
💻 LocalNitro56.079s (~)56.099s (~)0.020s21.07x
💻 LocalExpress56.329s (+0.8%)57.106s (+1.8%)0.777s21.08x
🌐 MongoDBNext.js (Turbopack)60.726s61.072s0.346s21.16x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express93.717s (-3.5%)95.941s (-2.2%)2.224s11.00x
▲ VercelNext.js (Turbopack)93.920s (-8.0% 🟢)95.112s (-8.8% 🟢)1.192s11.00x
▲ VercelNitro98.346s (-2.2%)100.522s (-2.0%)2.176s11.05x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)1.199s2.006s0.807s151.00x
🐘 PostgresNext.js (Turbopack)1.328s2.010s0.683s151.11x
🐘 PostgresExpress1.343s (-5.4% 🟢)2.012s (~)0.669s151.12x
🐘 PostgresNitro1.364s (+5.6% 🔺)2.011s (~)0.647s151.14x
💻 LocalNitro1.406s (+1.0%)2.005s (~)0.599s151.17x
💻 LocalNext.js (Turbopack)1.409s2.006s0.597s151.17x
💻 LocalExpress1.429s (+1.3%)2.007s (~)0.578s151.19x
🌐 MongoDBNext.js (Turbopack)2.132s3.008s0.876s101.78x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.680s (-10.8% 🟢)4.333s (-4.5%)1.653s71.00x
▲ VercelExpress2.732s (+11.4% 🔺)4.163s (+16.3% 🔺)1.431s81.02x
▲ VercelNext.js (Turbopack)2.917s (+18.2% 🔺)4.387s (+6.9% 🔺)1.469s71.09x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)1.884s2.328s0.444s131.00x
🐘 PostgresNitro1.989s (+7.3% 🔺)2.596s (+16.6% 🔺)0.607s121.06x
🐘 PostgresExpress2.046s (~)2.599s (~)0.553s121.09x
🌐 RedisNext.js (Turbopack)2.384s3.008s0.624s101.27x
💻 LocalNext.js (Turbopack)2.546s3.007s0.461s101.35x
💻 LocalNitro2.638s (+1.2%)3.007s (~)0.369s101.40x
💻 LocalExpress2.719s (+5.0%)3.008s (~)0.289s101.44x
🌐 MongoDBNext.js (Turbopack)4.712s5.177s0.465s62.50x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.981s (-9.4% 🟢)4.513s (-2.7%)1.533s71.00x
▲ VercelNitro3.128s (+27.6% 🔺)4.650s (+22.7% 🔺)1.522s71.05x
▲ VercelExpress3.197s (+37.4% 🔺)4.415s (+36.2% 🔺)1.218s71.07x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)2.958s3.572s0.613s91.00x
🌐 RedisNext.js (Turbopack)3.804s4.009s0.206s81.29x
🐘 PostgresNitro3.922s (+46.2% 🔺)4.593s (+24.6% 🔺)0.672s71.33x
🐘 PostgresExpress3.944s (+3.2%)4.744s (+3.2%)0.799s71.33x
💻 LocalNext.js (Turbopack)6.858s7.417s0.558s52.32x
💻 LocalNitro7.516s (+3.5%)8.019s (~)0.504s42.54x
💻 LocalExpress8.246s (+14.8% 🔺)9.024s (+12.5% 🔺)0.778s42.79x
🌐 MongoDBNext.js (Turbopack)9.840s10.349s0.509s33.33x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.062s (+1.1%)4.466s (+6.2% 🔺)1.404s71.00x
▲ VercelExpress3.156s (+13.6% 🔺)4.821s (+24.1% 🔺)1.665s71.03x
▲ VercelNext.js (Turbopack)3.518s (+1.6%)5.116s (+6.6% 🔺)1.598s61.15x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)1.198s2.006s0.808s151.00x
🐘 PostgresNext.js (Turbopack)1.336s2.011s0.675s151.12x
🐘 PostgresNitro1.373s (+5.5% 🔺)2.012s (~)0.639s151.15x
🐘 PostgresExpress1.399s (-3.5%)2.011s (~)0.613s151.17x
💻 LocalNitro1.429s (~)2.005s (~)0.576s151.19x
💻 LocalNext.js (Turbopack)1.441s2.006s0.565s151.20x
💻 LocalExpress1.459s (+4.2%)2.006s (~)0.547s151.22x
🌐 MongoDBNext.js (Turbopack)2.124s3.008s0.884s101.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.353s (+5.3% 🔺)3.841s (+3.3%)1.489s81.00x
▲ VercelExpress2.468s (+11.7% 🔺)3.954s (+21.7% 🔺)1.486s81.05x
▲ VercelNext.js (Turbopack)3.188s (+36.8% 🔺)4.759s (+21.8% 🔺)1.570s71.36x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)1.798s2.225s0.427s141.00x
🐘 PostgresExpress2.001s (-7.3% 🟢)2.513s (-11.6% 🟢)0.512s121.11x
🐘 PostgresNitro2.133s (+15.3% 🔺)2.678s (+15.5% 🔺)0.546s121.19x
🌐 RedisNext.js (Turbopack)2.440s3.008s0.568s101.36x
💻 LocalNext.js (Turbopack)2.767s3.008s0.241s101.54x
💻 LocalNitro2.781s (+3.0%)3.009s (~)0.227s101.55x
💻 LocalExpress2.862s (+6.5% 🔺)3.209s (+6.7% 🔺)0.347s101.59x
🌐 MongoDBNext.js (Turbopack)4.729s5.177s0.448s62.63x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.368s (-11.5% 🟢)3.893s (-4.0%)1.524s91.00x
▲ VercelNext.js (Turbopack)2.518s (-21.6% 🟢)3.853s (-18.4% 🟢)1.335s81.06x
▲ VercelExpress2.823s (+1.7%)4.214s (+9.8% 🔺)1.391s81.19x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)2.807s3.768s0.961s81.00x
🐘 PostgresExpress3.232s (-23.8% 🟢)3.771s (-25.3% 🟢)0.540s81.15x
🐘 PostgresNitro3.428s (+18.9% 🔺)4.021s (+3.3%)0.593s81.22x
🌐 RedisNext.js (Turbopack)3.814s4.009s0.195s81.36x
💻 LocalNext.js (Turbopack)7.248s8.016s0.769s42.58x
💻 LocalNitro8.183s (+3.7%)8.774s (+9.4% 🔺)0.592s42.91x
💻 LocalExpress8.673s (+9.4% 🔺)9.022s (+9.1% 🔺)0.349s43.09x
🌐 MongoDBNext.js (Turbopack)9.790s10.350s0.560s33.49x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.011s (-33.7% 🟢)4.880s (-24.2% 🟢)1.869s71.00x
▲ VercelExpress3.176s (-13.0% 🟢)4.460s (-4.5%)1.284s71.05x
▲ VercelNitro3.794s (+1.5%)5.491s (+1.5%)1.697s61.26x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)0.110s1.000s0.001s1.007s0.898s101.00x
🐘 PostgresNext.js (Turbopack)0.133s1.001s0.001s1.012s0.879s101.21x
💻 LocalNext.js (Turbopack)0.137s1.001s0.011s1.017s0.880s101.25x
💻 LocalNitro0.172s (+1.0%)1.003s (~)0.011s (~)1.017s (~)0.845s101.57x
💻 LocalExpress0.180s (+7.4% 🔺)1.003s (~)0.012s (+2.6%)1.018s (~)0.838s101.65x
🐘 PostgresNitro0.195s (+30.1% 🔺)0.991s (-0.8%)0.002s (+6.7% 🔺)1.012s (~)0.817s101.78x
🐘 PostgresExpress0.195s (-13.0% 🟢)0.995s (~)0.001s (-12.5% 🟢)1.012s (~)0.817s101.78x
🌐 MongoDBNext.js (Turbopack)0.499s0.942s0.001s1.009s0.509s104.56x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro1.601s (-13.2% 🟢)2.393s (-9.5% 🟢)0.005s (-81.1% 🟢)3.003s (-8.3% 🟢)1.402s101.00x
▲ VercelNext.js (Turbopack)1.685s (~)2.614s (-0.8%)0.005s (-2.1%)3.186s (-1.5%)1.501s101.05x
▲ VercelExpress1.771s (+1.4%)2.846s (+7.7% 🔺)0.006s (-7.6% 🟢)3.399s (+7.6% 🔺)1.628s101.11x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)9/12
🐘 PostgresNext.js (Turbopack)12/12
▲ VercelNitro6/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express🐘 Postgres6/12
Next.js (Turbopack)🌐 Redis7/12
Nitro🐘 Postgres7/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
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions

github-actionsBot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production571067638
✅ 💻 Local Development612084696
✅ 📦 Local Production612084696
✅ 🐘 Local Postgres612084696
✅ 🪟 Windows550358
❌ 🌍 Community Worlds1185615189
✅ 📋 Other147027174
Total2727563643147

❌ Failed Tests

🌍 Community Worlds (56 failed)

mongodb (3 failed):

  • hookWorkflow is not resumable via public webhook endpoint
  • webhookWorkflow
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously

redis (2 failed):

  • hookWorkflow is not resumable via public webhook endpoint
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously

turso (51 failed):

  • addTenWorkflow
  • addTenWorkflow
  • wellKnownAgentWorkflow (.well-known/agent)
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • importedStepOnlyWorkflow
  • hookWorkflow
  • hookWorkflow is not resumable via public webhook endpoint
  • webhookWorkflow
  • sleepingWorkflow
  • parallelSleepWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • 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 retry behavior workflow completes despite transient 5xx on step_completed
  • 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
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running
  • 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 (queue-based) - workflow and step endpoints respond to health check messages
  • 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
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument
  • cancelRun - cancelling a running workflow
  • cancelRun via CLI - cancelling a running workflow
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control)

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro5107
✅ example5107
✅ express5107
✅ fastify5107
✅ hono5107
✅ nextjs-turbopack5602
✅ nextjs-webpack5602
✅ nitro5107
✅ nuxt5107
✅ sveltekit5107
✅ vite5107
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4909
✅ express-stable4909
✅ fastify-stable4909
✅ hono-stable4909
✅ nextjs-turbopack-canary5503
✅ nextjs-turbopack-stable5503
✅ nextjs-webpack-canary5503
✅ nextjs-webpack-stable5503
✅ nitro-stable4909
✅ nuxt-stable4909
✅ sveltekit-stable4909
✅ vite-stable4909
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4909
✅ express-stable4909
✅ fastify-stable4909
✅ hono-stable4909
✅ nextjs-turbopack-canary5503
✅ nextjs-turbopack-stable5503
✅ nextjs-webpack-canary5503
✅ nextjs-webpack-stable5503
✅ nitro-stable4909
✅ nuxt-stable4909
✅ sveltekit-stable4909
✅ vite-stable4909
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4909
✅ express-stable4909
✅ fastify-stable4909
✅ hono-stable4909
✅ nextjs-turbopack-canary5503
✅ nextjs-turbopack-stable5503
✅ nextjs-webpack-canary5503
✅ nextjs-webpack-stable5503
✅ nitro-stable4909
✅ nuxt-stable4909
✅ sveltekit-stable4909
✅ vite-stable4909
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack5503
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev302
❌ mongodb5233
✅ redis-dev302
❌ redis5323
✅ turso-dev302
❌ turso4513
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4909
✅ e2e-local-postgres-nest-stable4909
✅ e2e-local-prod-nest-stable4909

📋 View full workflow run

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

Moves React Router runtime dependencies in @workflow/web from devDependencies to dependencies to address missing peer dependency warnings seen when workflow consumers install the published package.

Changes:

  • Add react-router and @react-router/express to packages/web production dependencies.
  • Remove redundant @react-router/node / react-router entries from packages/webdevDependencies.
  • Add a Changeset and update pnpm-lock.yaml accordingly.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

FileDescription
packages/web/package.jsonShifts React Router-related packages into production dependencies for published installs.
pnpm-lock.yamlLockfile updates reflecting dependency graph changes for packages/web.
.changeset/fix-web-missing-peer-deps.mdPublishes a patch release note for @workflow/web describing the dependency fix.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

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

You can also share your feedback on Copilot code review. Take the survey.

Comment threadpackages/web/package.json Outdated
Add a custom entry.server.tsx (based on the default react-router template)
so that the @react-router/dev build plugin no longer requires
@react-router/node and isbot to be in the dependencies field of
package.json. This allows all react-router related packages to be
devDependencies since they are fully bundled at build time, leaving
express as the sole production dependency.
Comment threadpackages/web/package.json

@VaguelySeriousVaguelySerious left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM, note we should add a comment

Comment threadpackages/web/app/entry.server.tsx
Co-authored-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Nathan Rajlich <n@n8.io>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

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

fix(web): move react-router deps to devDependencies - #1265

Merged
TooTallNate merged 3 commits into
mainfrom
fix/web-missing-peer-deps
Mar 11, 2026
Merged

fix(web): move react-router deps to devDependencies#1265
TooTallNate merged 3 commits into
mainfrom
fix/web-missing-peer-deps

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Mar 5, 2026

Copy link
Copy Markdown
Member

Summary

  • Add a custom app/entry.server.tsx (based on the default react-router template) so the @react-router/dev build plugin no longer requires @react-router/node and isbot in the dependencies field of package.json
  • Move @react-router/node and isbot from dependencies to devDependencies — they are fully bundled into the server output at build time (Vite SSR with noExternal: true)
  • express is now the sole production dependency, eliminating peer dependency warnings from transitive react-router peer deps

CopilotAI review requested due to automatic review settings March 5, 2026 06:59
@TooTallNate
TooTallNate requested a review from a team as a code ownerMarch 5, 2026 06:59
@changeset-bot

changeset-botBot commented Mar 5, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: de1c8b8

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

This PR includes changesets to release 16 packages
NameType
@workflow/webPatch
@workflow/cliPatch
workflowPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/buildersPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/vitestPatch
@workflow/web-sharedPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/nuxtPatch

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

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

@vercel

vercelBot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Mar 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🥇 Nitro0.032s (-3.3%)1.005s (~)0.973s101.00x
💻 LocalExpress0.034s (-0.9%)1.006s (~)0.973s101.04x
💻 LocalNext.js (Turbopack)0.037s1.005s0.968s101.16x
🌐 RedisNext.js (Turbopack)0.041s1.006s0.965s101.26x
🐘 PostgresNext.js (Turbopack)0.043s1.010s0.967s101.33x
🐘 PostgresNitro0.049s (+13.5% 🔺)1.012s (~)0.964s101.51x
🐘 PostgresExpress0.054s (-5.8% 🟢)1.013s (~)0.959s101.67x
🌐 MongoDBNext.js (Turbopack)0.089s1.008s0.919s102.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.443s (~)2.382s (+17.8% 🔺)1.939s101.00x
▲ VercelNext.js (Turbopack)0.473s (-26.7% 🟢)2.319s (-12.4% 🟢)1.845s101.07x
▲ VercelNitro0.539s (+9.7% 🔺)2.502s (+8.7% 🔺)1.963s101.22x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)1.083s2.006s0.923s101.00x
💻 LocalNext.js (Turbopack)1.095s2.006s0.911s101.01x
🐘 PostgresNext.js (Turbopack)1.103s2.012s0.909s101.02x
💻 LocalNitro1.104s (~)2.006s (~)0.902s101.02x
💻 LocalExpress1.106s (~)2.006s (~)0.901s101.02x
🐘 PostgresNitro1.133s (+3.5%)2.012s (~)0.879s101.05x
🐘 PostgresExpress1.147s (+2.0%)2.014s (~)0.867s101.06x
🌐 MongoDBNext.js (Turbopack)1.319s2.009s0.691s101.22x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.029s (~)3.448s (-21.6% 🟢)1.419s101.00x
▲ VercelExpress2.075s (+4.4%)3.621s (+11.9% 🔺)1.546s101.02x
▲ VercelNitro2.221s (+7.4% 🔺)3.798s (+3.0%)1.576s101.10x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)10.495s11.023s0.528s31.00x
🐘 PostgresNext.js (Turbopack)10.615s11.038s0.423s31.01x
💻 LocalNext.js (Turbopack)10.654s11.022s0.368s31.02x
💻 LocalNitro10.791s (~)11.024s (~)0.232s31.03x
💻 LocalExpress10.821s (+0.5%)11.024s (~)0.203s31.03x
🐘 PostgresExpress10.893s (~)11.041s (~)0.147s31.04x
🐘 PostgresNitro10.905s (+2.8%)11.045s (~)0.139s31.04x
🌐 MongoDBNext.js (Turbopack)12.286s13.021s0.735s31.17x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro17.654s (-2.7%)19.484s (-2.9%)1.830s21.00x
▲ VercelExpress17.843s (+8.2% 🔺)19.231s (+7.9% 🔺)1.388s21.01x
▲ VercelNext.js (Turbopack)21.614s (+27.3% 🔺)22.964s (+24.4% 🔺)1.349s21.22x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)26.243s27.052s0.809s31.00x
🐘 PostgresNext.js (Turbopack)26.373s27.061s0.689s31.00x
🐘 PostgresNitro26.922s (+1.7%)27.060s (~)0.138s31.03x
💻 LocalNext.js (Turbopack)26.925s27.052s0.127s31.03x
🐘 PostgresExpress27.022s (~)27.734s (~)0.712s31.03x
💻 LocalNitro27.210s (~)28.051s (~)0.841s31.04x
💻 LocalExpress27.276s (~)28.055s (~)0.780s31.04x
🌐 MongoDBNext.js (Turbopack)30.451s31.040s0.589s21.16x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)43.438s (-5.7% 🟢)45.171s (-5.9% 🟢)1.733s21.00x
▲ VercelNitro44.772s (~)46.456s (~)1.685s21.03x
▲ VercelExpress45.505s (+1.2%)46.947s (~)1.442s21.05x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)52.338s53.097s0.759s21.00x
🐘 PostgresNext.js (Turbopack)52.867s53.088s0.221s21.01x
🐘 PostgresExpress53.881s (-0.8%)54.103s (-1.8%)0.222s21.03x
🐘 PostgresNitro53.882s (+1.9%)54.101s (+1.9%)0.219s21.03x
💻 LocalNext.js (Turbopack)55.500s56.099s0.599s21.06x
💻 LocalNitro56.079s (~)56.099s (~)0.020s21.07x
💻 LocalExpress56.329s (+0.8%)57.106s (+1.8%)0.777s21.08x
🌐 MongoDBNext.js (Turbopack)60.726s61.072s0.346s21.16x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express93.717s (-3.5%)95.941s (-2.2%)2.224s11.00x
▲ VercelNext.js (Turbopack)93.920s (-8.0% 🟢)95.112s (-8.8% 🟢)1.192s11.00x
▲ VercelNitro98.346s (-2.2%)100.522s (-2.0%)2.176s11.05x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)1.199s2.006s0.807s151.00x
🐘 PostgresNext.js (Turbopack)1.328s2.010s0.683s151.11x
🐘 PostgresExpress1.343s (-5.4% 🟢)2.012s (~)0.669s151.12x
🐘 PostgresNitro1.364s (+5.6% 🔺)2.011s (~)0.647s151.14x
💻 LocalNitro1.406s (+1.0%)2.005s (~)0.599s151.17x
💻 LocalNext.js (Turbopack)1.409s2.006s0.597s151.17x
💻 LocalExpress1.429s (+1.3%)2.007s (~)0.578s151.19x
🌐 MongoDBNext.js (Turbopack)2.132s3.008s0.876s101.78x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.680s (-10.8% 🟢)4.333s (-4.5%)1.653s71.00x
▲ VercelExpress2.732s (+11.4% 🔺)4.163s (+16.3% 🔺)1.431s81.02x
▲ VercelNext.js (Turbopack)2.917s (+18.2% 🔺)4.387s (+6.9% 🔺)1.469s71.09x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)1.884s2.328s0.444s131.00x
🐘 PostgresNitro1.989s (+7.3% 🔺)2.596s (+16.6% 🔺)0.607s121.06x
🐘 PostgresExpress2.046s (~)2.599s (~)0.553s121.09x
🌐 RedisNext.js (Turbopack)2.384s3.008s0.624s101.27x
💻 LocalNext.js (Turbopack)2.546s3.007s0.461s101.35x
💻 LocalNitro2.638s (+1.2%)3.007s (~)0.369s101.40x
💻 LocalExpress2.719s (+5.0%)3.008s (~)0.289s101.44x
🌐 MongoDBNext.js (Turbopack)4.712s5.177s0.465s62.50x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.981s (-9.4% 🟢)4.513s (-2.7%)1.533s71.00x
▲ VercelNitro3.128s (+27.6% 🔺)4.650s (+22.7% 🔺)1.522s71.05x
▲ VercelExpress3.197s (+37.4% 🔺)4.415s (+36.2% 🔺)1.218s71.07x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)2.958s3.572s0.613s91.00x
🌐 RedisNext.js (Turbopack)3.804s4.009s0.206s81.29x
🐘 PostgresNitro3.922s (+46.2% 🔺)4.593s (+24.6% 🔺)0.672s71.33x
🐘 PostgresExpress3.944s (+3.2%)4.744s (+3.2%)0.799s71.33x
💻 LocalNext.js (Turbopack)6.858s7.417s0.558s52.32x
💻 LocalNitro7.516s (+3.5%)8.019s (~)0.504s42.54x
💻 LocalExpress8.246s (+14.8% 🔺)9.024s (+12.5% 🔺)0.778s42.79x
🌐 MongoDBNext.js (Turbopack)9.840s10.349s0.509s33.33x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.062s (+1.1%)4.466s (+6.2% 🔺)1.404s71.00x
▲ VercelExpress3.156s (+13.6% 🔺)4.821s (+24.1% 🔺)1.665s71.03x
▲ VercelNext.js (Turbopack)3.518s (+1.6%)5.116s (+6.6% 🔺)1.598s61.15x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)1.198s2.006s0.808s151.00x
🐘 PostgresNext.js (Turbopack)1.336s2.011s0.675s151.12x
🐘 PostgresNitro1.373s (+5.5% 🔺)2.012s (~)0.639s151.15x
🐘 PostgresExpress1.399s (-3.5%)2.011s (~)0.613s151.17x
💻 LocalNitro1.429s (~)2.005s (~)0.576s151.19x
💻 LocalNext.js (Turbopack)1.441s2.006s0.565s151.20x
💻 LocalExpress1.459s (+4.2%)2.006s (~)0.547s151.22x
🌐 MongoDBNext.js (Turbopack)2.124s3.008s0.884s101.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.353s (+5.3% 🔺)3.841s (+3.3%)1.489s81.00x
▲ VercelExpress2.468s (+11.7% 🔺)3.954s (+21.7% 🔺)1.486s81.05x
▲ VercelNext.js (Turbopack)3.188s (+36.8% 🔺)4.759s (+21.8% 🔺)1.570s71.36x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)1.798s2.225s0.427s141.00x
🐘 PostgresExpress2.001s (-7.3% 🟢)2.513s (-11.6% 🟢)0.512s121.11x
🐘 PostgresNitro2.133s (+15.3% 🔺)2.678s (+15.5% 🔺)0.546s121.19x
🌐 RedisNext.js (Turbopack)2.440s3.008s0.568s101.36x
💻 LocalNext.js (Turbopack)2.767s3.008s0.241s101.54x
💻 LocalNitro2.781s (+3.0%)3.009s (~)0.227s101.55x
💻 LocalExpress2.862s (+6.5% 🔺)3.209s (+6.7% 🔺)0.347s101.59x
🌐 MongoDBNext.js (Turbopack)4.729s5.177s0.448s62.63x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.368s (-11.5% 🟢)3.893s (-4.0%)1.524s91.00x
▲ VercelNext.js (Turbopack)2.518s (-21.6% 🟢)3.853s (-18.4% 🟢)1.335s81.06x
▲ VercelExpress2.823s (+1.7%)4.214s (+9.8% 🔺)1.391s81.19x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)2.807s3.768s0.961s81.00x
🐘 PostgresExpress3.232s (-23.8% 🟢)3.771s (-25.3% 🟢)0.540s81.15x
🐘 PostgresNitro3.428s (+18.9% 🔺)4.021s (+3.3%)0.593s81.22x
🌐 RedisNext.js (Turbopack)3.814s4.009s0.195s81.36x
💻 LocalNext.js (Turbopack)7.248s8.016s0.769s42.58x
💻 LocalNitro8.183s (+3.7%)8.774s (+9.4% 🔺)0.592s42.91x
💻 LocalExpress8.673s (+9.4% 🔺)9.022s (+9.1% 🔺)0.349s43.09x
🌐 MongoDBNext.js (Turbopack)9.790s10.350s0.560s33.49x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.011s (-33.7% 🟢)4.880s (-24.2% 🟢)1.869s71.00x
▲ VercelExpress3.176s (-13.0% 🟢)4.460s (-4.5%)1.284s71.05x
▲ VercelNitro3.794s (+1.5%)5.491s (+1.5%)1.697s61.26x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)0.110s1.000s0.001s1.007s0.898s101.00x
🐘 PostgresNext.js (Turbopack)0.133s1.001s0.001s1.012s0.879s101.21x
💻 LocalNext.js (Turbopack)0.137s1.001s0.011s1.017s0.880s101.25x
💻 LocalNitro0.172s (+1.0%)1.003s (~)0.011s (~)1.017s (~)0.845s101.57x
💻 LocalExpress0.180s (+7.4% 🔺)1.003s (~)0.012s (+2.6%)1.018s (~)0.838s101.65x
🐘 PostgresNitro0.195s (+30.1% 🔺)0.991s (-0.8%)0.002s (+6.7% 🔺)1.012s (~)0.817s101.78x
🐘 PostgresExpress0.195s (-13.0% 🟢)0.995s (~)0.001s (-12.5% 🟢)1.012s (~)0.817s101.78x
🌐 MongoDBNext.js (Turbopack)0.499s0.942s0.001s1.009s0.509s104.56x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro1.601s (-13.2% 🟢)2.393s (-9.5% 🟢)0.005s (-81.1% 🟢)3.003s (-8.3% 🟢)1.402s101.00x
▲ VercelNext.js (Turbopack)1.685s (~)2.614s (-0.8%)0.005s (-2.1%)3.186s (-1.5%)1.501s101.05x
▲ VercelExpress1.771s (+1.4%)2.846s (+7.7% 🔺)0.006s (-7.6% 🟢)3.399s (+7.6% 🔺)1.628s101.11x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)9/12
🐘 PostgresNext.js (Turbopack)12/12
▲ VercelNitro6/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express🐘 Postgres6/12
Next.js (Turbopack)🌐 Redis7/12
Nitro🐘 Postgres7/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
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions

github-actionsBot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production571067638
✅ 💻 Local Development612084696
✅ 📦 Local Production612084696
✅ 🐘 Local Postgres612084696
✅ 🪟 Windows550358
❌ 🌍 Community Worlds1185615189
✅ 📋 Other147027174
Total2727563643147

❌ Failed Tests

🌍 Community Worlds (56 failed)

mongodb (3 failed):

  • hookWorkflow is not resumable via public webhook endpoint
  • webhookWorkflow
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously

redis (2 failed):

  • hookWorkflow is not resumable via public webhook endpoint
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously

turso (51 failed):

  • addTenWorkflow
  • addTenWorkflow
  • wellKnownAgentWorkflow (.well-known/agent)
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • importedStepOnlyWorkflow
  • hookWorkflow
  • hookWorkflow is not resumable via public webhook endpoint
  • webhookWorkflow
  • sleepingWorkflow
  • parallelSleepWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • 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 retry behavior workflow completes despite transient 5xx on step_completed
  • 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
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running
  • 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 (queue-based) - workflow and step endpoints respond to health check messages
  • 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
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument
  • cancelRun - cancelling a running workflow
  • cancelRun via CLI - cancelling a running workflow
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control)

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro5107
✅ example5107
✅ express5107
✅ fastify5107
✅ hono5107
✅ nextjs-turbopack5602
✅ nextjs-webpack5602
✅ nitro5107
✅ nuxt5107
✅ sveltekit5107
✅ vite5107
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4909
✅ express-stable4909
✅ fastify-stable4909
✅ hono-stable4909
✅ nextjs-turbopack-canary5503
✅ nextjs-turbopack-stable5503
✅ nextjs-webpack-canary5503
✅ nextjs-webpack-stable5503
✅ nitro-stable4909
✅ nuxt-stable4909
✅ sveltekit-stable4909
✅ vite-stable4909
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4909
✅ express-stable4909
✅ fastify-stable4909
✅ hono-stable4909
✅ nextjs-turbopack-canary5503
✅ nextjs-turbopack-stable5503
✅ nextjs-webpack-canary5503
✅ nextjs-webpack-stable5503
✅ nitro-stable4909
✅ nuxt-stable4909
✅ sveltekit-stable4909
✅ vite-stable4909
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4909
✅ express-stable4909
✅ fastify-stable4909
✅ hono-stable4909
✅ nextjs-turbopack-canary5503
✅ nextjs-turbopack-stable5503
✅ nextjs-webpack-canary5503
✅ nextjs-webpack-stable5503
✅ nitro-stable4909
✅ nuxt-stable4909
✅ sveltekit-stable4909
✅ vite-stable4909
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack5503
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev302
❌ mongodb5233
✅ redis-dev302
❌ redis5323
✅ turso-dev302
❌ turso4513
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4909
✅ e2e-local-postgres-nest-stable4909
✅ e2e-local-prod-nest-stable4909

📋 View full workflow run

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

Moves React Router runtime dependencies in @workflow/web from devDependencies to dependencies to address missing peer dependency warnings seen when workflow consumers install the published package.

Changes:

  • Add react-router and @react-router/express to packages/web production dependencies.
  • Remove redundant @react-router/node / react-router entries from packages/webdevDependencies.
  • Add a Changeset and update pnpm-lock.yaml accordingly.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

FileDescription
packages/web/package.jsonShifts React Router-related packages into production dependencies for published installs.
pnpm-lock.yamlLockfile updates reflecting dependency graph changes for packages/web.
.changeset/fix-web-missing-peer-deps.mdPublishes a patch release note for @workflow/web describing the dependency fix.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

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

You can also share your feedback on Copilot code review. Take the survey.

Comment threadpackages/web/package.json Outdated
Add a custom entry.server.tsx (based on the default react-router template)
so that the @react-router/dev build plugin no longer requires
@react-router/node and isbot to be in the dependencies field of
package.json. This allows all react-router related packages to be
devDependencies since they are fully bundled at build time, leaving
express as the sole production dependency.
Comment threadpackages/web/package.json

@VaguelySeriousVaguelySerious left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM, note we should add a comment

Comment threadpackages/web/app/entry.server.tsx
Co-authored-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Nathan Rajlich <n@n8.io>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

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

fix(web): move react-router deps to devDependencies - #1265

Merged
TooTallNate merged 3 commits into
mainfrom
fix/web-missing-peer-deps
Mar 11, 2026
Merged

fix(web): move react-router deps to devDependencies#1265
TooTallNate merged 3 commits into
mainfrom
fix/web-missing-peer-deps

Conversation

@TooTallNate

@TooTallNateTooTallNate commented Mar 5, 2026

Copy link
Copy Markdown
Member

Summary

  • Add a custom app/entry.server.tsx (based on the default react-router template) so the @react-router/dev build plugin no longer requires @react-router/node and isbot in the dependencies field of package.json
  • Move @react-router/node and isbot from dependencies to devDependencies — they are fully bundled into the server output at build time (Vite SSR with noExternal: true)
  • express is now the sole production dependency, eliminating peer dependency warnings from transitive react-router peer deps

CopilotAI review requested due to automatic review settings March 5, 2026 06:59
@TooTallNate
TooTallNate requested a review from a team as a code ownerMarch 5, 2026 06:59
@changeset-bot

changeset-botBot commented Mar 5, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: de1c8b8

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

This PR includes changesets to release 16 packages
NameType
@workflow/webPatch
@workflow/cliPatch
workflowPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/buildersPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/vitestPatch
@workflow/web-sharedPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/nuxtPatch

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

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

@vercel

vercelBot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Mar 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🥇 Nitro0.032s (-3.3%)1.005s (~)0.973s101.00x
💻 LocalExpress0.034s (-0.9%)1.006s (~)0.973s101.04x
💻 LocalNext.js (Turbopack)0.037s1.005s0.968s101.16x
🌐 RedisNext.js (Turbopack)0.041s1.006s0.965s101.26x
🐘 PostgresNext.js (Turbopack)0.043s1.010s0.967s101.33x
🐘 PostgresNitro0.049s (+13.5% 🔺)1.012s (~)0.964s101.51x
🐘 PostgresExpress0.054s (-5.8% 🟢)1.013s (~)0.959s101.67x
🌐 MongoDBNext.js (Turbopack)0.089s1.008s0.919s102.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.443s (~)2.382s (+17.8% 🔺)1.939s101.00x
▲ VercelNext.js (Turbopack)0.473s (-26.7% 🟢)2.319s (-12.4% 🟢)1.845s101.07x
▲ VercelNitro0.539s (+9.7% 🔺)2.502s (+8.7% 🔺)1.963s101.22x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)1.083s2.006s0.923s101.00x
💻 LocalNext.js (Turbopack)1.095s2.006s0.911s101.01x
🐘 PostgresNext.js (Turbopack)1.103s2.012s0.909s101.02x
💻 LocalNitro1.104s (~)2.006s (~)0.902s101.02x
💻 LocalExpress1.106s (~)2.006s (~)0.901s101.02x
🐘 PostgresNitro1.133s (+3.5%)2.012s (~)0.879s101.05x
🐘 PostgresExpress1.147s (+2.0%)2.014s (~)0.867s101.06x
🌐 MongoDBNext.js (Turbopack)1.319s2.009s0.691s101.22x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.029s (~)3.448s (-21.6% 🟢)1.419s101.00x
▲ VercelExpress2.075s (+4.4%)3.621s (+11.9% 🔺)1.546s101.02x
▲ VercelNitro2.221s (+7.4% 🔺)3.798s (+3.0%)1.576s101.10x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)10.495s11.023s0.528s31.00x
🐘 PostgresNext.js (Turbopack)10.615s11.038s0.423s31.01x
💻 LocalNext.js (Turbopack)10.654s11.022s0.368s31.02x
💻 LocalNitro10.791s (~)11.024s (~)0.232s31.03x
💻 LocalExpress10.821s (+0.5%)11.024s (~)0.203s31.03x
🐘 PostgresExpress10.893s (~)11.041s (~)0.147s31.04x
🐘 PostgresNitro10.905s (+2.8%)11.045s (~)0.139s31.04x
🌐 MongoDBNext.js (Turbopack)12.286s13.021s0.735s31.17x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro17.654s (-2.7%)19.484s (-2.9%)1.830s21.00x
▲ VercelExpress17.843s (+8.2% 🔺)19.231s (+7.9% 🔺)1.388s21.01x
▲ VercelNext.js (Turbopack)21.614s (+27.3% 🔺)22.964s (+24.4% 🔺)1.349s21.22x

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

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)26.243s27.052s0.809s31.00x
🐘 PostgresNext.js (Turbopack)26.373s27.061s0.689s31.00x
🐘 PostgresNitro26.922s (+1.7%)27.060s (~)0.138s31.03x
💻 LocalNext.js (Turbopack)26.925s27.052s0.127s31.03x
🐘 PostgresExpress27.022s (~)27.734s (~)0.712s31.03x
💻 LocalNitro27.210s (~)28.051s (~)0.841s31.04x
💻 LocalExpress27.276s (~)28.055s (~)0.780s31.04x
🌐 MongoDBNext.js (Turbopack)30.451s31.040s0.589s21.16x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)43.438s (-5.7% 🟢)45.171s (-5.9% 🟢)1.733s21.00x
▲ VercelNitro44.772s (~)46.456s (~)1.685s21.03x
▲ VercelExpress45.505s (+1.2%)46.947s (~)1.442s21.05x

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

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)52.338s53.097s0.759s21.00x
🐘 PostgresNext.js (Turbopack)52.867s53.088s0.221s21.01x
🐘 PostgresExpress53.881s (-0.8%)54.103s (-1.8%)0.222s21.03x
🐘 PostgresNitro53.882s (+1.9%)54.101s (+1.9%)0.219s21.03x
💻 LocalNext.js (Turbopack)55.500s56.099s0.599s21.06x
💻 LocalNitro56.079s (~)56.099s (~)0.020s21.07x
💻 LocalExpress56.329s (+0.8%)57.106s (+1.8%)0.777s21.08x
🌐 MongoDBNext.js (Turbopack)60.726s61.072s0.346s21.16x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express93.717s (-3.5%)95.941s (-2.2%)2.224s11.00x
▲ VercelNext.js (Turbopack)93.920s (-8.0% 🟢)95.112s (-8.8% 🟢)1.192s11.00x
▲ VercelNitro98.346s (-2.2%)100.522s (-2.0%)2.176s11.05x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)1.199s2.006s0.807s151.00x
🐘 PostgresNext.js (Turbopack)1.328s2.010s0.683s151.11x
🐘 PostgresExpress1.343s (-5.4% 🟢)2.012s (~)0.669s151.12x
🐘 PostgresNitro1.364s (+5.6% 🔺)2.011s (~)0.647s151.14x
💻 LocalNitro1.406s (+1.0%)2.005s (~)0.599s151.17x
💻 LocalNext.js (Turbopack)1.409s2.006s0.597s151.17x
💻 LocalExpress1.429s (+1.3%)2.007s (~)0.578s151.19x
🌐 MongoDBNext.js (Turbopack)2.132s3.008s0.876s101.78x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.680s (-10.8% 🟢)4.333s (-4.5%)1.653s71.00x
▲ VercelExpress2.732s (+11.4% 🔺)4.163s (+16.3% 🔺)1.431s81.02x
▲ VercelNext.js (Turbopack)2.917s (+18.2% 🔺)4.387s (+6.9% 🔺)1.469s71.09x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)1.884s2.328s0.444s131.00x
🐘 PostgresNitro1.989s (+7.3% 🔺)2.596s (+16.6% 🔺)0.607s121.06x
🐘 PostgresExpress2.046s (~)2.599s (~)0.553s121.09x
🌐 RedisNext.js (Turbopack)2.384s3.008s0.624s101.27x
💻 LocalNext.js (Turbopack)2.546s3.007s0.461s101.35x
💻 LocalNitro2.638s (+1.2%)3.007s (~)0.369s101.40x
💻 LocalExpress2.719s (+5.0%)3.008s (~)0.289s101.44x
🌐 MongoDBNext.js (Turbopack)4.712s5.177s0.465s62.50x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.981s (-9.4% 🟢)4.513s (-2.7%)1.533s71.00x
▲ VercelNitro3.128s (+27.6% 🔺)4.650s (+22.7% 🔺)1.522s71.05x
▲ VercelExpress3.197s (+37.4% 🔺)4.415s (+36.2% 🔺)1.218s71.07x

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

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)2.958s3.572s0.613s91.00x
🌐 RedisNext.js (Turbopack)3.804s4.009s0.206s81.29x
🐘 PostgresNitro3.922s (+46.2% 🔺)4.593s (+24.6% 🔺)0.672s71.33x
🐘 PostgresExpress3.944s (+3.2%)4.744s (+3.2%)0.799s71.33x
💻 LocalNext.js (Turbopack)6.858s7.417s0.558s52.32x
💻 LocalNitro7.516s (+3.5%)8.019s (~)0.504s42.54x
💻 LocalExpress8.246s (+14.8% 🔺)9.024s (+12.5% 🔺)0.778s42.79x
🌐 MongoDBNext.js (Turbopack)9.840s10.349s0.509s33.33x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.062s (+1.1%)4.466s (+6.2% 🔺)1.404s71.00x
▲ VercelExpress3.156s (+13.6% 🔺)4.821s (+24.1% 🔺)1.665s71.03x
▲ VercelNext.js (Turbopack)3.518s (+1.6%)5.116s (+6.6% 🔺)1.598s61.15x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)1.198s2.006s0.808s151.00x
🐘 PostgresNext.js (Turbopack)1.336s2.011s0.675s151.12x
🐘 PostgresNitro1.373s (+5.5% 🔺)2.012s (~)0.639s151.15x
🐘 PostgresExpress1.399s (-3.5%)2.011s (~)0.613s151.17x
💻 LocalNitro1.429s (~)2.005s (~)0.576s151.19x
💻 LocalNext.js (Turbopack)1.441s2.006s0.565s151.20x
💻 LocalExpress1.459s (+4.2%)2.006s (~)0.547s151.22x
🌐 MongoDBNext.js (Turbopack)2.124s3.008s0.884s101.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.353s (+5.3% 🔺)3.841s (+3.3%)1.489s81.00x
▲ VercelExpress2.468s (+11.7% 🔺)3.954s (+21.7% 🔺)1.486s81.05x
▲ VercelNext.js (Turbopack)3.188s (+36.8% 🔺)4.759s (+21.8% 🔺)1.570s71.36x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)1.798s2.225s0.427s141.00x
🐘 PostgresExpress2.001s (-7.3% 🟢)2.513s (-11.6% 🟢)0.512s121.11x
🐘 PostgresNitro2.133s (+15.3% 🔺)2.678s (+15.5% 🔺)0.546s121.19x
🌐 RedisNext.js (Turbopack)2.440s3.008s0.568s101.36x
💻 LocalNext.js (Turbopack)2.767s3.008s0.241s101.54x
💻 LocalNitro2.781s (+3.0%)3.009s (~)0.227s101.55x
💻 LocalExpress2.862s (+6.5% 🔺)3.209s (+6.7% 🔺)0.347s101.59x
🌐 MongoDBNext.js (Turbopack)4.729s5.177s0.448s62.63x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.368s (-11.5% 🟢)3.893s (-4.0%)1.524s91.00x
▲ VercelNext.js (Turbopack)2.518s (-21.6% 🟢)3.853s (-18.4% 🟢)1.335s81.06x
▲ VercelExpress2.823s (+1.7%)4.214s (+9.8% 🔺)1.391s81.19x

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

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Next.js (Turbopack)2.807s3.768s0.961s81.00x
🐘 PostgresExpress3.232s (-23.8% 🟢)3.771s (-25.3% 🟢)0.540s81.15x
🐘 PostgresNitro3.428s (+18.9% 🔺)4.021s (+3.3%)0.593s81.22x
🌐 RedisNext.js (Turbopack)3.814s4.009s0.195s81.36x
💻 LocalNext.js (Turbopack)7.248s8.016s0.769s42.58x
💻 LocalNitro8.183s (+3.7%)8.774s (+9.4% 🔺)0.592s42.91x
💻 LocalExpress8.673s (+9.4% 🔺)9.022s (+9.1% 🔺)0.349s43.09x
🌐 MongoDBNext.js (Turbopack)9.790s10.350s0.560s33.49x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.011s (-33.7% 🟢)4.880s (-24.2% 🟢)1.869s71.00x
▲ VercelExpress3.176s (-13.0% 🟢)4.460s (-4.5%)1.284s71.05x
▲ VercelNitro3.794s (+1.5%)5.491s (+1.5%)1.697s61.26x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🌐 Redis🥇 Next.js (Turbopack)0.110s1.000s0.001s1.007s0.898s101.00x
🐘 PostgresNext.js (Turbopack)0.133s1.001s0.001s1.012s0.879s101.21x
💻 LocalNext.js (Turbopack)0.137s1.001s0.011s1.017s0.880s101.25x
💻 LocalNitro0.172s (+1.0%)1.003s (~)0.011s (~)1.017s (~)0.845s101.57x
💻 LocalExpress0.180s (+7.4% 🔺)1.003s (~)0.012s (+2.6%)1.018s (~)0.838s101.65x
🐘 PostgresNitro0.195s (+30.1% 🔺)0.991s (-0.8%)0.002s (+6.7% 🔺)1.012s (~)0.817s101.78x
🐘 PostgresExpress0.195s (-13.0% 🟢)0.995s (~)0.001s (-12.5% 🟢)1.012s (~)0.817s101.78x
🌐 MongoDBNext.js (Turbopack)0.499s0.942s0.001s1.009s0.509s104.56x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro1.601s (-13.2% 🟢)2.393s (-9.5% 🟢)0.005s (-81.1% 🟢)3.003s (-8.3% 🟢)1.402s101.00x
▲ VercelNext.js (Turbopack)1.685s (~)2.614s (-0.8%)0.005s (-2.1%)3.186s (-1.5%)1.501s101.05x
▲ VercelExpress1.771s (+1.4%)2.846s (+7.7% 🔺)0.006s (-7.6% 🟢)3.399s (+7.6% 🔺)1.628s101.11x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)9/12
🐘 PostgresNext.js (Turbopack)12/12
▲ VercelNitro6/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express🐘 Postgres6/12
Next.js (Turbopack)🌐 Redis7/12
Nitro🐘 Postgres7/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
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions

github-actionsBot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production571067638
✅ 💻 Local Development612084696
✅ 📦 Local Production612084696
✅ 🐘 Local Postgres612084696
✅ 🪟 Windows550358
❌ 🌍 Community Worlds1185615189
✅ 📋 Other147027174
Total2727563643147

❌ Failed Tests

🌍 Community Worlds (56 failed)

mongodb (3 failed):

  • hookWorkflow is not resumable via public webhook endpoint
  • webhookWorkflow
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously

redis (2 failed):

  • hookWorkflow is not resumable via public webhook endpoint
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously

turso (51 failed):

  • addTenWorkflow
  • addTenWorkflow
  • wellKnownAgentWorkflow (.well-known/agent)
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • importedStepOnlyWorkflow
  • hookWorkflow
  • hookWorkflow is not resumable via public webhook endpoint
  • webhookWorkflow
  • sleepingWorkflow
  • parallelSleepWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • 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 retry behavior workflow completes despite transient 5xx on step_completed
  • 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
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running
  • 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 (queue-based) - workflow and step endpoints respond to health check messages
  • 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
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument
  • cancelRun - cancelling a running workflow
  • cancelRun via CLI - cancelling a running workflow
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control)

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro5107
✅ example5107
✅ express5107
✅ fastify5107
✅ hono5107
✅ nextjs-turbopack5602
✅ nextjs-webpack5602
✅ nitro5107
✅ nuxt5107
✅ sveltekit5107
✅ vite5107
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4909
✅ express-stable4909
✅ fastify-stable4909
✅ hono-stable4909
✅ nextjs-turbopack-canary5503
✅ nextjs-turbopack-stable5503
✅ nextjs-webpack-canary5503
✅ nextjs-webpack-stable5503
✅ nitro-stable4909
✅ nuxt-stable4909
✅ sveltekit-stable4909
✅ vite-stable4909
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4909
✅ express-stable4909
✅ fastify-stable4909
✅ hono-stable4909
✅ nextjs-turbopack-canary5503
✅ nextjs-turbopack-stable5503
✅ nextjs-webpack-canary5503
✅ nextjs-webpack-stable5503
✅ nitro-stable4909
✅ nuxt-stable4909
✅ sveltekit-stable4909
✅ vite-stable4909
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4909
✅ express-stable4909
✅ fastify-stable4909
✅ hono-stable4909
✅ nextjs-turbopack-canary5503
✅ nextjs-turbopack-stable5503
✅ nextjs-webpack-canary5503
✅ nextjs-webpack-stable5503
✅ nitro-stable4909
✅ nuxt-stable4909
✅ sveltekit-stable4909
✅ vite-stable4909
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack5503
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev302
❌ mongodb5233
✅ redis-dev302
❌ redis5323
✅ turso-dev302
❌ turso4513
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4909
✅ e2e-local-postgres-nest-stable4909
✅ e2e-local-prod-nest-stable4909

📋 View full workflow run

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

Moves React Router runtime dependencies in @workflow/web from devDependencies to dependencies to address missing peer dependency warnings seen when workflow consumers install the published package.

Changes:

  • Add react-router and @react-router/express to packages/web production dependencies.
  • Remove redundant @react-router/node / react-router entries from packages/webdevDependencies.
  • Add a Changeset and update pnpm-lock.yaml accordingly.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

FileDescription
packages/web/package.jsonShifts React Router-related packages into production dependencies for published installs.
pnpm-lock.yamlLockfile updates reflecting dependency graph changes for packages/web.
.changeset/fix-web-missing-peer-deps.mdPublishes a patch release note for @workflow/web describing the dependency fix.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

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

You can also share your feedback on Copilot code review. Take the survey.

Comment threadpackages/web/package.json Outdated
Add a custom entry.server.tsx (based on the default react-router template)
so that the @react-router/dev build plugin no longer requires
@react-router/node and isbot to be in the dependencies field of
package.json. This allows all react-router related packages to be
devDependencies since they are fully bundled at build time, leaving
express as the sole production dependency.
Comment threadpackages/web/package.json

@VaguelySeriousVaguelySerious left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM, note we should add a comment

Comment threadpackages/web/app/entry.server.tsx
Co-authored-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Nathan Rajlich <n@n8.io>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@TooTallNate@VaguelySerious