Skip to content

[web] Add view to display a list of all events - #806

Merged
VaguelySerious merged 21 commits into
mainfrom
peter/web-event-list
Jan 19, 2026
Merged

[web] Add view to display a list of all events#806
VaguelySerious merged 21 commits into
mainfrom
peter/web-event-list

Conversation

@VaguelySerious

@VaguelySeriousVaguelySerious commented Jan 18, 2026

Copy link
Copy Markdown
Member

This adds a new tab view which lists all events. Clicking on an event will load the full details for it.

This will also help debug the v2 event-sourcing implementation, as it's useful to have a full, sorted view of the events. Currently, there are no run events (only step/hook/wait), but they should show up in v2.

Screenshot 2026-01-18 at 2 23 03 PM

VaguelySeriousand others added 16 commits January 18, 2026 11:59
…iewer sidebar
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
@changeset-bot

changeset-botBot commented Jan 18, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: e4523ec

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

This PR includes changesets to release 7 packages
NameType
@workflow/web-sharedPatch
@workflow/webPatch
@workflow/cliPatch
workflowPatch
@workflow/world-testingPatch
@workflow/aiPatch
@workflow/docs-typecheckPatch

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 Jan 18, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentReviewUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJan 19, 2026 8:45am
example-nextjs-workflow-webpackReadyReadyPreview, CommentJan 19, 2026 8:45am
example-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-astro-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-express-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-fastify-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-hono-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-nitro-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-nuxt-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-sveltekit-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-vite-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
1 Skipped Deployment
ProjectDeploymentReviewUpdated (UTC)
workflow-docsSkippedSkippedJan 19, 2026 8:45am

@github-actions

github-actionsBot commented Jan 18, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

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

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.038s (+18.1% 🔺)1.014s (~)0.976s101.00x
🌐 StarterNext.js (Turbopack)0.040s (+3.6%)1.014s (~)0.974s101.04x
💻 LocalNitro0.045s (-30.3% 🟢)1.006s (~)0.961s101.17x
💻 LocalExpress0.045s (~)1.007s (~)0.962s101.18x
🌐 RedisNext.js (Turbopack)0.046s (+9.0% 🔺)1.020s (~)0.974s101.19x
🌐 MongoDBNext.js (Turbopack)0.050s (-11.7% 🟢)1.015s (~)0.966s101.29x
🌐 TursoNext.js (Turbopack)0.111s (+37.3% 🔺)1.015s (~)0.904s102.88x
🐘 PostgresNext.js (Turbopack)0.182s (~)1.023s (~)0.842s104.72x
🐘 PostgresNitro0.268s (-12.3% 🟢)1.013s (~)0.745s106.96x
🐘 PostgresExpress0.335s (+37.8% 🔺)1.013s (~)0.678s108.70x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.578s (-3.2%)1.521s (-3.9%)0.943s101.00x
▲ VercelNext.js (Turbopack)0.588s (-44.1% 🟢)1.676s (-9.0% 🟢)1.089s101.02x
▲ VercelExpress0.738s (-9.0% 🟢)1.769s (-4.6%)1.031s101.28x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.092s (+0.9%)2.009s (~)0.917s101.00x
💻 LocalNext.js (Turbopack)1.097s (+1.3%)2.011s (~)0.914s101.00x
💻 LocalNitro1.112s (~)2.006s (~)0.894s101.02x
💻 LocalExpress1.114s (~)2.007s (~)0.893s101.02x
🌐 RedisNext.js (Turbopack)1.118s (+1.1%)2.014s (~)0.895s101.02x
🌐 TursoNext.js (Turbopack)1.300s (+0.6%)2.013s (~)0.713s101.19x
🌐 MongoDBNext.js (Turbopack)1.305s (~)2.014s (~)0.709s101.20x
🐘 PostgresNext.js (Turbopack)1.796s (-6.4% 🟢)2.114s (~)0.318s101.64x
🐘 PostgresNitro2.124s (-13.9% 🟢)3.015s (~)0.891s101.94x
🐘 PostgresExpress2.180s (-2.1%)3.015s (~)0.835s102.00x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.736s (-8.6% 🟢)3.770s (~)1.035s101.00x
▲ VercelExpress2.768s (-9.9% 🟢)3.660s (-6.4% 🟢)0.892s101.01x
▲ VercelNitro2.887s (-4.4%)3.676s (-6.2% 🟢)0.789s101.06x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)10.593s (~)11.010s (~)0.416s51.00x
💻 LocalNext.js (Turbopack)10.660s (+1.2%)11.018s (~)0.358s51.01x
🌐 RedisNext.js (Turbopack)10.706s (~)11.017s (~)0.311s51.01x
💻 LocalNitro10.786s (~)11.011s (~)0.225s51.02x
💻 LocalExpress10.803s (~)11.011s (~)0.208s51.02x
🌐 TursoNext.js (Turbopack)12.180s (~)13.026s (~)0.846s51.15x
🌐 MongoDBNext.js (Turbopack)12.248s (~)13.028s (~)0.780s51.16x
🐘 PostgresNext.js (Turbopack)14.909s (-2.1%)15.436s (-3.8%)0.527s51.41x
🐘 PostgresExpress20.421s (~)21.030s (~)0.609s51.93x
🐘 PostgresNitro20.528s (+0.8%)21.028s (~)0.501s51.94x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro22.475s (+2.5%)23.308s (+1.9%)0.833s51.00x
▲ VercelExpress22.517s (+3.3%)23.224s (+2.7%)0.706s51.00x
▲ VercelNext.js (Turbopack)23.128s (+3.4%)23.577s (+1.0%)0.449s51.03x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.354s (~)2.008s (~)0.654s151.00x
🌐 RedisNext.js (Turbopack)1.373s (+0.7%)2.011s (~)0.639s151.01x
💻 LocalNext.js (Turbopack)1.393s (+3.8%)2.013s (~)0.620s151.03x
💻 LocalNitro1.408s (~)2.005s (~)0.597s151.04x
💻 LocalExpress1.419s (+0.8%)2.006s (~)0.587s151.05x
🐘 PostgresNext.js (Turbopack)1.825s (+3.3%)2.017s (~)0.192s151.35x
🌐 MongoDBNext.js (Turbopack)2.131s (-1.0%)3.014s (~)0.883s101.57x
🌐 TursoNext.js (Turbopack)2.198s (-2.2%)3.013s (~)0.815s101.62x
🐘 PostgresExpress2.453s (+6.1% 🔺)3.012s (~)0.559s101.81x
🐘 PostgresNitro2.489s (+5.7% 🔺)3.012s (~)0.523s101.84x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.732s (-10.3% 🟢)3.650s (-6.8% 🟢)0.918s91.00x
▲ VercelNitro2.859s (+1.0%)3.815s (+2.3%)0.956s81.05x
▲ VercelNext.js (Turbopack)2.925s (-8.7% 🟢)3.887s (~)0.963s81.07x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.220s (~)3.158s (~)0.938s101.00x
💻 LocalNext.js (Turbopack)2.232s (+10.7% 🔺)3.168s (+20.9% 🔺)0.936s101.01x
💻 LocalExpress2.250s (~)3.212s (+1.0%)0.962s101.01x
🌐 StarterNext.js (Turbopack)2.458s (~)3.009s (~)0.551s101.11x
🌐 RedisNext.js (Turbopack)2.514s (+1.0%)3.014s (~)0.499s101.13x
🐘 PostgresNext.js (Turbopack)2.611s (+2.2%)3.017s (~)0.406s101.18x
🐘 PostgresExpress2.835s (-10.8% 🟢)3.014s (-22.7% 🟢)0.179s101.28x
🐘 PostgresNitro2.921s (-2.1%)3.112s (-10.3% 🟢)0.191s101.32x
🌐 MongoDBNext.js (Turbopack)4.728s (-1.1%)5.181s (~)0.453s62.13x
🌐 TursoNext.js (Turbopack)4.779s (-0.5%)5.186s (~)0.407s62.15x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.289s (-27.9% 🟢)3.890s (-27.1% 🟢)0.600s81.00x
▲ VercelExpress3.374s (-27.9% 🟢)4.118s (-23.3% 🟢)0.744s81.03x
▲ VercelNitro3.556s (-27.0% 🟢)4.139s (-27.1% 🟢)0.583s81.08x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.362s (-0.5%)2.008s (~)0.646s151.00x
🌐 RedisNext.js (Turbopack)1.403s (+3.3%)2.012s (~)0.609s151.03x
💻 LocalNext.js (Turbopack)1.407s (+5.1% 🔺)2.014s (~)0.606s151.03x
💻 LocalNitro1.407s (-1.2%)2.005s (~)0.598s151.03x
💻 LocalExpress1.431s (-0.9%)2.006s (~)0.575s151.05x
🐘 PostgresExpress1.634s (-11.6% 🟢)2.010s (~)0.376s151.20x
🐘 PostgresNext.js (Turbopack)1.684s (-9.5% 🟢)2.012s (~)0.328s151.24x
🌐 MongoDBNext.js (Turbopack)2.158s (+1.4%)3.012s (~)0.853s101.58x
🌐 TursoNext.js (Turbopack)2.271s (~)3.040s (~)0.769s101.67x
🐘 PostgresNitro2.349s (+20.1% 🔺)3.015s (+50.0% 🔺)0.666s101.73x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.723s (-4.5%)3.628s (-2.4%)0.905s91.00x
▲ VercelNext.js (Turbopack)2.730s (-0.7%)3.739s (+1.1%)1.009s91.00x
▲ VercelExpress2.732s (-5.0% 🟢)3.592s (-5.7% 🟢)0.860s91.00x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.244s (-2.6%)3.170s (-2.0%)0.926s101.00x
💻 LocalExpress2.283s (-1.8%)3.221s (-1.9%)0.938s101.02x
💻 LocalNext.js (Turbopack)2.288s (+13.0% 🔺)3.235s (+27.7% 🔺)0.947s101.02x
🌐 StarterNext.js (Turbopack)2.483s (~)3.008s (~)0.526s101.11x
🐘 PostgresNext.js (Turbopack)2.486s (-1.3%)3.018s (~)0.532s101.11x
🌐 RedisNext.js (Turbopack)2.492s (+0.6%)3.012s (~)0.519s101.11x
🐘 PostgresNitro2.966s (+9.5% 🔺)3.125s (+3.8%)0.159s101.32x
🐘 PostgresExpress2.969s (+8.4% 🔺)3.218s (+6.6% 🔺)0.249s101.32x
🌐 MongoDBNext.js (Turbopack)4.720s (+1.0%)5.182s (~)0.462s62.10x
🌐 TursoNext.js (Turbopack)4.741s (-1.0%)5.360s (+2.7%)0.619s62.11x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.062s (-0.8%)3.773s (-1.3%)0.711s81.00x
▲ VercelNext.js (Turbopack)3.143s (-32.9% 🟢)3.760s (-30.3% 🟢)0.617s81.03x
▲ VercelExpress3.180s (~)3.676s (-7.8% 🟢)0.496s91.04x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)0.128s (-3.8%)1.006s (~)0.000s (NaN%)1.012s (~)0.883s101.00x
💻 LocalNext.js (Turbopack)0.139s (+36.6% 🔺)1.003s (~)0.016s (+11.0% 🔺)1.027s (~)0.888s101.08x
🌐 RedisNext.js (Turbopack)0.163s (+8.4% 🔺)1.005s (~)0.000s (+Infinity% 🔺)1.015s (~)0.852s101.27x
💻 LocalNitro0.174s (~)0.992s (~)0.016s (-3.1%)1.021s (~)0.847s101.35x
💻 LocalExpress0.182s (+2.9%)0.992s (~)0.016s (-6.0% 🟢)1.022s (~)0.840s101.42x
🌐 TursoNext.js (Turbopack)0.455s (-6.7% 🟢)1.002s (+3.7%)0.000s (~)1.016s (~)0.562s103.54x
🌐 MongoDBNext.js (Turbopack)0.472s (-1.0%)0.979s (+0.6%)0.000s (-100.0% 🟢)1.013s (~)0.541s103.67x
🐘 PostgresNext.js (Turbopack)0.647s (-40.8% 🟢)0.944s (-41.7% 🟢)0.000s (-98.0% 🟢)1.016s (-41.0% 🟢)0.369s105.04x
🐘 PostgresExpress2.361s (+6.2% 🔺)2.682s (-4.9%)0.000s (+Infinity% 🔺)3.013s (~)0.653s1018.38x
🐘 PostgresNitro2.388s (+7.2% 🔺)2.657s (-5.6% 🟢)0.000s (-50.0% 🟢)3.014s (~)0.626s1018.60x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.823s (+2.1%)3.328s (+0.7%)0.469s (-7.4% 🟢)4.236s (~)1.413s101.00x
▲ VercelExpress2.911s (+8.6% 🔺)3.256s (+3.0%)0.519s (+13.1% 🔺)4.215s (+3.6%)1.304s101.03x
▲ VercelNitro3.192s (+17.1% 🔺)3.600s (+8.5% 🔺)0.521s (+64.7% 🔺)4.548s (+8.3% 🔺)1.356s101.13x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)6/8
🐘 PostgresNext.js (Turbopack)7/8
▲ VercelNitro4/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local8/8
Next.js (Turbopack)🌐 Starter5/8
Nitro💻 Local8/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions

github-actionsBot commented Jan 18, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production424038462
✅ 💻 Local Development388032420
✅ 📦 Local Production388032420
✅ 🐘 Local Postgres388032420
✅ 🪟 Windows420042
❌ 🌍 Community Worlds159210180
Total1789211341944

❌ Failed Tests

🌍 Community Worlds (21 failed)

mongodb (1 failed):

  • webhookWorkflow

redis (1 failed):

  • webhookWorkflow

starter (18 failed):

  • addTenWorkflow
  • addTenWorkflow
  • 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 catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()

turso (1 failed):

  • webhookWorkflow

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro3804
✅ example3804
✅ express3804
✅ fastify3804
✅ hono3804
✅ nextjs-turbopack4101
✅ nextjs-webpack4101
✅ nitro3804
✅ nuxt3804
✅ sveltekit3804
✅ vite3804
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable3804
✅ express-stable3804
✅ fastify-stable3804
✅ hono-stable3804
✅ nextjs-turbopack-stable4200
✅ nextjs-webpack-stable4200
✅ nitro-stable3804
✅ nuxt-stable3804
✅ sveltekit-stable3804
✅ vite-stable3804
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable3804
✅ express-stable3804
✅ fastify-stable3804
✅ hono-stable3804
✅ nextjs-turbopack-stable4200
✅ nextjs-webpack-stable4200
✅ nitro-stable3804
✅ nuxt-stable3804
✅ sveltekit-stable3804
✅ vite-stable3804
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable3804
✅ express-stable3804
✅ fastify-stable3804
✅ hono-stable3804
✅ nextjs-turbopack-stable4200
✅ nextjs-webpack-stable4200
✅ nitro-stable3804
✅ nuxt-stable3804
✅ sveltekit-stable3804
✅ vite-stable3804
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4200
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb4110
✅ redis-dev300
❌ redis4110
✅ starter-dev300
❌ starter24180
✅ turso-dev300
❌ turso4110

📋 View full workflow run

Comment threadpackages/web/src/components/run-detail-view.tsx Outdated

@karthikscale3karthikscale3 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.

Looks good to me overall. Couple of minor comments which can be ITGd later too:

  • the Run ID on each event feels redundant as it's indicated at the top of the page.
  • It'd be kinda nice to click on the Correlation ID that jumps to the trace tab and auto selects the corresponding span. But, we may need to persist span selected state in the url(using nuqs) before we can make this work.

@VaguelySerious

Copy link
Copy Markdown
MemberAuthor

@karthikscale3

the Run ID on each event feels redundant as it's indicated at the top of the page

I included it in the details because it feels strange to intentionally omit data in a detail list, even if slightly redundant

It'd be kinda nice to click on the Correlation ID that jumps to the trace tab and auto selects the corresponding span

100%, and similar with clicking e.g. stream IDs in the sidebar panel. We'll have to be careful so that web-shared doesn't interfere with any routing of the parent app, but maybe we could modify some known set of query params, or do this through an exported Context

@VaguelySerious
VaguelySerious merged commit d30e5c0 into mainJan 19, 2026
89 checks passed
@VaguelySerious
VaguelySerious deleted the peter/web-event-list branch January 19, 2026 08:52
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.

2 participants

@VaguelySerious@karthikscale3
, '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" + '
[web] Add view to display a list of all events by VaguelySerious · Pull Request #806 · vercel/workflow · GitHub
Skip to content

[web] Add view to display a list of all events - #806

Merged
VaguelySerious merged 21 commits into
mainfrom
peter/web-event-list
Jan 19, 2026
Merged

[web] Add view to display a list of all events#806
VaguelySerious merged 21 commits into
mainfrom
peter/web-event-list

Conversation

@VaguelySerious

@VaguelySeriousVaguelySerious commented Jan 18, 2026

Copy link
Copy Markdown
Member

This adds a new tab view which lists all events. Clicking on an event will load the full details for it.

This will also help debug the v2 event-sourcing implementation, as it's useful to have a full, sorted view of the events. Currently, there are no run events (only step/hook/wait), but they should show up in v2.

Screenshot 2026-01-18 at 2 23 03 PM

VaguelySeriousand others added 16 commits January 18, 2026 11:59
…iewer sidebar
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
@changeset-bot

changeset-botBot commented Jan 18, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: e4523ec

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

This PR includes changesets to release 7 packages
NameType
@workflow/web-sharedPatch
@workflow/webPatch
@workflow/cliPatch
workflowPatch
@workflow/world-testingPatch
@workflow/aiPatch
@workflow/docs-typecheckPatch

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 Jan 18, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentReviewUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJan 19, 2026 8:45am
example-nextjs-workflow-webpackReadyReadyPreview, CommentJan 19, 2026 8:45am
example-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-astro-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-express-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-fastify-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-hono-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-nitro-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-nuxt-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-sveltekit-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-vite-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
1 Skipped Deployment
ProjectDeploymentReviewUpdated (UTC)
workflow-docsSkippedSkippedJan 19, 2026 8:45am

@github-actions

github-actionsBot commented Jan 18, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

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

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.038s (+18.1% 🔺)1.014s (~)0.976s101.00x
🌐 StarterNext.js (Turbopack)0.040s (+3.6%)1.014s (~)0.974s101.04x
💻 LocalNitro0.045s (-30.3% 🟢)1.006s (~)0.961s101.17x
💻 LocalExpress0.045s (~)1.007s (~)0.962s101.18x
🌐 RedisNext.js (Turbopack)0.046s (+9.0% 🔺)1.020s (~)0.974s101.19x
🌐 MongoDBNext.js (Turbopack)0.050s (-11.7% 🟢)1.015s (~)0.966s101.29x
🌐 TursoNext.js (Turbopack)0.111s (+37.3% 🔺)1.015s (~)0.904s102.88x
🐘 PostgresNext.js (Turbopack)0.182s (~)1.023s (~)0.842s104.72x
🐘 PostgresNitro0.268s (-12.3% 🟢)1.013s (~)0.745s106.96x
🐘 PostgresExpress0.335s (+37.8% 🔺)1.013s (~)0.678s108.70x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.578s (-3.2%)1.521s (-3.9%)0.943s101.00x
▲ VercelNext.js (Turbopack)0.588s (-44.1% 🟢)1.676s (-9.0% 🟢)1.089s101.02x
▲ VercelExpress0.738s (-9.0% 🟢)1.769s (-4.6%)1.031s101.28x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.092s (+0.9%)2.009s (~)0.917s101.00x
💻 LocalNext.js (Turbopack)1.097s (+1.3%)2.011s (~)0.914s101.00x
💻 LocalNitro1.112s (~)2.006s (~)0.894s101.02x
💻 LocalExpress1.114s (~)2.007s (~)0.893s101.02x
🌐 RedisNext.js (Turbopack)1.118s (+1.1%)2.014s (~)0.895s101.02x
🌐 TursoNext.js (Turbopack)1.300s (+0.6%)2.013s (~)0.713s101.19x
🌐 MongoDBNext.js (Turbopack)1.305s (~)2.014s (~)0.709s101.20x
🐘 PostgresNext.js (Turbopack)1.796s (-6.4% 🟢)2.114s (~)0.318s101.64x
🐘 PostgresNitro2.124s (-13.9% 🟢)3.015s (~)0.891s101.94x
🐘 PostgresExpress2.180s (-2.1%)3.015s (~)0.835s102.00x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.736s (-8.6% 🟢)3.770s (~)1.035s101.00x
▲ VercelExpress2.768s (-9.9% 🟢)3.660s (-6.4% 🟢)0.892s101.01x
▲ VercelNitro2.887s (-4.4%)3.676s (-6.2% 🟢)0.789s101.06x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)10.593s (~)11.010s (~)0.416s51.00x
💻 LocalNext.js (Turbopack)10.660s (+1.2%)11.018s (~)0.358s51.01x
🌐 RedisNext.js (Turbopack)10.706s (~)11.017s (~)0.311s51.01x
💻 LocalNitro10.786s (~)11.011s (~)0.225s51.02x
💻 LocalExpress10.803s (~)11.011s (~)0.208s51.02x
🌐 TursoNext.js (Turbopack)12.180s (~)13.026s (~)0.846s51.15x
🌐 MongoDBNext.js (Turbopack)12.248s (~)13.028s (~)0.780s51.16x
🐘 PostgresNext.js (Turbopack)14.909s (-2.1%)15.436s (-3.8%)0.527s51.41x
🐘 PostgresExpress20.421s (~)21.030s (~)0.609s51.93x
🐘 PostgresNitro20.528s (+0.8%)21.028s (~)0.501s51.94x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro22.475s (+2.5%)23.308s (+1.9%)0.833s51.00x
▲ VercelExpress22.517s (+3.3%)23.224s (+2.7%)0.706s51.00x
▲ VercelNext.js (Turbopack)23.128s (+3.4%)23.577s (+1.0%)0.449s51.03x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.354s (~)2.008s (~)0.654s151.00x
🌐 RedisNext.js (Turbopack)1.373s (+0.7%)2.011s (~)0.639s151.01x
💻 LocalNext.js (Turbopack)1.393s (+3.8%)2.013s (~)0.620s151.03x
💻 LocalNitro1.408s (~)2.005s (~)0.597s151.04x
💻 LocalExpress1.419s (+0.8%)2.006s (~)0.587s151.05x
🐘 PostgresNext.js (Turbopack)1.825s (+3.3%)2.017s (~)0.192s151.35x
🌐 MongoDBNext.js (Turbopack)2.131s (-1.0%)3.014s (~)0.883s101.57x
🌐 TursoNext.js (Turbopack)2.198s (-2.2%)3.013s (~)0.815s101.62x
🐘 PostgresExpress2.453s (+6.1% 🔺)3.012s (~)0.559s101.81x
🐘 PostgresNitro2.489s (+5.7% 🔺)3.012s (~)0.523s101.84x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.732s (-10.3% 🟢)3.650s (-6.8% 🟢)0.918s91.00x
▲ VercelNitro2.859s (+1.0%)3.815s (+2.3%)0.956s81.05x
▲ VercelNext.js (Turbopack)2.925s (-8.7% 🟢)3.887s (~)0.963s81.07x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.220s (~)3.158s (~)0.938s101.00x
💻 LocalNext.js (Turbopack)2.232s (+10.7% 🔺)3.168s (+20.9% 🔺)0.936s101.01x
💻 LocalExpress2.250s (~)3.212s (+1.0%)0.962s101.01x
🌐 StarterNext.js (Turbopack)2.458s (~)3.009s (~)0.551s101.11x
🌐 RedisNext.js (Turbopack)2.514s (+1.0%)3.014s (~)0.499s101.13x
🐘 PostgresNext.js (Turbopack)2.611s (+2.2%)3.017s (~)0.406s101.18x
🐘 PostgresExpress2.835s (-10.8% 🟢)3.014s (-22.7% 🟢)0.179s101.28x
🐘 PostgresNitro2.921s (-2.1%)3.112s (-10.3% 🟢)0.191s101.32x
🌐 MongoDBNext.js (Turbopack)4.728s (-1.1%)5.181s (~)0.453s62.13x
🌐 TursoNext.js (Turbopack)4.779s (-0.5%)5.186s (~)0.407s62.15x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.289s (-27.9% 🟢)3.890s (-27.1% 🟢)0.600s81.00x
▲ VercelExpress3.374s (-27.9% 🟢)4.118s (-23.3% 🟢)0.744s81.03x
▲ VercelNitro3.556s (-27.0% 🟢)4.139s (-27.1% 🟢)0.583s81.08x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.362s (-0.5%)2.008s (~)0.646s151.00x
🌐 RedisNext.js (Turbopack)1.403s (+3.3%)2.012s (~)0.609s151.03x
💻 LocalNext.js (Turbopack)1.407s (+5.1% 🔺)2.014s (~)0.606s151.03x
💻 LocalNitro1.407s (-1.2%)2.005s (~)0.598s151.03x
💻 LocalExpress1.431s (-0.9%)2.006s (~)0.575s151.05x
🐘 PostgresExpress1.634s (-11.6% 🟢)2.010s (~)0.376s151.20x
🐘 PostgresNext.js (Turbopack)1.684s (-9.5% 🟢)2.012s (~)0.328s151.24x
🌐 MongoDBNext.js (Turbopack)2.158s (+1.4%)3.012s (~)0.853s101.58x
🌐 TursoNext.js (Turbopack)2.271s (~)3.040s (~)0.769s101.67x
🐘 PostgresNitro2.349s (+20.1% 🔺)3.015s (+50.0% 🔺)0.666s101.73x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.723s (-4.5%)3.628s (-2.4%)0.905s91.00x
▲ VercelNext.js (Turbopack)2.730s (-0.7%)3.739s (+1.1%)1.009s91.00x
▲ VercelExpress2.732s (-5.0% 🟢)3.592s (-5.7% 🟢)0.860s91.00x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.244s (-2.6%)3.170s (-2.0%)0.926s101.00x
💻 LocalExpress2.283s (-1.8%)3.221s (-1.9%)0.938s101.02x
💻 LocalNext.js (Turbopack)2.288s (+13.0% 🔺)3.235s (+27.7% 🔺)0.947s101.02x
🌐 StarterNext.js (Turbopack)2.483s (~)3.008s (~)0.526s101.11x
🐘 PostgresNext.js (Turbopack)2.486s (-1.3%)3.018s (~)0.532s101.11x
🌐 RedisNext.js (Turbopack)2.492s (+0.6%)3.012s (~)0.519s101.11x
🐘 PostgresNitro2.966s (+9.5% 🔺)3.125s (+3.8%)0.159s101.32x
🐘 PostgresExpress2.969s (+8.4% 🔺)3.218s (+6.6% 🔺)0.249s101.32x
🌐 MongoDBNext.js (Turbopack)4.720s (+1.0%)5.182s (~)0.462s62.10x
🌐 TursoNext.js (Turbopack)4.741s (-1.0%)5.360s (+2.7%)0.619s62.11x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.062s (-0.8%)3.773s (-1.3%)0.711s81.00x
▲ VercelNext.js (Turbopack)3.143s (-32.9% 🟢)3.760s (-30.3% 🟢)0.617s81.03x
▲ VercelExpress3.180s (~)3.676s (-7.8% 🟢)0.496s91.04x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)0.128s (-3.8%)1.006s (~)0.000s (NaN%)1.012s (~)0.883s101.00x
💻 LocalNext.js (Turbopack)0.139s (+36.6% 🔺)1.003s (~)0.016s (+11.0% 🔺)1.027s (~)0.888s101.08x
🌐 RedisNext.js (Turbopack)0.163s (+8.4% 🔺)1.005s (~)0.000s (+Infinity% 🔺)1.015s (~)0.852s101.27x
💻 LocalNitro0.174s (~)0.992s (~)0.016s (-3.1%)1.021s (~)0.847s101.35x
💻 LocalExpress0.182s (+2.9%)0.992s (~)0.016s (-6.0% 🟢)1.022s (~)0.840s101.42x
🌐 TursoNext.js (Turbopack)0.455s (-6.7% 🟢)1.002s (+3.7%)0.000s (~)1.016s (~)0.562s103.54x
🌐 MongoDBNext.js (Turbopack)0.472s (-1.0%)0.979s (+0.6%)0.000s (-100.0% 🟢)1.013s (~)0.541s103.67x
🐘 PostgresNext.js (Turbopack)0.647s (-40.8% 🟢)0.944s (-41.7% 🟢)0.000s (-98.0% 🟢)1.016s (-41.0% 🟢)0.369s105.04x
🐘 PostgresExpress2.361s (+6.2% 🔺)2.682s (-4.9%)0.000s (+Infinity% 🔺)3.013s (~)0.653s1018.38x
🐘 PostgresNitro2.388s (+7.2% 🔺)2.657s (-5.6% 🟢)0.000s (-50.0% 🟢)3.014s (~)0.626s1018.60x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.823s (+2.1%)3.328s (+0.7%)0.469s (-7.4% 🟢)4.236s (~)1.413s101.00x
▲ VercelExpress2.911s (+8.6% 🔺)3.256s (+3.0%)0.519s (+13.1% 🔺)4.215s (+3.6%)1.304s101.03x
▲ VercelNitro3.192s (+17.1% 🔺)3.600s (+8.5% 🔺)0.521s (+64.7% 🔺)4.548s (+8.3% 🔺)1.356s101.13x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)6/8
🐘 PostgresNext.js (Turbopack)7/8
▲ VercelNitro4/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local8/8
Next.js (Turbopack)🌐 Starter5/8
Nitro💻 Local8/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions

github-actionsBot commented Jan 18, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production424038462
✅ 💻 Local Development388032420
✅ 📦 Local Production388032420
✅ 🐘 Local Postgres388032420
✅ 🪟 Windows420042
❌ 🌍 Community Worlds159210180
Total1789211341944

❌ Failed Tests

🌍 Community Worlds (21 failed)

mongodb (1 failed):

  • webhookWorkflow

redis (1 failed):

  • webhookWorkflow

starter (18 failed):

  • addTenWorkflow
  • addTenWorkflow
  • 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 catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()

turso (1 failed):

  • webhookWorkflow

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro3804
✅ example3804
✅ express3804
✅ fastify3804
✅ hono3804
✅ nextjs-turbopack4101
✅ nextjs-webpack4101
✅ nitro3804
✅ nuxt3804
✅ sveltekit3804
✅ vite3804
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable3804
✅ express-stable3804
✅ fastify-stable3804
✅ hono-stable3804
✅ nextjs-turbopack-stable4200
✅ nextjs-webpack-stable4200
✅ nitro-stable3804
✅ nuxt-stable3804
✅ sveltekit-stable3804
✅ vite-stable3804
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable3804
✅ express-stable3804
✅ fastify-stable3804
✅ hono-stable3804
✅ nextjs-turbopack-stable4200
✅ nextjs-webpack-stable4200
✅ nitro-stable3804
✅ nuxt-stable3804
✅ sveltekit-stable3804
✅ vite-stable3804
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable3804
✅ express-stable3804
✅ fastify-stable3804
✅ hono-stable3804
✅ nextjs-turbopack-stable4200
✅ nextjs-webpack-stable4200
✅ nitro-stable3804
✅ nuxt-stable3804
✅ sveltekit-stable3804
✅ vite-stable3804
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4200
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb4110
✅ redis-dev300
❌ redis4110
✅ starter-dev300
❌ starter24180
✅ turso-dev300
❌ turso4110

📋 View full workflow run

Comment threadpackages/web/src/components/run-detail-view.tsx Outdated

@karthikscale3karthikscale3 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.

Looks good to me overall. Couple of minor comments which can be ITGd later too:

  • the Run ID on each event feels redundant as it's indicated at the top of the page.
  • It'd be kinda nice to click on the Correlation ID that jumps to the trace tab and auto selects the corresponding span. But, we may need to persist span selected state in the url(using nuqs) before we can make this work.

@VaguelySerious

Copy link
Copy Markdown
MemberAuthor

@karthikscale3

the Run ID on each event feels redundant as it's indicated at the top of the page

I included it in the details because it feels strange to intentionally omit data in a detail list, even if slightly redundant

It'd be kinda nice to click on the Correlation ID that jumps to the trace tab and auto selects the corresponding span

100%, and similar with clicking e.g. stream IDs in the sidebar panel. We'll have to be careful so that web-shared doesn't interfere with any routing of the parent app, but maybe we could modify some known set of query params, or do this through an exported Context

@VaguelySerious
VaguelySerious merged commit d30e5c0 into mainJan 19, 2026
89 checks passed
@VaguelySerious
VaguelySerious deleted the peter/web-event-list branch January 19, 2026 08:52
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.

2 participants

@VaguelySerious@karthikscale3
, '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('^' + ".*" + ' [web] Add view to display a list of all events by VaguelySerious · Pull Request #806 · vercel/workflow · GitHub
Skip to content

[web] Add view to display a list of all events - #806

Merged
VaguelySerious merged 21 commits into
mainfrom
peter/web-event-list
Jan 19, 2026
Merged

[web] Add view to display a list of all events#806
VaguelySerious merged 21 commits into
mainfrom
peter/web-event-list

Conversation

@VaguelySerious

@VaguelySeriousVaguelySerious commented Jan 18, 2026

Copy link
Copy Markdown
Member

This adds a new tab view which lists all events. Clicking on an event will load the full details for it.

This will also help debug the v2 event-sourcing implementation, as it's useful to have a full, sorted view of the events. Currently, there are no run events (only step/hook/wait), but they should show up in v2.

Screenshot 2026-01-18 at 2 23 03 PM

VaguelySeriousand others added 16 commits January 18, 2026 11:59
…iewer sidebar
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
@changeset-bot

changeset-botBot commented Jan 18, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: e4523ec

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

This PR includes changesets to release 7 packages
NameType
@workflow/web-sharedPatch
@workflow/webPatch
@workflow/cliPatch
workflowPatch
@workflow/world-testingPatch
@workflow/aiPatch
@workflow/docs-typecheckPatch

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 Jan 18, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentReviewUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJan 19, 2026 8:45am
example-nextjs-workflow-webpackReadyReadyPreview, CommentJan 19, 2026 8:45am
example-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-astro-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-express-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-fastify-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-hono-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-nitro-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-nuxt-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-sveltekit-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-vite-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
1 Skipped Deployment
ProjectDeploymentReviewUpdated (UTC)
workflow-docsSkippedSkippedJan 19, 2026 8:45am

@github-actions

github-actionsBot commented Jan 18, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

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

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.038s (+18.1% 🔺)1.014s (~)0.976s101.00x
🌐 StarterNext.js (Turbopack)0.040s (+3.6%)1.014s (~)0.974s101.04x
💻 LocalNitro0.045s (-30.3% 🟢)1.006s (~)0.961s101.17x
💻 LocalExpress0.045s (~)1.007s (~)0.962s101.18x
🌐 RedisNext.js (Turbopack)0.046s (+9.0% 🔺)1.020s (~)0.974s101.19x
🌐 MongoDBNext.js (Turbopack)0.050s (-11.7% 🟢)1.015s (~)0.966s101.29x
🌐 TursoNext.js (Turbopack)0.111s (+37.3% 🔺)1.015s (~)0.904s102.88x
🐘 PostgresNext.js (Turbopack)0.182s (~)1.023s (~)0.842s104.72x
🐘 PostgresNitro0.268s (-12.3% 🟢)1.013s (~)0.745s106.96x
🐘 PostgresExpress0.335s (+37.8% 🔺)1.013s (~)0.678s108.70x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.578s (-3.2%)1.521s (-3.9%)0.943s101.00x
▲ VercelNext.js (Turbopack)0.588s (-44.1% 🟢)1.676s (-9.0% 🟢)1.089s101.02x
▲ VercelExpress0.738s (-9.0% 🟢)1.769s (-4.6%)1.031s101.28x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.092s (+0.9%)2.009s (~)0.917s101.00x
💻 LocalNext.js (Turbopack)1.097s (+1.3%)2.011s (~)0.914s101.00x
💻 LocalNitro1.112s (~)2.006s (~)0.894s101.02x
💻 LocalExpress1.114s (~)2.007s (~)0.893s101.02x
🌐 RedisNext.js (Turbopack)1.118s (+1.1%)2.014s (~)0.895s101.02x
🌐 TursoNext.js (Turbopack)1.300s (+0.6%)2.013s (~)0.713s101.19x
🌐 MongoDBNext.js (Turbopack)1.305s (~)2.014s (~)0.709s101.20x
🐘 PostgresNext.js (Turbopack)1.796s (-6.4% 🟢)2.114s (~)0.318s101.64x
🐘 PostgresNitro2.124s (-13.9% 🟢)3.015s (~)0.891s101.94x
🐘 PostgresExpress2.180s (-2.1%)3.015s (~)0.835s102.00x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.736s (-8.6% 🟢)3.770s (~)1.035s101.00x
▲ VercelExpress2.768s (-9.9% 🟢)3.660s (-6.4% 🟢)0.892s101.01x
▲ VercelNitro2.887s (-4.4%)3.676s (-6.2% 🟢)0.789s101.06x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)10.593s (~)11.010s (~)0.416s51.00x
💻 LocalNext.js (Turbopack)10.660s (+1.2%)11.018s (~)0.358s51.01x
🌐 RedisNext.js (Turbopack)10.706s (~)11.017s (~)0.311s51.01x
💻 LocalNitro10.786s (~)11.011s (~)0.225s51.02x
💻 LocalExpress10.803s (~)11.011s (~)0.208s51.02x
🌐 TursoNext.js (Turbopack)12.180s (~)13.026s (~)0.846s51.15x
🌐 MongoDBNext.js (Turbopack)12.248s (~)13.028s (~)0.780s51.16x
🐘 PostgresNext.js (Turbopack)14.909s (-2.1%)15.436s (-3.8%)0.527s51.41x
🐘 PostgresExpress20.421s (~)21.030s (~)0.609s51.93x
🐘 PostgresNitro20.528s (+0.8%)21.028s (~)0.501s51.94x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro22.475s (+2.5%)23.308s (+1.9%)0.833s51.00x
▲ VercelExpress22.517s (+3.3%)23.224s (+2.7%)0.706s51.00x
▲ VercelNext.js (Turbopack)23.128s (+3.4%)23.577s (+1.0%)0.449s51.03x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.354s (~)2.008s (~)0.654s151.00x
🌐 RedisNext.js (Turbopack)1.373s (+0.7%)2.011s (~)0.639s151.01x
💻 LocalNext.js (Turbopack)1.393s (+3.8%)2.013s (~)0.620s151.03x
💻 LocalNitro1.408s (~)2.005s (~)0.597s151.04x
💻 LocalExpress1.419s (+0.8%)2.006s (~)0.587s151.05x
🐘 PostgresNext.js (Turbopack)1.825s (+3.3%)2.017s (~)0.192s151.35x
🌐 MongoDBNext.js (Turbopack)2.131s (-1.0%)3.014s (~)0.883s101.57x
🌐 TursoNext.js (Turbopack)2.198s (-2.2%)3.013s (~)0.815s101.62x
🐘 PostgresExpress2.453s (+6.1% 🔺)3.012s (~)0.559s101.81x
🐘 PostgresNitro2.489s (+5.7% 🔺)3.012s (~)0.523s101.84x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.732s (-10.3% 🟢)3.650s (-6.8% 🟢)0.918s91.00x
▲ VercelNitro2.859s (+1.0%)3.815s (+2.3%)0.956s81.05x
▲ VercelNext.js (Turbopack)2.925s (-8.7% 🟢)3.887s (~)0.963s81.07x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.220s (~)3.158s (~)0.938s101.00x
💻 LocalNext.js (Turbopack)2.232s (+10.7% 🔺)3.168s (+20.9% 🔺)0.936s101.01x
💻 LocalExpress2.250s (~)3.212s (+1.0%)0.962s101.01x
🌐 StarterNext.js (Turbopack)2.458s (~)3.009s (~)0.551s101.11x
🌐 RedisNext.js (Turbopack)2.514s (+1.0%)3.014s (~)0.499s101.13x
🐘 PostgresNext.js (Turbopack)2.611s (+2.2%)3.017s (~)0.406s101.18x
🐘 PostgresExpress2.835s (-10.8% 🟢)3.014s (-22.7% 🟢)0.179s101.28x
🐘 PostgresNitro2.921s (-2.1%)3.112s (-10.3% 🟢)0.191s101.32x
🌐 MongoDBNext.js (Turbopack)4.728s (-1.1%)5.181s (~)0.453s62.13x
🌐 TursoNext.js (Turbopack)4.779s (-0.5%)5.186s (~)0.407s62.15x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.289s (-27.9% 🟢)3.890s (-27.1% 🟢)0.600s81.00x
▲ VercelExpress3.374s (-27.9% 🟢)4.118s (-23.3% 🟢)0.744s81.03x
▲ VercelNitro3.556s (-27.0% 🟢)4.139s (-27.1% 🟢)0.583s81.08x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.362s (-0.5%)2.008s (~)0.646s151.00x
🌐 RedisNext.js (Turbopack)1.403s (+3.3%)2.012s (~)0.609s151.03x
💻 LocalNext.js (Turbopack)1.407s (+5.1% 🔺)2.014s (~)0.606s151.03x
💻 LocalNitro1.407s (-1.2%)2.005s (~)0.598s151.03x
💻 LocalExpress1.431s (-0.9%)2.006s (~)0.575s151.05x
🐘 PostgresExpress1.634s (-11.6% 🟢)2.010s (~)0.376s151.20x
🐘 PostgresNext.js (Turbopack)1.684s (-9.5% 🟢)2.012s (~)0.328s151.24x
🌐 MongoDBNext.js (Turbopack)2.158s (+1.4%)3.012s (~)0.853s101.58x
🌐 TursoNext.js (Turbopack)2.271s (~)3.040s (~)0.769s101.67x
🐘 PostgresNitro2.349s (+20.1% 🔺)3.015s (+50.0% 🔺)0.666s101.73x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.723s (-4.5%)3.628s (-2.4%)0.905s91.00x
▲ VercelNext.js (Turbopack)2.730s (-0.7%)3.739s (+1.1%)1.009s91.00x
▲ VercelExpress2.732s (-5.0% 🟢)3.592s (-5.7% 🟢)0.860s91.00x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.244s (-2.6%)3.170s (-2.0%)0.926s101.00x
💻 LocalExpress2.283s (-1.8%)3.221s (-1.9%)0.938s101.02x
💻 LocalNext.js (Turbopack)2.288s (+13.0% 🔺)3.235s (+27.7% 🔺)0.947s101.02x
🌐 StarterNext.js (Turbopack)2.483s (~)3.008s (~)0.526s101.11x
🐘 PostgresNext.js (Turbopack)2.486s (-1.3%)3.018s (~)0.532s101.11x
🌐 RedisNext.js (Turbopack)2.492s (+0.6%)3.012s (~)0.519s101.11x
🐘 PostgresNitro2.966s (+9.5% 🔺)3.125s (+3.8%)0.159s101.32x
🐘 PostgresExpress2.969s (+8.4% 🔺)3.218s (+6.6% 🔺)0.249s101.32x
🌐 MongoDBNext.js (Turbopack)4.720s (+1.0%)5.182s (~)0.462s62.10x
🌐 TursoNext.js (Turbopack)4.741s (-1.0%)5.360s (+2.7%)0.619s62.11x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.062s (-0.8%)3.773s (-1.3%)0.711s81.00x
▲ VercelNext.js (Turbopack)3.143s (-32.9% 🟢)3.760s (-30.3% 🟢)0.617s81.03x
▲ VercelExpress3.180s (~)3.676s (-7.8% 🟢)0.496s91.04x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)0.128s (-3.8%)1.006s (~)0.000s (NaN%)1.012s (~)0.883s101.00x
💻 LocalNext.js (Turbopack)0.139s (+36.6% 🔺)1.003s (~)0.016s (+11.0% 🔺)1.027s (~)0.888s101.08x
🌐 RedisNext.js (Turbopack)0.163s (+8.4% 🔺)1.005s (~)0.000s (+Infinity% 🔺)1.015s (~)0.852s101.27x
💻 LocalNitro0.174s (~)0.992s (~)0.016s (-3.1%)1.021s (~)0.847s101.35x
💻 LocalExpress0.182s (+2.9%)0.992s (~)0.016s (-6.0% 🟢)1.022s (~)0.840s101.42x
🌐 TursoNext.js (Turbopack)0.455s (-6.7% 🟢)1.002s (+3.7%)0.000s (~)1.016s (~)0.562s103.54x
🌐 MongoDBNext.js (Turbopack)0.472s (-1.0%)0.979s (+0.6%)0.000s (-100.0% 🟢)1.013s (~)0.541s103.67x
🐘 PostgresNext.js (Turbopack)0.647s (-40.8% 🟢)0.944s (-41.7% 🟢)0.000s (-98.0% 🟢)1.016s (-41.0% 🟢)0.369s105.04x
🐘 PostgresExpress2.361s (+6.2% 🔺)2.682s (-4.9%)0.000s (+Infinity% 🔺)3.013s (~)0.653s1018.38x
🐘 PostgresNitro2.388s (+7.2% 🔺)2.657s (-5.6% 🟢)0.000s (-50.0% 🟢)3.014s (~)0.626s1018.60x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.823s (+2.1%)3.328s (+0.7%)0.469s (-7.4% 🟢)4.236s (~)1.413s101.00x
▲ VercelExpress2.911s (+8.6% 🔺)3.256s (+3.0%)0.519s (+13.1% 🔺)4.215s (+3.6%)1.304s101.03x
▲ VercelNitro3.192s (+17.1% 🔺)3.600s (+8.5% 🔺)0.521s (+64.7% 🔺)4.548s (+8.3% 🔺)1.356s101.13x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)6/8
🐘 PostgresNext.js (Turbopack)7/8
▲ VercelNitro4/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local8/8
Next.js (Turbopack)🌐 Starter5/8
Nitro💻 Local8/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions

github-actionsBot commented Jan 18, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production424038462
✅ 💻 Local Development388032420
✅ 📦 Local Production388032420
✅ 🐘 Local Postgres388032420
✅ 🪟 Windows420042
❌ 🌍 Community Worlds159210180
Total1789211341944

❌ Failed Tests

🌍 Community Worlds (21 failed)

mongodb (1 failed):

  • webhookWorkflow

redis (1 failed):

  • webhookWorkflow

starter (18 failed):

  • addTenWorkflow
  • addTenWorkflow
  • 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 catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()

turso (1 failed):

  • webhookWorkflow

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro3804
✅ example3804
✅ express3804
✅ fastify3804
✅ hono3804
✅ nextjs-turbopack4101
✅ nextjs-webpack4101
✅ nitro3804
✅ nuxt3804
✅ sveltekit3804
✅ vite3804
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable3804
✅ express-stable3804
✅ fastify-stable3804
✅ hono-stable3804
✅ nextjs-turbopack-stable4200
✅ nextjs-webpack-stable4200
✅ nitro-stable3804
✅ nuxt-stable3804
✅ sveltekit-stable3804
✅ vite-stable3804
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable3804
✅ express-stable3804
✅ fastify-stable3804
✅ hono-stable3804
✅ nextjs-turbopack-stable4200
✅ nextjs-webpack-stable4200
✅ nitro-stable3804
✅ nuxt-stable3804
✅ sveltekit-stable3804
✅ vite-stable3804
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable3804
✅ express-stable3804
✅ fastify-stable3804
✅ hono-stable3804
✅ nextjs-turbopack-stable4200
✅ nextjs-webpack-stable4200
✅ nitro-stable3804
✅ nuxt-stable3804
✅ sveltekit-stable3804
✅ vite-stable3804
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4200
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb4110
✅ redis-dev300
❌ redis4110
✅ starter-dev300
❌ starter24180
✅ turso-dev300
❌ turso4110

📋 View full workflow run

Comment threadpackages/web/src/components/run-detail-view.tsx Outdated

@karthikscale3karthikscale3 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.

Looks good to me overall. Couple of minor comments which can be ITGd later too:

  • the Run ID on each event feels redundant as it's indicated at the top of the page.
  • It'd be kinda nice to click on the Correlation ID that jumps to the trace tab and auto selects the corresponding span. But, we may need to persist span selected state in the url(using nuqs) before we can make this work.

@VaguelySerious

Copy link
Copy Markdown
MemberAuthor

@karthikscale3

the Run ID on each event feels redundant as it's indicated at the top of the page

I included it in the details because it feels strange to intentionally omit data in a detail list, even if slightly redundant

It'd be kinda nice to click on the Correlation ID that jumps to the trace tab and auto selects the corresponding span

100%, and similar with clicking e.g. stream IDs in the sidebar panel. We'll have to be careful so that web-shared doesn't interfere with any routing of the parent app, but maybe we could modify some known set of query params, or do this through an exported Context

@VaguelySerious
VaguelySerious merged commit d30e5c0 into mainJan 19, 2026
89 checks passed
@VaguelySerious
VaguelySerious deleted the peter/web-event-list branch January 19, 2026 08:52
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.

2 participants

@VaguelySerious@karthikscale3
, '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('^' + ".*" + ' [web] Add view to display a list of all events by VaguelySerious · Pull Request #806 · vercel/workflow · GitHub
Skip to content

[web] Add view to display a list of all events - #806

Merged
VaguelySerious merged 21 commits into
mainfrom
peter/web-event-list
Jan 19, 2026
Merged

[web] Add view to display a list of all events#806
VaguelySerious merged 21 commits into
mainfrom
peter/web-event-list

Conversation

@VaguelySerious

@VaguelySeriousVaguelySerious commented Jan 18, 2026

Copy link
Copy Markdown
Member

This adds a new tab view which lists all events. Clicking on an event will load the full details for it.

This will also help debug the v2 event-sourcing implementation, as it's useful to have a full, sorted view of the events. Currently, there are no run events (only step/hook/wait), but they should show up in v2.

Screenshot 2026-01-18 at 2 23 03 PM

VaguelySeriousand others added 16 commits January 18, 2026 11:59
…iewer sidebar
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
@changeset-bot

changeset-botBot commented Jan 18, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: e4523ec

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

This PR includes changesets to release 7 packages
NameType
@workflow/web-sharedPatch
@workflow/webPatch
@workflow/cliPatch
workflowPatch
@workflow/world-testingPatch
@workflow/aiPatch
@workflow/docs-typecheckPatch

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 Jan 18, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentReviewUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJan 19, 2026 8:45am
example-nextjs-workflow-webpackReadyReadyPreview, CommentJan 19, 2026 8:45am
example-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-astro-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-express-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-fastify-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-hono-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-nitro-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-nuxt-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-sveltekit-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-vite-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
1 Skipped Deployment
ProjectDeploymentReviewUpdated (UTC)
workflow-docsSkippedSkippedJan 19, 2026 8:45am

@github-actions

github-actionsBot commented Jan 18, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

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

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.038s (+18.1% 🔺)1.014s (~)0.976s101.00x
🌐 StarterNext.js (Turbopack)0.040s (+3.6%)1.014s (~)0.974s101.04x
💻 LocalNitro0.045s (-30.3% 🟢)1.006s (~)0.961s101.17x
💻 LocalExpress0.045s (~)1.007s (~)0.962s101.18x
🌐 RedisNext.js (Turbopack)0.046s (+9.0% 🔺)1.020s (~)0.974s101.19x
🌐 MongoDBNext.js (Turbopack)0.050s (-11.7% 🟢)1.015s (~)0.966s101.29x
🌐 TursoNext.js (Turbopack)0.111s (+37.3% 🔺)1.015s (~)0.904s102.88x
🐘 PostgresNext.js (Turbopack)0.182s (~)1.023s (~)0.842s104.72x
🐘 PostgresNitro0.268s (-12.3% 🟢)1.013s (~)0.745s106.96x
🐘 PostgresExpress0.335s (+37.8% 🔺)1.013s (~)0.678s108.70x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.578s (-3.2%)1.521s (-3.9%)0.943s101.00x
▲ VercelNext.js (Turbopack)0.588s (-44.1% 🟢)1.676s (-9.0% 🟢)1.089s101.02x
▲ VercelExpress0.738s (-9.0% 🟢)1.769s (-4.6%)1.031s101.28x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.092s (+0.9%)2.009s (~)0.917s101.00x
💻 LocalNext.js (Turbopack)1.097s (+1.3%)2.011s (~)0.914s101.00x
💻 LocalNitro1.112s (~)2.006s (~)0.894s101.02x
💻 LocalExpress1.114s (~)2.007s (~)0.893s101.02x
🌐 RedisNext.js (Turbopack)1.118s (+1.1%)2.014s (~)0.895s101.02x
🌐 TursoNext.js (Turbopack)1.300s (+0.6%)2.013s (~)0.713s101.19x
🌐 MongoDBNext.js (Turbopack)1.305s (~)2.014s (~)0.709s101.20x
🐘 PostgresNext.js (Turbopack)1.796s (-6.4% 🟢)2.114s (~)0.318s101.64x
🐘 PostgresNitro2.124s (-13.9% 🟢)3.015s (~)0.891s101.94x
🐘 PostgresExpress2.180s (-2.1%)3.015s (~)0.835s102.00x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.736s (-8.6% 🟢)3.770s (~)1.035s101.00x
▲ VercelExpress2.768s (-9.9% 🟢)3.660s (-6.4% 🟢)0.892s101.01x
▲ VercelNitro2.887s (-4.4%)3.676s (-6.2% 🟢)0.789s101.06x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)10.593s (~)11.010s (~)0.416s51.00x
💻 LocalNext.js (Turbopack)10.660s (+1.2%)11.018s (~)0.358s51.01x
🌐 RedisNext.js (Turbopack)10.706s (~)11.017s (~)0.311s51.01x
💻 LocalNitro10.786s (~)11.011s (~)0.225s51.02x
💻 LocalExpress10.803s (~)11.011s (~)0.208s51.02x
🌐 TursoNext.js (Turbopack)12.180s (~)13.026s (~)0.846s51.15x
🌐 MongoDBNext.js (Turbopack)12.248s (~)13.028s (~)0.780s51.16x
🐘 PostgresNext.js (Turbopack)14.909s (-2.1%)15.436s (-3.8%)0.527s51.41x
🐘 PostgresExpress20.421s (~)21.030s (~)0.609s51.93x
🐘 PostgresNitro20.528s (+0.8%)21.028s (~)0.501s51.94x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro22.475s (+2.5%)23.308s (+1.9%)0.833s51.00x
▲ VercelExpress22.517s (+3.3%)23.224s (+2.7%)0.706s51.00x
▲ VercelNext.js (Turbopack)23.128s (+3.4%)23.577s (+1.0%)0.449s51.03x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.354s (~)2.008s (~)0.654s151.00x
🌐 RedisNext.js (Turbopack)1.373s (+0.7%)2.011s (~)0.639s151.01x
💻 LocalNext.js (Turbopack)1.393s (+3.8%)2.013s (~)0.620s151.03x
💻 LocalNitro1.408s (~)2.005s (~)0.597s151.04x
💻 LocalExpress1.419s (+0.8%)2.006s (~)0.587s151.05x
🐘 PostgresNext.js (Turbopack)1.825s (+3.3%)2.017s (~)0.192s151.35x
🌐 MongoDBNext.js (Turbopack)2.131s (-1.0%)3.014s (~)0.883s101.57x
🌐 TursoNext.js (Turbopack)2.198s (-2.2%)3.013s (~)0.815s101.62x
🐘 PostgresExpress2.453s (+6.1% 🔺)3.012s (~)0.559s101.81x
🐘 PostgresNitro2.489s (+5.7% 🔺)3.012s (~)0.523s101.84x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.732s (-10.3% 🟢)3.650s (-6.8% 🟢)0.918s91.00x
▲ VercelNitro2.859s (+1.0%)3.815s (+2.3%)0.956s81.05x
▲ VercelNext.js (Turbopack)2.925s (-8.7% 🟢)3.887s (~)0.963s81.07x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.220s (~)3.158s (~)0.938s101.00x
💻 LocalNext.js (Turbopack)2.232s (+10.7% 🔺)3.168s (+20.9% 🔺)0.936s101.01x
💻 LocalExpress2.250s (~)3.212s (+1.0%)0.962s101.01x
🌐 StarterNext.js (Turbopack)2.458s (~)3.009s (~)0.551s101.11x
🌐 RedisNext.js (Turbopack)2.514s (+1.0%)3.014s (~)0.499s101.13x
🐘 PostgresNext.js (Turbopack)2.611s (+2.2%)3.017s (~)0.406s101.18x
🐘 PostgresExpress2.835s (-10.8% 🟢)3.014s (-22.7% 🟢)0.179s101.28x
🐘 PostgresNitro2.921s (-2.1%)3.112s (-10.3% 🟢)0.191s101.32x
🌐 MongoDBNext.js (Turbopack)4.728s (-1.1%)5.181s (~)0.453s62.13x
🌐 TursoNext.js (Turbopack)4.779s (-0.5%)5.186s (~)0.407s62.15x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.289s (-27.9% 🟢)3.890s (-27.1% 🟢)0.600s81.00x
▲ VercelExpress3.374s (-27.9% 🟢)4.118s (-23.3% 🟢)0.744s81.03x
▲ VercelNitro3.556s (-27.0% 🟢)4.139s (-27.1% 🟢)0.583s81.08x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.362s (-0.5%)2.008s (~)0.646s151.00x
🌐 RedisNext.js (Turbopack)1.403s (+3.3%)2.012s (~)0.609s151.03x
💻 LocalNext.js (Turbopack)1.407s (+5.1% 🔺)2.014s (~)0.606s151.03x
💻 LocalNitro1.407s (-1.2%)2.005s (~)0.598s151.03x
💻 LocalExpress1.431s (-0.9%)2.006s (~)0.575s151.05x
🐘 PostgresExpress1.634s (-11.6% 🟢)2.010s (~)0.376s151.20x
🐘 PostgresNext.js (Turbopack)1.684s (-9.5% 🟢)2.012s (~)0.328s151.24x
🌐 MongoDBNext.js (Turbopack)2.158s (+1.4%)3.012s (~)0.853s101.58x
🌐 TursoNext.js (Turbopack)2.271s (~)3.040s (~)0.769s101.67x
🐘 PostgresNitro2.349s (+20.1% 🔺)3.015s (+50.0% 🔺)0.666s101.73x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.723s (-4.5%)3.628s (-2.4%)0.905s91.00x
▲ VercelNext.js (Turbopack)2.730s (-0.7%)3.739s (+1.1%)1.009s91.00x
▲ VercelExpress2.732s (-5.0% 🟢)3.592s (-5.7% 🟢)0.860s91.00x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.244s (-2.6%)3.170s (-2.0%)0.926s101.00x
💻 LocalExpress2.283s (-1.8%)3.221s (-1.9%)0.938s101.02x
💻 LocalNext.js (Turbopack)2.288s (+13.0% 🔺)3.235s (+27.7% 🔺)0.947s101.02x
🌐 StarterNext.js (Turbopack)2.483s (~)3.008s (~)0.526s101.11x
🐘 PostgresNext.js (Turbopack)2.486s (-1.3%)3.018s (~)0.532s101.11x
🌐 RedisNext.js (Turbopack)2.492s (+0.6%)3.012s (~)0.519s101.11x
🐘 PostgresNitro2.966s (+9.5% 🔺)3.125s (+3.8%)0.159s101.32x
🐘 PostgresExpress2.969s (+8.4% 🔺)3.218s (+6.6% 🔺)0.249s101.32x
🌐 MongoDBNext.js (Turbopack)4.720s (+1.0%)5.182s (~)0.462s62.10x
🌐 TursoNext.js (Turbopack)4.741s (-1.0%)5.360s (+2.7%)0.619s62.11x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.062s (-0.8%)3.773s (-1.3%)0.711s81.00x
▲ VercelNext.js (Turbopack)3.143s (-32.9% 🟢)3.760s (-30.3% 🟢)0.617s81.03x
▲ VercelExpress3.180s (~)3.676s (-7.8% 🟢)0.496s91.04x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)0.128s (-3.8%)1.006s (~)0.000s (NaN%)1.012s (~)0.883s101.00x
💻 LocalNext.js (Turbopack)0.139s (+36.6% 🔺)1.003s (~)0.016s (+11.0% 🔺)1.027s (~)0.888s101.08x
🌐 RedisNext.js (Turbopack)0.163s (+8.4% 🔺)1.005s (~)0.000s (+Infinity% 🔺)1.015s (~)0.852s101.27x
💻 LocalNitro0.174s (~)0.992s (~)0.016s (-3.1%)1.021s (~)0.847s101.35x
💻 LocalExpress0.182s (+2.9%)0.992s (~)0.016s (-6.0% 🟢)1.022s (~)0.840s101.42x
🌐 TursoNext.js (Turbopack)0.455s (-6.7% 🟢)1.002s (+3.7%)0.000s (~)1.016s (~)0.562s103.54x
🌐 MongoDBNext.js (Turbopack)0.472s (-1.0%)0.979s (+0.6%)0.000s (-100.0% 🟢)1.013s (~)0.541s103.67x
🐘 PostgresNext.js (Turbopack)0.647s (-40.8% 🟢)0.944s (-41.7% 🟢)0.000s (-98.0% 🟢)1.016s (-41.0% 🟢)0.369s105.04x
🐘 PostgresExpress2.361s (+6.2% 🔺)2.682s (-4.9%)0.000s (+Infinity% 🔺)3.013s (~)0.653s1018.38x
🐘 PostgresNitro2.388s (+7.2% 🔺)2.657s (-5.6% 🟢)0.000s (-50.0% 🟢)3.014s (~)0.626s1018.60x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.823s (+2.1%)3.328s (+0.7%)0.469s (-7.4% 🟢)4.236s (~)1.413s101.00x
▲ VercelExpress2.911s (+8.6% 🔺)3.256s (+3.0%)0.519s (+13.1% 🔺)4.215s (+3.6%)1.304s101.03x
▲ VercelNitro3.192s (+17.1% 🔺)3.600s (+8.5% 🔺)0.521s (+64.7% 🔺)4.548s (+8.3% 🔺)1.356s101.13x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)6/8
🐘 PostgresNext.js (Turbopack)7/8
▲ VercelNitro4/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local8/8
Next.js (Turbopack)🌐 Starter5/8
Nitro💻 Local8/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions

github-actionsBot commented Jan 18, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production424038462
✅ 💻 Local Development388032420
✅ 📦 Local Production388032420
✅ 🐘 Local Postgres388032420
✅ 🪟 Windows420042
❌ 🌍 Community Worlds159210180
Total1789211341944

❌ Failed Tests

🌍 Community Worlds (21 failed)

mongodb (1 failed):

  • webhookWorkflow

redis (1 failed):

  • webhookWorkflow

starter (18 failed):

  • addTenWorkflow
  • addTenWorkflow
  • 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 catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()

turso (1 failed):

  • webhookWorkflow

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro3804
✅ example3804
✅ express3804
✅ fastify3804
✅ hono3804
✅ nextjs-turbopack4101
✅ nextjs-webpack4101
✅ nitro3804
✅ nuxt3804
✅ sveltekit3804
✅ vite3804
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable3804
✅ express-stable3804
✅ fastify-stable3804
✅ hono-stable3804
✅ nextjs-turbopack-stable4200
✅ nextjs-webpack-stable4200
✅ nitro-stable3804
✅ nuxt-stable3804
✅ sveltekit-stable3804
✅ vite-stable3804
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable3804
✅ express-stable3804
✅ fastify-stable3804
✅ hono-stable3804
✅ nextjs-turbopack-stable4200
✅ nextjs-webpack-stable4200
✅ nitro-stable3804
✅ nuxt-stable3804
✅ sveltekit-stable3804
✅ vite-stable3804
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable3804
✅ express-stable3804
✅ fastify-stable3804
✅ hono-stable3804
✅ nextjs-turbopack-stable4200
✅ nextjs-webpack-stable4200
✅ nitro-stable3804
✅ nuxt-stable3804
✅ sveltekit-stable3804
✅ vite-stable3804
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4200
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb4110
✅ redis-dev300
❌ redis4110
✅ starter-dev300
❌ starter24180
✅ turso-dev300
❌ turso4110

📋 View full workflow run

Comment threadpackages/web/src/components/run-detail-view.tsx Outdated

@karthikscale3karthikscale3 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.

Looks good to me overall. Couple of minor comments which can be ITGd later too:

  • the Run ID on each event feels redundant as it's indicated at the top of the page.
  • It'd be kinda nice to click on the Correlation ID that jumps to the trace tab and auto selects the corresponding span. But, we may need to persist span selected state in the url(using nuqs) before we can make this work.

@VaguelySerious

Copy link
Copy Markdown
MemberAuthor

@karthikscale3

the Run ID on each event feels redundant as it's indicated at the top of the page

I included it in the details because it feels strange to intentionally omit data in a detail list, even if slightly redundant

It'd be kinda nice to click on the Correlation ID that jumps to the trace tab and auto selects the corresponding span

100%, and similar with clicking e.g. stream IDs in the sidebar panel. We'll have to be careful so that web-shared doesn't interfere with any routing of the parent app, but maybe we could modify some known set of query params, or do this through an exported Context

@VaguelySerious
VaguelySerious merged commit d30e5c0 into mainJan 19, 2026
89 checks passed
@VaguelySerious
VaguelySerious deleted the peter/web-event-list branch January 19, 2026 08:52
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.

2 participants

@VaguelySerious@karthikscale3
, '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" + ' [web] Add view to display a list of all events by VaguelySerious · Pull Request #806 · vercel/workflow · GitHub
Skip to content

[web] Add view to display a list of all events - #806

Merged
VaguelySerious merged 21 commits into
mainfrom
peter/web-event-list
Jan 19, 2026
Merged

[web] Add view to display a list of all events#806
VaguelySerious merged 21 commits into
mainfrom
peter/web-event-list

Conversation

@VaguelySerious

@VaguelySeriousVaguelySerious commented Jan 18, 2026

Copy link
Copy Markdown
Member

This adds a new tab view which lists all events. Clicking on an event will load the full details for it.

This will also help debug the v2 event-sourcing implementation, as it's useful to have a full, sorted view of the events. Currently, there are no run events (only step/hook/wait), but they should show up in v2.

Screenshot 2026-01-18 at 2 23 03 PM

VaguelySeriousand others added 16 commits January 18, 2026 11:59
…iewer sidebar
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
@changeset-bot

changeset-botBot commented Jan 18, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: e4523ec

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

This PR includes changesets to release 7 packages
NameType
@workflow/web-sharedPatch
@workflow/webPatch
@workflow/cliPatch
workflowPatch
@workflow/world-testingPatch
@workflow/aiPatch
@workflow/docs-typecheckPatch

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 Jan 18, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentReviewUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJan 19, 2026 8:45am
example-nextjs-workflow-webpackReadyReadyPreview, CommentJan 19, 2026 8:45am
example-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-astro-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-express-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-fastify-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-hono-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-nitro-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-nuxt-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-sveltekit-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-vite-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
1 Skipped Deployment
ProjectDeploymentReviewUpdated (UTC)
workflow-docsSkippedSkippedJan 19, 2026 8:45am

@github-actions

github-actionsBot commented Jan 18, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

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

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.038s (+18.1% 🔺)1.014s (~)0.976s101.00x
🌐 StarterNext.js (Turbopack)0.040s (+3.6%)1.014s (~)0.974s101.04x
💻 LocalNitro0.045s (-30.3% 🟢)1.006s (~)0.961s101.17x
💻 LocalExpress0.045s (~)1.007s (~)0.962s101.18x
🌐 RedisNext.js (Turbopack)0.046s (+9.0% 🔺)1.020s (~)0.974s101.19x
🌐 MongoDBNext.js (Turbopack)0.050s (-11.7% 🟢)1.015s (~)0.966s101.29x
🌐 TursoNext.js (Turbopack)0.111s (+37.3% 🔺)1.015s (~)0.904s102.88x
🐘 PostgresNext.js (Turbopack)0.182s (~)1.023s (~)0.842s104.72x
🐘 PostgresNitro0.268s (-12.3% 🟢)1.013s (~)0.745s106.96x
🐘 PostgresExpress0.335s (+37.8% 🔺)1.013s (~)0.678s108.70x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.578s (-3.2%)1.521s (-3.9%)0.943s101.00x
▲ VercelNext.js (Turbopack)0.588s (-44.1% 🟢)1.676s (-9.0% 🟢)1.089s101.02x
▲ VercelExpress0.738s (-9.0% 🟢)1.769s (-4.6%)1.031s101.28x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.092s (+0.9%)2.009s (~)0.917s101.00x
💻 LocalNext.js (Turbopack)1.097s (+1.3%)2.011s (~)0.914s101.00x
💻 LocalNitro1.112s (~)2.006s (~)0.894s101.02x
💻 LocalExpress1.114s (~)2.007s (~)0.893s101.02x
🌐 RedisNext.js (Turbopack)1.118s (+1.1%)2.014s (~)0.895s101.02x
🌐 TursoNext.js (Turbopack)1.300s (+0.6%)2.013s (~)0.713s101.19x
🌐 MongoDBNext.js (Turbopack)1.305s (~)2.014s (~)0.709s101.20x
🐘 PostgresNext.js (Turbopack)1.796s (-6.4% 🟢)2.114s (~)0.318s101.64x
🐘 PostgresNitro2.124s (-13.9% 🟢)3.015s (~)0.891s101.94x
🐘 PostgresExpress2.180s (-2.1%)3.015s (~)0.835s102.00x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.736s (-8.6% 🟢)3.770s (~)1.035s101.00x
▲ VercelExpress2.768s (-9.9% 🟢)3.660s (-6.4% 🟢)0.892s101.01x
▲ VercelNitro2.887s (-4.4%)3.676s (-6.2% 🟢)0.789s101.06x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)10.593s (~)11.010s (~)0.416s51.00x
💻 LocalNext.js (Turbopack)10.660s (+1.2%)11.018s (~)0.358s51.01x
🌐 RedisNext.js (Turbopack)10.706s (~)11.017s (~)0.311s51.01x
💻 LocalNitro10.786s (~)11.011s (~)0.225s51.02x
💻 LocalExpress10.803s (~)11.011s (~)0.208s51.02x
🌐 TursoNext.js (Turbopack)12.180s (~)13.026s (~)0.846s51.15x
🌐 MongoDBNext.js (Turbopack)12.248s (~)13.028s (~)0.780s51.16x
🐘 PostgresNext.js (Turbopack)14.909s (-2.1%)15.436s (-3.8%)0.527s51.41x
🐘 PostgresExpress20.421s (~)21.030s (~)0.609s51.93x
🐘 PostgresNitro20.528s (+0.8%)21.028s (~)0.501s51.94x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro22.475s (+2.5%)23.308s (+1.9%)0.833s51.00x
▲ VercelExpress22.517s (+3.3%)23.224s (+2.7%)0.706s51.00x
▲ VercelNext.js (Turbopack)23.128s (+3.4%)23.577s (+1.0%)0.449s51.03x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.354s (~)2.008s (~)0.654s151.00x
🌐 RedisNext.js (Turbopack)1.373s (+0.7%)2.011s (~)0.639s151.01x
💻 LocalNext.js (Turbopack)1.393s (+3.8%)2.013s (~)0.620s151.03x
💻 LocalNitro1.408s (~)2.005s (~)0.597s151.04x
💻 LocalExpress1.419s (+0.8%)2.006s (~)0.587s151.05x
🐘 PostgresNext.js (Turbopack)1.825s (+3.3%)2.017s (~)0.192s151.35x
🌐 MongoDBNext.js (Turbopack)2.131s (-1.0%)3.014s (~)0.883s101.57x
🌐 TursoNext.js (Turbopack)2.198s (-2.2%)3.013s (~)0.815s101.62x
🐘 PostgresExpress2.453s (+6.1% 🔺)3.012s (~)0.559s101.81x
🐘 PostgresNitro2.489s (+5.7% 🔺)3.012s (~)0.523s101.84x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.732s (-10.3% 🟢)3.650s (-6.8% 🟢)0.918s91.00x
▲ VercelNitro2.859s (+1.0%)3.815s (+2.3%)0.956s81.05x
▲ VercelNext.js (Turbopack)2.925s (-8.7% 🟢)3.887s (~)0.963s81.07x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.220s (~)3.158s (~)0.938s101.00x
💻 LocalNext.js (Turbopack)2.232s (+10.7% 🔺)3.168s (+20.9% 🔺)0.936s101.01x
💻 LocalExpress2.250s (~)3.212s (+1.0%)0.962s101.01x
🌐 StarterNext.js (Turbopack)2.458s (~)3.009s (~)0.551s101.11x
🌐 RedisNext.js (Turbopack)2.514s (+1.0%)3.014s (~)0.499s101.13x
🐘 PostgresNext.js (Turbopack)2.611s (+2.2%)3.017s (~)0.406s101.18x
🐘 PostgresExpress2.835s (-10.8% 🟢)3.014s (-22.7% 🟢)0.179s101.28x
🐘 PostgresNitro2.921s (-2.1%)3.112s (-10.3% 🟢)0.191s101.32x
🌐 MongoDBNext.js (Turbopack)4.728s (-1.1%)5.181s (~)0.453s62.13x
🌐 TursoNext.js (Turbopack)4.779s (-0.5%)5.186s (~)0.407s62.15x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.289s (-27.9% 🟢)3.890s (-27.1% 🟢)0.600s81.00x
▲ VercelExpress3.374s (-27.9% 🟢)4.118s (-23.3% 🟢)0.744s81.03x
▲ VercelNitro3.556s (-27.0% 🟢)4.139s (-27.1% 🟢)0.583s81.08x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.362s (-0.5%)2.008s (~)0.646s151.00x
🌐 RedisNext.js (Turbopack)1.403s (+3.3%)2.012s (~)0.609s151.03x
💻 LocalNext.js (Turbopack)1.407s (+5.1% 🔺)2.014s (~)0.606s151.03x
💻 LocalNitro1.407s (-1.2%)2.005s (~)0.598s151.03x
💻 LocalExpress1.431s (-0.9%)2.006s (~)0.575s151.05x
🐘 PostgresExpress1.634s (-11.6% 🟢)2.010s (~)0.376s151.20x
🐘 PostgresNext.js (Turbopack)1.684s (-9.5% 🟢)2.012s (~)0.328s151.24x
🌐 MongoDBNext.js (Turbopack)2.158s (+1.4%)3.012s (~)0.853s101.58x
🌐 TursoNext.js (Turbopack)2.271s (~)3.040s (~)0.769s101.67x
🐘 PostgresNitro2.349s (+20.1% 🔺)3.015s (+50.0% 🔺)0.666s101.73x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.723s (-4.5%)3.628s (-2.4%)0.905s91.00x
▲ VercelNext.js (Turbopack)2.730s (-0.7%)3.739s (+1.1%)1.009s91.00x
▲ VercelExpress2.732s (-5.0% 🟢)3.592s (-5.7% 🟢)0.860s91.00x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.244s (-2.6%)3.170s (-2.0%)0.926s101.00x
💻 LocalExpress2.283s (-1.8%)3.221s (-1.9%)0.938s101.02x
💻 LocalNext.js (Turbopack)2.288s (+13.0% 🔺)3.235s (+27.7% 🔺)0.947s101.02x
🌐 StarterNext.js (Turbopack)2.483s (~)3.008s (~)0.526s101.11x
🐘 PostgresNext.js (Turbopack)2.486s (-1.3%)3.018s (~)0.532s101.11x
🌐 RedisNext.js (Turbopack)2.492s (+0.6%)3.012s (~)0.519s101.11x
🐘 PostgresNitro2.966s (+9.5% 🔺)3.125s (+3.8%)0.159s101.32x
🐘 PostgresExpress2.969s (+8.4% 🔺)3.218s (+6.6% 🔺)0.249s101.32x
🌐 MongoDBNext.js (Turbopack)4.720s (+1.0%)5.182s (~)0.462s62.10x
🌐 TursoNext.js (Turbopack)4.741s (-1.0%)5.360s (+2.7%)0.619s62.11x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.062s (-0.8%)3.773s (-1.3%)0.711s81.00x
▲ VercelNext.js (Turbopack)3.143s (-32.9% 🟢)3.760s (-30.3% 🟢)0.617s81.03x
▲ VercelExpress3.180s (~)3.676s (-7.8% 🟢)0.496s91.04x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)0.128s (-3.8%)1.006s (~)0.000s (NaN%)1.012s (~)0.883s101.00x
💻 LocalNext.js (Turbopack)0.139s (+36.6% 🔺)1.003s (~)0.016s (+11.0% 🔺)1.027s (~)0.888s101.08x
🌐 RedisNext.js (Turbopack)0.163s (+8.4% 🔺)1.005s (~)0.000s (+Infinity% 🔺)1.015s (~)0.852s101.27x
💻 LocalNitro0.174s (~)0.992s (~)0.016s (-3.1%)1.021s (~)0.847s101.35x
💻 LocalExpress0.182s (+2.9%)0.992s (~)0.016s (-6.0% 🟢)1.022s (~)0.840s101.42x
🌐 TursoNext.js (Turbopack)0.455s (-6.7% 🟢)1.002s (+3.7%)0.000s (~)1.016s (~)0.562s103.54x
🌐 MongoDBNext.js (Turbopack)0.472s (-1.0%)0.979s (+0.6%)0.000s (-100.0% 🟢)1.013s (~)0.541s103.67x
🐘 PostgresNext.js (Turbopack)0.647s (-40.8% 🟢)0.944s (-41.7% 🟢)0.000s (-98.0% 🟢)1.016s (-41.0% 🟢)0.369s105.04x
🐘 PostgresExpress2.361s (+6.2% 🔺)2.682s (-4.9%)0.000s (+Infinity% 🔺)3.013s (~)0.653s1018.38x
🐘 PostgresNitro2.388s (+7.2% 🔺)2.657s (-5.6% 🟢)0.000s (-50.0% 🟢)3.014s (~)0.626s1018.60x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.823s (+2.1%)3.328s (+0.7%)0.469s (-7.4% 🟢)4.236s (~)1.413s101.00x
▲ VercelExpress2.911s (+8.6% 🔺)3.256s (+3.0%)0.519s (+13.1% 🔺)4.215s (+3.6%)1.304s101.03x
▲ VercelNitro3.192s (+17.1% 🔺)3.600s (+8.5% 🔺)0.521s (+64.7% 🔺)4.548s (+8.3% 🔺)1.356s101.13x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)6/8
🐘 PostgresNext.js (Turbopack)7/8
▲ VercelNitro4/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local8/8
Next.js (Turbopack)🌐 Starter5/8
Nitro💻 Local8/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions

github-actionsBot commented Jan 18, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production424038462
✅ 💻 Local Development388032420
✅ 📦 Local Production388032420
✅ 🐘 Local Postgres388032420
✅ 🪟 Windows420042
❌ 🌍 Community Worlds159210180
Total1789211341944

❌ Failed Tests

🌍 Community Worlds (21 failed)

mongodb (1 failed):

  • webhookWorkflow

redis (1 failed):

  • webhookWorkflow

starter (18 failed):

  • addTenWorkflow
  • addTenWorkflow
  • 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 catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()

turso (1 failed):

  • webhookWorkflow

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro3804
✅ example3804
✅ express3804
✅ fastify3804
✅ hono3804
✅ nextjs-turbopack4101
✅ nextjs-webpack4101
✅ nitro3804
✅ nuxt3804
✅ sveltekit3804
✅ vite3804
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable3804
✅ express-stable3804
✅ fastify-stable3804
✅ hono-stable3804
✅ nextjs-turbopack-stable4200
✅ nextjs-webpack-stable4200
✅ nitro-stable3804
✅ nuxt-stable3804
✅ sveltekit-stable3804
✅ vite-stable3804
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable3804
✅ express-stable3804
✅ fastify-stable3804
✅ hono-stable3804
✅ nextjs-turbopack-stable4200
✅ nextjs-webpack-stable4200
✅ nitro-stable3804
✅ nuxt-stable3804
✅ sveltekit-stable3804
✅ vite-stable3804
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable3804
✅ express-stable3804
✅ fastify-stable3804
✅ hono-stable3804
✅ nextjs-turbopack-stable4200
✅ nextjs-webpack-stable4200
✅ nitro-stable3804
✅ nuxt-stable3804
✅ sveltekit-stable3804
✅ vite-stable3804
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4200
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb4110
✅ redis-dev300
❌ redis4110
✅ starter-dev300
❌ starter24180
✅ turso-dev300
❌ turso4110

📋 View full workflow run

Comment threadpackages/web/src/components/run-detail-view.tsx Outdated

@karthikscale3karthikscale3 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.

Looks good to me overall. Couple of minor comments which can be ITGd later too:

  • the Run ID on each event feels redundant as it's indicated at the top of the page.
  • It'd be kinda nice to click on the Correlation ID that jumps to the trace tab and auto selects the corresponding span. But, we may need to persist span selected state in the url(using nuqs) before we can make this work.

@VaguelySerious

Copy link
Copy Markdown
MemberAuthor

@karthikscale3

the Run ID on each event feels redundant as it's indicated at the top of the page

I included it in the details because it feels strange to intentionally omit data in a detail list, even if slightly redundant

It'd be kinda nice to click on the Correlation ID that jumps to the trace tab and auto selects the corresponding span

100%, and similar with clicking e.g. stream IDs in the sidebar panel. We'll have to be careful so that web-shared doesn't interfere with any routing of the parent app, but maybe we could modify some known set of query params, or do this through an exported Context

@VaguelySerious
VaguelySerious merged commit d30e5c0 into mainJan 19, 2026
89 checks passed
@VaguelySerious
VaguelySerious deleted the peter/web-event-list branch January 19, 2026 08:52
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.

2 participants

@VaguelySerious@karthikscale3
, '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('^' + ".*" + ' [web] Add view to display a list of all events by VaguelySerious · Pull Request #806 · vercel/workflow · GitHub
Skip to content

[web] Add view to display a list of all events - #806

Merged
VaguelySerious merged 21 commits into
mainfrom
peter/web-event-list
Jan 19, 2026
Merged

[web] Add view to display a list of all events#806
VaguelySerious merged 21 commits into
mainfrom
peter/web-event-list

Conversation

@VaguelySerious

@VaguelySeriousVaguelySerious commented Jan 18, 2026

Copy link
Copy Markdown
Member

This adds a new tab view which lists all events. Clicking on an event will load the full details for it.

This will also help debug the v2 event-sourcing implementation, as it's useful to have a full, sorted view of the events. Currently, there are no run events (only step/hook/wait), but they should show up in v2.

Screenshot 2026-01-18 at 2 23 03 PM

VaguelySeriousand others added 16 commits January 18, 2026 11:59
…iewer sidebar
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
@changeset-bot

changeset-botBot commented Jan 18, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: e4523ec

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

This PR includes changesets to release 7 packages
NameType
@workflow/web-sharedPatch
@workflow/webPatch
@workflow/cliPatch
workflowPatch
@workflow/world-testingPatch
@workflow/aiPatch
@workflow/docs-typecheckPatch

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 Jan 18, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentReviewUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJan 19, 2026 8:45am
example-nextjs-workflow-webpackReadyReadyPreview, CommentJan 19, 2026 8:45am
example-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-astro-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-express-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-fastify-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-hono-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-nitro-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-nuxt-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-sveltekit-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-vite-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
1 Skipped Deployment
ProjectDeploymentReviewUpdated (UTC)
workflow-docsSkippedSkippedJan 19, 2026 8:45am

@github-actions

github-actionsBot commented Jan 18, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

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

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.038s (+18.1% 🔺)1.014s (~)0.976s101.00x
🌐 StarterNext.js (Turbopack)0.040s (+3.6%)1.014s (~)0.974s101.04x
💻 LocalNitro0.045s (-30.3% 🟢)1.006s (~)0.961s101.17x
💻 LocalExpress0.045s (~)1.007s (~)0.962s101.18x
🌐 RedisNext.js (Turbopack)0.046s (+9.0% 🔺)1.020s (~)0.974s101.19x
🌐 MongoDBNext.js (Turbopack)0.050s (-11.7% 🟢)1.015s (~)0.966s101.29x
🌐 TursoNext.js (Turbopack)0.111s (+37.3% 🔺)1.015s (~)0.904s102.88x
🐘 PostgresNext.js (Turbopack)0.182s (~)1.023s (~)0.842s104.72x
🐘 PostgresNitro0.268s (-12.3% 🟢)1.013s (~)0.745s106.96x
🐘 PostgresExpress0.335s (+37.8% 🔺)1.013s (~)0.678s108.70x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.578s (-3.2%)1.521s (-3.9%)0.943s101.00x
▲ VercelNext.js (Turbopack)0.588s (-44.1% 🟢)1.676s (-9.0% 🟢)1.089s101.02x
▲ VercelExpress0.738s (-9.0% 🟢)1.769s (-4.6%)1.031s101.28x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.092s (+0.9%)2.009s (~)0.917s101.00x
💻 LocalNext.js (Turbopack)1.097s (+1.3%)2.011s (~)0.914s101.00x
💻 LocalNitro1.112s (~)2.006s (~)0.894s101.02x
💻 LocalExpress1.114s (~)2.007s (~)0.893s101.02x
🌐 RedisNext.js (Turbopack)1.118s (+1.1%)2.014s (~)0.895s101.02x
🌐 TursoNext.js (Turbopack)1.300s (+0.6%)2.013s (~)0.713s101.19x
🌐 MongoDBNext.js (Turbopack)1.305s (~)2.014s (~)0.709s101.20x
🐘 PostgresNext.js (Turbopack)1.796s (-6.4% 🟢)2.114s (~)0.318s101.64x
🐘 PostgresNitro2.124s (-13.9% 🟢)3.015s (~)0.891s101.94x
🐘 PostgresExpress2.180s (-2.1%)3.015s (~)0.835s102.00x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.736s (-8.6% 🟢)3.770s (~)1.035s101.00x
▲ VercelExpress2.768s (-9.9% 🟢)3.660s (-6.4% 🟢)0.892s101.01x
▲ VercelNitro2.887s (-4.4%)3.676s (-6.2% 🟢)0.789s101.06x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)10.593s (~)11.010s (~)0.416s51.00x
💻 LocalNext.js (Turbopack)10.660s (+1.2%)11.018s (~)0.358s51.01x
🌐 RedisNext.js (Turbopack)10.706s (~)11.017s (~)0.311s51.01x
💻 LocalNitro10.786s (~)11.011s (~)0.225s51.02x
💻 LocalExpress10.803s (~)11.011s (~)0.208s51.02x
🌐 TursoNext.js (Turbopack)12.180s (~)13.026s (~)0.846s51.15x
🌐 MongoDBNext.js (Turbopack)12.248s (~)13.028s (~)0.780s51.16x
🐘 PostgresNext.js (Turbopack)14.909s (-2.1%)15.436s (-3.8%)0.527s51.41x
🐘 PostgresExpress20.421s (~)21.030s (~)0.609s51.93x
🐘 PostgresNitro20.528s (+0.8%)21.028s (~)0.501s51.94x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro22.475s (+2.5%)23.308s (+1.9%)0.833s51.00x
▲ VercelExpress22.517s (+3.3%)23.224s (+2.7%)0.706s51.00x
▲ VercelNext.js (Turbopack)23.128s (+3.4%)23.577s (+1.0%)0.449s51.03x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.354s (~)2.008s (~)0.654s151.00x
🌐 RedisNext.js (Turbopack)1.373s (+0.7%)2.011s (~)0.639s151.01x
💻 LocalNext.js (Turbopack)1.393s (+3.8%)2.013s (~)0.620s151.03x
💻 LocalNitro1.408s (~)2.005s (~)0.597s151.04x
💻 LocalExpress1.419s (+0.8%)2.006s (~)0.587s151.05x
🐘 PostgresNext.js (Turbopack)1.825s (+3.3%)2.017s (~)0.192s151.35x
🌐 MongoDBNext.js (Turbopack)2.131s (-1.0%)3.014s (~)0.883s101.57x
🌐 TursoNext.js (Turbopack)2.198s (-2.2%)3.013s (~)0.815s101.62x
🐘 PostgresExpress2.453s (+6.1% 🔺)3.012s (~)0.559s101.81x
🐘 PostgresNitro2.489s (+5.7% 🔺)3.012s (~)0.523s101.84x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.732s (-10.3% 🟢)3.650s (-6.8% 🟢)0.918s91.00x
▲ VercelNitro2.859s (+1.0%)3.815s (+2.3%)0.956s81.05x
▲ VercelNext.js (Turbopack)2.925s (-8.7% 🟢)3.887s (~)0.963s81.07x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.220s (~)3.158s (~)0.938s101.00x
💻 LocalNext.js (Turbopack)2.232s (+10.7% 🔺)3.168s (+20.9% 🔺)0.936s101.01x
💻 LocalExpress2.250s (~)3.212s (+1.0%)0.962s101.01x
🌐 StarterNext.js (Turbopack)2.458s (~)3.009s (~)0.551s101.11x
🌐 RedisNext.js (Turbopack)2.514s (+1.0%)3.014s (~)0.499s101.13x
🐘 PostgresNext.js (Turbopack)2.611s (+2.2%)3.017s (~)0.406s101.18x
🐘 PostgresExpress2.835s (-10.8% 🟢)3.014s (-22.7% 🟢)0.179s101.28x
🐘 PostgresNitro2.921s (-2.1%)3.112s (-10.3% 🟢)0.191s101.32x
🌐 MongoDBNext.js (Turbopack)4.728s (-1.1%)5.181s (~)0.453s62.13x
🌐 TursoNext.js (Turbopack)4.779s (-0.5%)5.186s (~)0.407s62.15x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.289s (-27.9% 🟢)3.890s (-27.1% 🟢)0.600s81.00x
▲ VercelExpress3.374s (-27.9% 🟢)4.118s (-23.3% 🟢)0.744s81.03x
▲ VercelNitro3.556s (-27.0% 🟢)4.139s (-27.1% 🟢)0.583s81.08x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.362s (-0.5%)2.008s (~)0.646s151.00x
🌐 RedisNext.js (Turbopack)1.403s (+3.3%)2.012s (~)0.609s151.03x
💻 LocalNext.js (Turbopack)1.407s (+5.1% 🔺)2.014s (~)0.606s151.03x
💻 LocalNitro1.407s (-1.2%)2.005s (~)0.598s151.03x
💻 LocalExpress1.431s (-0.9%)2.006s (~)0.575s151.05x
🐘 PostgresExpress1.634s (-11.6% 🟢)2.010s (~)0.376s151.20x
🐘 PostgresNext.js (Turbopack)1.684s (-9.5% 🟢)2.012s (~)0.328s151.24x
🌐 MongoDBNext.js (Turbopack)2.158s (+1.4%)3.012s (~)0.853s101.58x
🌐 TursoNext.js (Turbopack)2.271s (~)3.040s (~)0.769s101.67x
🐘 PostgresNitro2.349s (+20.1% 🔺)3.015s (+50.0% 🔺)0.666s101.73x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.723s (-4.5%)3.628s (-2.4%)0.905s91.00x
▲ VercelNext.js (Turbopack)2.730s (-0.7%)3.739s (+1.1%)1.009s91.00x
▲ VercelExpress2.732s (-5.0% 🟢)3.592s (-5.7% 🟢)0.860s91.00x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.244s (-2.6%)3.170s (-2.0%)0.926s101.00x
💻 LocalExpress2.283s (-1.8%)3.221s (-1.9%)0.938s101.02x
💻 LocalNext.js (Turbopack)2.288s (+13.0% 🔺)3.235s (+27.7% 🔺)0.947s101.02x
🌐 StarterNext.js (Turbopack)2.483s (~)3.008s (~)0.526s101.11x
🐘 PostgresNext.js (Turbopack)2.486s (-1.3%)3.018s (~)0.532s101.11x
🌐 RedisNext.js (Turbopack)2.492s (+0.6%)3.012s (~)0.519s101.11x
🐘 PostgresNitro2.966s (+9.5% 🔺)3.125s (+3.8%)0.159s101.32x
🐘 PostgresExpress2.969s (+8.4% 🔺)3.218s (+6.6% 🔺)0.249s101.32x
🌐 MongoDBNext.js (Turbopack)4.720s (+1.0%)5.182s (~)0.462s62.10x
🌐 TursoNext.js (Turbopack)4.741s (-1.0%)5.360s (+2.7%)0.619s62.11x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.062s (-0.8%)3.773s (-1.3%)0.711s81.00x
▲ VercelNext.js (Turbopack)3.143s (-32.9% 🟢)3.760s (-30.3% 🟢)0.617s81.03x
▲ VercelExpress3.180s (~)3.676s (-7.8% 🟢)0.496s91.04x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)0.128s (-3.8%)1.006s (~)0.000s (NaN%)1.012s (~)0.883s101.00x
💻 LocalNext.js (Turbopack)0.139s (+36.6% 🔺)1.003s (~)0.016s (+11.0% 🔺)1.027s (~)0.888s101.08x
🌐 RedisNext.js (Turbopack)0.163s (+8.4% 🔺)1.005s (~)0.000s (+Infinity% 🔺)1.015s (~)0.852s101.27x
💻 LocalNitro0.174s (~)0.992s (~)0.016s (-3.1%)1.021s (~)0.847s101.35x
💻 LocalExpress0.182s (+2.9%)0.992s (~)0.016s (-6.0% 🟢)1.022s (~)0.840s101.42x
🌐 TursoNext.js (Turbopack)0.455s (-6.7% 🟢)1.002s (+3.7%)0.000s (~)1.016s (~)0.562s103.54x
🌐 MongoDBNext.js (Turbopack)0.472s (-1.0%)0.979s (+0.6%)0.000s (-100.0% 🟢)1.013s (~)0.541s103.67x
🐘 PostgresNext.js (Turbopack)0.647s (-40.8% 🟢)0.944s (-41.7% 🟢)0.000s (-98.0% 🟢)1.016s (-41.0% 🟢)0.369s105.04x
🐘 PostgresExpress2.361s (+6.2% 🔺)2.682s (-4.9%)0.000s (+Infinity% 🔺)3.013s (~)0.653s1018.38x
🐘 PostgresNitro2.388s (+7.2% 🔺)2.657s (-5.6% 🟢)0.000s (-50.0% 🟢)3.014s (~)0.626s1018.60x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.823s (+2.1%)3.328s (+0.7%)0.469s (-7.4% 🟢)4.236s (~)1.413s101.00x
▲ VercelExpress2.911s (+8.6% 🔺)3.256s (+3.0%)0.519s (+13.1% 🔺)4.215s (+3.6%)1.304s101.03x
▲ VercelNitro3.192s (+17.1% 🔺)3.600s (+8.5% 🔺)0.521s (+64.7% 🔺)4.548s (+8.3% 🔺)1.356s101.13x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)6/8
🐘 PostgresNext.js (Turbopack)7/8
▲ VercelNitro4/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local8/8
Next.js (Turbopack)🌐 Starter5/8
Nitro💻 Local8/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions

github-actionsBot commented Jan 18, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production424038462
✅ 💻 Local Development388032420
✅ 📦 Local Production388032420
✅ 🐘 Local Postgres388032420
✅ 🪟 Windows420042
❌ 🌍 Community Worlds159210180
Total1789211341944

❌ Failed Tests

🌍 Community Worlds (21 failed)

mongodb (1 failed):

  • webhookWorkflow

redis (1 failed):

  • webhookWorkflow

starter (18 failed):

  • addTenWorkflow
  • addTenWorkflow
  • 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 catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()

turso (1 failed):

  • webhookWorkflow

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro3804
✅ example3804
✅ express3804
✅ fastify3804
✅ hono3804
✅ nextjs-turbopack4101
✅ nextjs-webpack4101
✅ nitro3804
✅ nuxt3804
✅ sveltekit3804
✅ vite3804
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable3804
✅ express-stable3804
✅ fastify-stable3804
✅ hono-stable3804
✅ nextjs-turbopack-stable4200
✅ nextjs-webpack-stable4200
✅ nitro-stable3804
✅ nuxt-stable3804
✅ sveltekit-stable3804
✅ vite-stable3804
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable3804
✅ express-stable3804
✅ fastify-stable3804
✅ hono-stable3804
✅ nextjs-turbopack-stable4200
✅ nextjs-webpack-stable4200
✅ nitro-stable3804
✅ nuxt-stable3804
✅ sveltekit-stable3804
✅ vite-stable3804
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable3804
✅ express-stable3804
✅ fastify-stable3804
✅ hono-stable3804
✅ nextjs-turbopack-stable4200
✅ nextjs-webpack-stable4200
✅ nitro-stable3804
✅ nuxt-stable3804
✅ sveltekit-stable3804
✅ vite-stable3804
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4200
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb4110
✅ redis-dev300
❌ redis4110
✅ starter-dev300
❌ starter24180
✅ turso-dev300
❌ turso4110

📋 View full workflow run

Comment threadpackages/web/src/components/run-detail-view.tsx Outdated

@karthikscale3karthikscale3 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.

Looks good to me overall. Couple of minor comments which can be ITGd later too:

  • the Run ID on each event feels redundant as it's indicated at the top of the page.
  • It'd be kinda nice to click on the Correlation ID that jumps to the trace tab and auto selects the corresponding span. But, we may need to persist span selected state in the url(using nuqs) before we can make this work.

@VaguelySerious

Copy link
Copy Markdown
MemberAuthor

@karthikscale3

the Run ID on each event feels redundant as it's indicated at the top of the page

I included it in the details because it feels strange to intentionally omit data in a detail list, even if slightly redundant

It'd be kinda nice to click on the Correlation ID that jumps to the trace tab and auto selects the corresponding span

100%, and similar with clicking e.g. stream IDs in the sidebar panel. We'll have to be careful so that web-shared doesn't interfere with any routing of the parent app, but maybe we could modify some known set of query params, or do this through an exported Context

@VaguelySerious
VaguelySerious merged commit d30e5c0 into mainJan 19, 2026
89 checks passed
@VaguelySerious
VaguelySerious deleted the peter/web-event-list branch January 19, 2026 08:52
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.

2 participants

@VaguelySerious@karthikscale3
, '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('^' + ".*" + ' [web] Add view to display a list of all events by VaguelySerious · Pull Request #806 · vercel/workflow · GitHub
Skip to content

[web] Add view to display a list of all events - #806

Merged
VaguelySerious merged 21 commits into
mainfrom
peter/web-event-list
Jan 19, 2026
Merged

[web] Add view to display a list of all events#806
VaguelySerious merged 21 commits into
mainfrom
peter/web-event-list

Conversation

@VaguelySerious

@VaguelySeriousVaguelySerious commented Jan 18, 2026

Copy link
Copy Markdown
Member

This adds a new tab view which lists all events. Clicking on an event will load the full details for it.

This will also help debug the v2 event-sourcing implementation, as it's useful to have a full, sorted view of the events. Currently, there are no run events (only step/hook/wait), but they should show up in v2.

Screenshot 2026-01-18 at 2 23 03 PM

VaguelySeriousand others added 16 commits January 18, 2026 11:59
…iewer sidebar
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
@changeset-bot

changeset-botBot commented Jan 18, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: e4523ec

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

This PR includes changesets to release 7 packages
NameType
@workflow/web-sharedPatch
@workflow/webPatch
@workflow/cliPatch
workflowPatch
@workflow/world-testingPatch
@workflow/aiPatch
@workflow/docs-typecheckPatch

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 Jan 18, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentReviewUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJan 19, 2026 8:45am
example-nextjs-workflow-webpackReadyReadyPreview, CommentJan 19, 2026 8:45am
example-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-astro-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-express-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-fastify-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-hono-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-nitro-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-nuxt-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-sveltekit-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-vite-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
1 Skipped Deployment
ProjectDeploymentReviewUpdated (UTC)
workflow-docsSkippedSkippedJan 19, 2026 8:45am

@github-actions

github-actionsBot commented Jan 18, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

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

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.038s (+18.1% 🔺)1.014s (~)0.976s101.00x
🌐 StarterNext.js (Turbopack)0.040s (+3.6%)1.014s (~)0.974s101.04x
💻 LocalNitro0.045s (-30.3% 🟢)1.006s (~)0.961s101.17x
💻 LocalExpress0.045s (~)1.007s (~)0.962s101.18x
🌐 RedisNext.js (Turbopack)0.046s (+9.0% 🔺)1.020s (~)0.974s101.19x
🌐 MongoDBNext.js (Turbopack)0.050s (-11.7% 🟢)1.015s (~)0.966s101.29x
🌐 TursoNext.js (Turbopack)0.111s (+37.3% 🔺)1.015s (~)0.904s102.88x
🐘 PostgresNext.js (Turbopack)0.182s (~)1.023s (~)0.842s104.72x
🐘 PostgresNitro0.268s (-12.3% 🟢)1.013s (~)0.745s106.96x
🐘 PostgresExpress0.335s (+37.8% 🔺)1.013s (~)0.678s108.70x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.578s (-3.2%)1.521s (-3.9%)0.943s101.00x
▲ VercelNext.js (Turbopack)0.588s (-44.1% 🟢)1.676s (-9.0% 🟢)1.089s101.02x
▲ VercelExpress0.738s (-9.0% 🟢)1.769s (-4.6%)1.031s101.28x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.092s (+0.9%)2.009s (~)0.917s101.00x
💻 LocalNext.js (Turbopack)1.097s (+1.3%)2.011s (~)0.914s101.00x
💻 LocalNitro1.112s (~)2.006s (~)0.894s101.02x
💻 LocalExpress1.114s (~)2.007s (~)0.893s101.02x
🌐 RedisNext.js (Turbopack)1.118s (+1.1%)2.014s (~)0.895s101.02x
🌐 TursoNext.js (Turbopack)1.300s (+0.6%)2.013s (~)0.713s101.19x
🌐 MongoDBNext.js (Turbopack)1.305s (~)2.014s (~)0.709s101.20x
🐘 PostgresNext.js (Turbopack)1.796s (-6.4% 🟢)2.114s (~)0.318s101.64x
🐘 PostgresNitro2.124s (-13.9% 🟢)3.015s (~)0.891s101.94x
🐘 PostgresExpress2.180s (-2.1%)3.015s (~)0.835s102.00x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.736s (-8.6% 🟢)3.770s (~)1.035s101.00x
▲ VercelExpress2.768s (-9.9% 🟢)3.660s (-6.4% 🟢)0.892s101.01x
▲ VercelNitro2.887s (-4.4%)3.676s (-6.2% 🟢)0.789s101.06x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)10.593s (~)11.010s (~)0.416s51.00x
💻 LocalNext.js (Turbopack)10.660s (+1.2%)11.018s (~)0.358s51.01x
🌐 RedisNext.js (Turbopack)10.706s (~)11.017s (~)0.311s51.01x
💻 LocalNitro10.786s (~)11.011s (~)0.225s51.02x
💻 LocalExpress10.803s (~)11.011s (~)0.208s51.02x
🌐 TursoNext.js (Turbopack)12.180s (~)13.026s (~)0.846s51.15x
🌐 MongoDBNext.js (Turbopack)12.248s (~)13.028s (~)0.780s51.16x
🐘 PostgresNext.js (Turbopack)14.909s (-2.1%)15.436s (-3.8%)0.527s51.41x
🐘 PostgresExpress20.421s (~)21.030s (~)0.609s51.93x
🐘 PostgresNitro20.528s (+0.8%)21.028s (~)0.501s51.94x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro22.475s (+2.5%)23.308s (+1.9%)0.833s51.00x
▲ VercelExpress22.517s (+3.3%)23.224s (+2.7%)0.706s51.00x
▲ VercelNext.js (Turbopack)23.128s (+3.4%)23.577s (+1.0%)0.449s51.03x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.354s (~)2.008s (~)0.654s151.00x
🌐 RedisNext.js (Turbopack)1.373s (+0.7%)2.011s (~)0.639s151.01x
💻 LocalNext.js (Turbopack)1.393s (+3.8%)2.013s (~)0.620s151.03x
💻 LocalNitro1.408s (~)2.005s (~)0.597s151.04x
💻 LocalExpress1.419s (+0.8%)2.006s (~)0.587s151.05x
🐘 PostgresNext.js (Turbopack)1.825s (+3.3%)2.017s (~)0.192s151.35x
🌐 MongoDBNext.js (Turbopack)2.131s (-1.0%)3.014s (~)0.883s101.57x
🌐 TursoNext.js (Turbopack)2.198s (-2.2%)3.013s (~)0.815s101.62x
🐘 PostgresExpress2.453s (+6.1% 🔺)3.012s (~)0.559s101.81x
🐘 PostgresNitro2.489s (+5.7% 🔺)3.012s (~)0.523s101.84x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.732s (-10.3% 🟢)3.650s (-6.8% 🟢)0.918s91.00x
▲ VercelNitro2.859s (+1.0%)3.815s (+2.3%)0.956s81.05x
▲ VercelNext.js (Turbopack)2.925s (-8.7% 🟢)3.887s (~)0.963s81.07x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.220s (~)3.158s (~)0.938s101.00x
💻 LocalNext.js (Turbopack)2.232s (+10.7% 🔺)3.168s (+20.9% 🔺)0.936s101.01x
💻 LocalExpress2.250s (~)3.212s (+1.0%)0.962s101.01x
🌐 StarterNext.js (Turbopack)2.458s (~)3.009s (~)0.551s101.11x
🌐 RedisNext.js (Turbopack)2.514s (+1.0%)3.014s (~)0.499s101.13x
🐘 PostgresNext.js (Turbopack)2.611s (+2.2%)3.017s (~)0.406s101.18x
🐘 PostgresExpress2.835s (-10.8% 🟢)3.014s (-22.7% 🟢)0.179s101.28x
🐘 PostgresNitro2.921s (-2.1%)3.112s (-10.3% 🟢)0.191s101.32x
🌐 MongoDBNext.js (Turbopack)4.728s (-1.1%)5.181s (~)0.453s62.13x
🌐 TursoNext.js (Turbopack)4.779s (-0.5%)5.186s (~)0.407s62.15x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.289s (-27.9% 🟢)3.890s (-27.1% 🟢)0.600s81.00x
▲ VercelExpress3.374s (-27.9% 🟢)4.118s (-23.3% 🟢)0.744s81.03x
▲ VercelNitro3.556s (-27.0% 🟢)4.139s (-27.1% 🟢)0.583s81.08x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.362s (-0.5%)2.008s (~)0.646s151.00x
🌐 RedisNext.js (Turbopack)1.403s (+3.3%)2.012s (~)0.609s151.03x
💻 LocalNext.js (Turbopack)1.407s (+5.1% 🔺)2.014s (~)0.606s151.03x
💻 LocalNitro1.407s (-1.2%)2.005s (~)0.598s151.03x
💻 LocalExpress1.431s (-0.9%)2.006s (~)0.575s151.05x
🐘 PostgresExpress1.634s (-11.6% 🟢)2.010s (~)0.376s151.20x
🐘 PostgresNext.js (Turbopack)1.684s (-9.5% 🟢)2.012s (~)0.328s151.24x
🌐 MongoDBNext.js (Turbopack)2.158s (+1.4%)3.012s (~)0.853s101.58x
🌐 TursoNext.js (Turbopack)2.271s (~)3.040s (~)0.769s101.67x
🐘 PostgresNitro2.349s (+20.1% 🔺)3.015s (+50.0% 🔺)0.666s101.73x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.723s (-4.5%)3.628s (-2.4%)0.905s91.00x
▲ VercelNext.js (Turbopack)2.730s (-0.7%)3.739s (+1.1%)1.009s91.00x
▲ VercelExpress2.732s (-5.0% 🟢)3.592s (-5.7% 🟢)0.860s91.00x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.244s (-2.6%)3.170s (-2.0%)0.926s101.00x
💻 LocalExpress2.283s (-1.8%)3.221s (-1.9%)0.938s101.02x
💻 LocalNext.js (Turbopack)2.288s (+13.0% 🔺)3.235s (+27.7% 🔺)0.947s101.02x
🌐 StarterNext.js (Turbopack)2.483s (~)3.008s (~)0.526s101.11x
🐘 PostgresNext.js (Turbopack)2.486s (-1.3%)3.018s (~)0.532s101.11x
🌐 RedisNext.js (Turbopack)2.492s (+0.6%)3.012s (~)0.519s101.11x
🐘 PostgresNitro2.966s (+9.5% 🔺)3.125s (+3.8%)0.159s101.32x
🐘 PostgresExpress2.969s (+8.4% 🔺)3.218s (+6.6% 🔺)0.249s101.32x
🌐 MongoDBNext.js (Turbopack)4.720s (+1.0%)5.182s (~)0.462s62.10x
🌐 TursoNext.js (Turbopack)4.741s (-1.0%)5.360s (+2.7%)0.619s62.11x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.062s (-0.8%)3.773s (-1.3%)0.711s81.00x
▲ VercelNext.js (Turbopack)3.143s (-32.9% 🟢)3.760s (-30.3% 🟢)0.617s81.03x
▲ VercelExpress3.180s (~)3.676s (-7.8% 🟢)0.496s91.04x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)0.128s (-3.8%)1.006s (~)0.000s (NaN%)1.012s (~)0.883s101.00x
💻 LocalNext.js (Turbopack)0.139s (+36.6% 🔺)1.003s (~)0.016s (+11.0% 🔺)1.027s (~)0.888s101.08x
🌐 RedisNext.js (Turbopack)0.163s (+8.4% 🔺)1.005s (~)0.000s (+Infinity% 🔺)1.015s (~)0.852s101.27x
💻 LocalNitro0.174s (~)0.992s (~)0.016s (-3.1%)1.021s (~)0.847s101.35x
💻 LocalExpress0.182s (+2.9%)0.992s (~)0.016s (-6.0% 🟢)1.022s (~)0.840s101.42x
🌐 TursoNext.js (Turbopack)0.455s (-6.7% 🟢)1.002s (+3.7%)0.000s (~)1.016s (~)0.562s103.54x
🌐 MongoDBNext.js (Turbopack)0.472s (-1.0%)0.979s (+0.6%)0.000s (-100.0% 🟢)1.013s (~)0.541s103.67x
🐘 PostgresNext.js (Turbopack)0.647s (-40.8% 🟢)0.944s (-41.7% 🟢)0.000s (-98.0% 🟢)1.016s (-41.0% 🟢)0.369s105.04x
🐘 PostgresExpress2.361s (+6.2% 🔺)2.682s (-4.9%)0.000s (+Infinity% 🔺)3.013s (~)0.653s1018.38x
🐘 PostgresNitro2.388s (+7.2% 🔺)2.657s (-5.6% 🟢)0.000s (-50.0% 🟢)3.014s (~)0.626s1018.60x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.823s (+2.1%)3.328s (+0.7%)0.469s (-7.4% 🟢)4.236s (~)1.413s101.00x
▲ VercelExpress2.911s (+8.6% 🔺)3.256s (+3.0%)0.519s (+13.1% 🔺)4.215s (+3.6%)1.304s101.03x
▲ VercelNitro3.192s (+17.1% 🔺)3.600s (+8.5% 🔺)0.521s (+64.7% 🔺)4.548s (+8.3% 🔺)1.356s101.13x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)6/8
🐘 PostgresNext.js (Turbopack)7/8
▲ VercelNitro4/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local8/8
Next.js (Turbopack)🌐 Starter5/8
Nitro💻 Local8/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions

github-actionsBot commented Jan 18, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production424038462
✅ 💻 Local Development388032420
✅ 📦 Local Production388032420
✅ 🐘 Local Postgres388032420
✅ 🪟 Windows420042
❌ 🌍 Community Worlds159210180
Total1789211341944

❌ Failed Tests

🌍 Community Worlds (21 failed)

mongodb (1 failed):

  • webhookWorkflow

redis (1 failed):

  • webhookWorkflow

starter (18 failed):

  • addTenWorkflow
  • addTenWorkflow
  • 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 catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()

turso (1 failed):

  • webhookWorkflow

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro3804
✅ example3804
✅ express3804
✅ fastify3804
✅ hono3804
✅ nextjs-turbopack4101
✅ nextjs-webpack4101
✅ nitro3804
✅ nuxt3804
✅ sveltekit3804
✅ vite3804
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable3804
✅ express-stable3804
✅ fastify-stable3804
✅ hono-stable3804
✅ nextjs-turbopack-stable4200
✅ nextjs-webpack-stable4200
✅ nitro-stable3804
✅ nuxt-stable3804
✅ sveltekit-stable3804
✅ vite-stable3804
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable3804
✅ express-stable3804
✅ fastify-stable3804
✅ hono-stable3804
✅ nextjs-turbopack-stable4200
✅ nextjs-webpack-stable4200
✅ nitro-stable3804
✅ nuxt-stable3804
✅ sveltekit-stable3804
✅ vite-stable3804
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable3804
✅ express-stable3804
✅ fastify-stable3804
✅ hono-stable3804
✅ nextjs-turbopack-stable4200
✅ nextjs-webpack-stable4200
✅ nitro-stable3804
✅ nuxt-stable3804
✅ sveltekit-stable3804
✅ vite-stable3804
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4200
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb4110
✅ redis-dev300
❌ redis4110
✅ starter-dev300
❌ starter24180
✅ turso-dev300
❌ turso4110

📋 View full workflow run

Comment threadpackages/web/src/components/run-detail-view.tsx Outdated

@karthikscale3karthikscale3 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.

Looks good to me overall. Couple of minor comments which can be ITGd later too:

  • the Run ID on each event feels redundant as it's indicated at the top of the page.
  • It'd be kinda nice to click on the Correlation ID that jumps to the trace tab and auto selects the corresponding span. But, we may need to persist span selected state in the url(using nuqs) before we can make this work.

@VaguelySerious

Copy link
Copy Markdown
MemberAuthor

@karthikscale3

the Run ID on each event feels redundant as it's indicated at the top of the page

I included it in the details because it feels strange to intentionally omit data in a detail list, even if slightly redundant

It'd be kinda nice to click on the Correlation ID that jumps to the trace tab and auto selects the corresponding span

100%, and similar with clicking e.g. stream IDs in the sidebar panel. We'll have to be careful so that web-shared doesn't interfere with any routing of the parent app, but maybe we could modify some known set of query params, or do this through an exported Context

@VaguelySerious
VaguelySerious merged commit d30e5c0 into mainJan 19, 2026
89 checks passed
@VaguelySerious
VaguelySerious deleted the peter/web-event-list branch January 19, 2026 08:52
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.

2 participants

@VaguelySerious@karthikscale3
, '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); } })(); })(); [web] Add view to display a list of all events by VaguelySerious · Pull Request #806 · vercel/workflow · GitHub
Skip to content

[web] Add view to display a list of all events - #806

Merged
VaguelySerious merged 21 commits into
mainfrom
peter/web-event-list
Jan 19, 2026
Merged

[web] Add view to display a list of all events#806
VaguelySerious merged 21 commits into
mainfrom
peter/web-event-list

Conversation

@VaguelySerious

@VaguelySeriousVaguelySerious commented Jan 18, 2026

Copy link
Copy Markdown
Member

This adds a new tab view which lists all events. Clicking on an event will load the full details for it.

This will also help debug the v2 event-sourcing implementation, as it's useful to have a full, sorted view of the events. Currently, there are no run events (only step/hook/wait), but they should show up in v2.

Screenshot 2026-01-18 at 2 23 03 PM

VaguelySeriousand others added 16 commits January 18, 2026 11:59
…iewer sidebar
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
@changeset-bot

changeset-botBot commented Jan 18, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: e4523ec

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

This PR includes changesets to release 7 packages
NameType
@workflow/web-sharedPatch
@workflow/webPatch
@workflow/cliPatch
workflowPatch
@workflow/world-testingPatch
@workflow/aiPatch
@workflow/docs-typecheckPatch

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 Jan 18, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentReviewUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJan 19, 2026 8:45am
example-nextjs-workflow-webpackReadyReadyPreview, CommentJan 19, 2026 8:45am
example-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-astro-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-express-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-fastify-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-hono-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-nitro-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-nuxt-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-sveltekit-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
workbench-vite-workflowReadyReadyPreview, CommentJan 19, 2026 8:45am
1 Skipped Deployment
ProjectDeploymentReviewUpdated (UTC)
workflow-docsSkippedSkippedJan 19, 2026 8:45am

@github-actions

github-actionsBot commented Jan 18, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

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

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)0.038s (+18.1% 🔺)1.014s (~)0.976s101.00x
🌐 StarterNext.js (Turbopack)0.040s (+3.6%)1.014s (~)0.974s101.04x
💻 LocalNitro0.045s (-30.3% 🟢)1.006s (~)0.961s101.17x
💻 LocalExpress0.045s (~)1.007s (~)0.962s101.18x
🌐 RedisNext.js (Turbopack)0.046s (+9.0% 🔺)1.020s (~)0.974s101.19x
🌐 MongoDBNext.js (Turbopack)0.050s (-11.7% 🟢)1.015s (~)0.966s101.29x
🌐 TursoNext.js (Turbopack)0.111s (+37.3% 🔺)1.015s (~)0.904s102.88x
🐘 PostgresNext.js (Turbopack)0.182s (~)1.023s (~)0.842s104.72x
🐘 PostgresNitro0.268s (-12.3% 🟢)1.013s (~)0.745s106.96x
🐘 PostgresExpress0.335s (+37.8% 🔺)1.013s (~)0.678s108.70x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro0.578s (-3.2%)1.521s (-3.9%)0.943s101.00x
▲ VercelNext.js (Turbopack)0.588s (-44.1% 🟢)1.676s (-9.0% 🟢)1.089s101.02x
▲ VercelExpress0.738s (-9.0% 🟢)1.769s (-4.6%)1.031s101.28x

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

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.092s (+0.9%)2.009s (~)0.917s101.00x
💻 LocalNext.js (Turbopack)1.097s (+1.3%)2.011s (~)0.914s101.00x
💻 LocalNitro1.112s (~)2.006s (~)0.894s101.02x
💻 LocalExpress1.114s (~)2.007s (~)0.893s101.02x
🌐 RedisNext.js (Turbopack)1.118s (+1.1%)2.014s (~)0.895s101.02x
🌐 TursoNext.js (Turbopack)1.300s (+0.6%)2.013s (~)0.713s101.19x
🌐 MongoDBNext.js (Turbopack)1.305s (~)2.014s (~)0.709s101.20x
🐘 PostgresNext.js (Turbopack)1.796s (-6.4% 🟢)2.114s (~)0.318s101.64x
🐘 PostgresNitro2.124s (-13.9% 🟢)3.015s (~)0.891s101.94x
🐘 PostgresExpress2.180s (-2.1%)3.015s (~)0.835s102.00x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.736s (-8.6% 🟢)3.770s (~)1.035s101.00x
▲ VercelExpress2.768s (-9.9% 🟢)3.660s (-6.4% 🟢)0.892s101.01x
▲ VercelNitro2.887s (-4.4%)3.676s (-6.2% 🟢)0.789s101.06x

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

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)10.593s (~)11.010s (~)0.416s51.00x
💻 LocalNext.js (Turbopack)10.660s (+1.2%)11.018s (~)0.358s51.01x
🌐 RedisNext.js (Turbopack)10.706s (~)11.017s (~)0.311s51.01x
💻 LocalNitro10.786s (~)11.011s (~)0.225s51.02x
💻 LocalExpress10.803s (~)11.011s (~)0.208s51.02x
🌐 TursoNext.js (Turbopack)12.180s (~)13.026s (~)0.846s51.15x
🌐 MongoDBNext.js (Turbopack)12.248s (~)13.028s (~)0.780s51.16x
🐘 PostgresNext.js (Turbopack)14.909s (-2.1%)15.436s (-3.8%)0.527s51.41x
🐘 PostgresExpress20.421s (~)21.030s (~)0.609s51.93x
🐘 PostgresNitro20.528s (+0.8%)21.028s (~)0.501s51.94x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro22.475s (+2.5%)23.308s (+1.9%)0.833s51.00x
▲ VercelExpress22.517s (+3.3%)23.224s (+2.7%)0.706s51.00x
▲ VercelNext.js (Turbopack)23.128s (+3.4%)23.577s (+1.0%)0.449s51.03x

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

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.354s (~)2.008s (~)0.654s151.00x
🌐 RedisNext.js (Turbopack)1.373s (+0.7%)2.011s (~)0.639s151.01x
💻 LocalNext.js (Turbopack)1.393s (+3.8%)2.013s (~)0.620s151.03x
💻 LocalNitro1.408s (~)2.005s (~)0.597s151.04x
💻 LocalExpress1.419s (+0.8%)2.006s (~)0.587s151.05x
🐘 PostgresNext.js (Turbopack)1.825s (+3.3%)2.017s (~)0.192s151.35x
🌐 MongoDBNext.js (Turbopack)2.131s (-1.0%)3.014s (~)0.883s101.57x
🌐 TursoNext.js (Turbopack)2.198s (-2.2%)3.013s (~)0.815s101.62x
🐘 PostgresExpress2.453s (+6.1% 🔺)3.012s (~)0.559s101.81x
🐘 PostgresNitro2.489s (+5.7% 🔺)3.012s (~)0.523s101.84x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.732s (-10.3% 🟢)3.650s (-6.8% 🟢)0.918s91.00x
▲ VercelNitro2.859s (+1.0%)3.815s (+2.3%)0.956s81.05x
▲ VercelNext.js (Turbopack)2.925s (-8.7% 🟢)3.887s (~)0.963s81.07x

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

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.220s (~)3.158s (~)0.938s101.00x
💻 LocalNext.js (Turbopack)2.232s (+10.7% 🔺)3.168s (+20.9% 🔺)0.936s101.01x
💻 LocalExpress2.250s (~)3.212s (+1.0%)0.962s101.01x
🌐 StarterNext.js (Turbopack)2.458s (~)3.009s (~)0.551s101.11x
🌐 RedisNext.js (Turbopack)2.514s (+1.0%)3.014s (~)0.499s101.13x
🐘 PostgresNext.js (Turbopack)2.611s (+2.2%)3.017s (~)0.406s101.18x
🐘 PostgresExpress2.835s (-10.8% 🟢)3.014s (-22.7% 🟢)0.179s101.28x
🐘 PostgresNitro2.921s (-2.1%)3.112s (-10.3% 🟢)0.191s101.32x
🌐 MongoDBNext.js (Turbopack)4.728s (-1.1%)5.181s (~)0.453s62.13x
🌐 TursoNext.js (Turbopack)4.779s (-0.5%)5.186s (~)0.407s62.15x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.289s (-27.9% 🟢)3.890s (-27.1% 🟢)0.600s81.00x
▲ VercelExpress3.374s (-27.9% 🟢)4.118s (-23.3% 🟢)0.744s81.03x
▲ VercelNitro3.556s (-27.0% 🟢)4.139s (-27.1% 🟢)0.583s81.08x

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

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)1.362s (-0.5%)2.008s (~)0.646s151.00x
🌐 RedisNext.js (Turbopack)1.403s (+3.3%)2.012s (~)0.609s151.03x
💻 LocalNext.js (Turbopack)1.407s (+5.1% 🔺)2.014s (~)0.606s151.03x
💻 LocalNitro1.407s (-1.2%)2.005s (~)0.598s151.03x
💻 LocalExpress1.431s (-0.9%)2.006s (~)0.575s151.05x
🐘 PostgresExpress1.634s (-11.6% 🟢)2.010s (~)0.376s151.20x
🐘 PostgresNext.js (Turbopack)1.684s (-9.5% 🟢)2.012s (~)0.328s151.24x
🌐 MongoDBNext.js (Turbopack)2.158s (+1.4%)3.012s (~)0.853s101.58x
🌐 TursoNext.js (Turbopack)2.271s (~)3.040s (~)0.769s101.67x
🐘 PostgresNitro2.349s (+20.1% 🔺)3.015s (+50.0% 🔺)0.666s101.73x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro2.723s (-4.5%)3.628s (-2.4%)0.905s91.00x
▲ VercelNext.js (Turbopack)2.730s (-0.7%)3.739s (+1.1%)1.009s91.00x
▲ VercelExpress2.732s (-5.0% 🟢)3.592s (-5.7% 🟢)0.860s91.00x

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

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro2.244s (-2.6%)3.170s (-2.0%)0.926s101.00x
💻 LocalExpress2.283s (-1.8%)3.221s (-1.9%)0.938s101.02x
💻 LocalNext.js (Turbopack)2.288s (+13.0% 🔺)3.235s (+27.7% 🔺)0.947s101.02x
🌐 StarterNext.js (Turbopack)2.483s (~)3.008s (~)0.526s101.11x
🐘 PostgresNext.js (Turbopack)2.486s (-1.3%)3.018s (~)0.532s101.11x
🌐 RedisNext.js (Turbopack)2.492s (+0.6%)3.012s (~)0.519s101.11x
🐘 PostgresNitro2.966s (+9.5% 🔺)3.125s (+3.8%)0.159s101.32x
🐘 PostgresExpress2.969s (+8.4% 🔺)3.218s (+6.6% 🔺)0.249s101.32x
🌐 MongoDBNext.js (Turbopack)4.720s (+1.0%)5.182s (~)0.462s62.10x
🌐 TursoNext.js (Turbopack)4.741s (-1.0%)5.360s (+2.7%)0.619s62.11x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.062s (-0.8%)3.773s (-1.3%)0.711s81.00x
▲ VercelNext.js (Turbopack)3.143s (-32.9% 🟢)3.760s (-30.3% 🟢)0.617s81.03x
▲ VercelExpress3.180s (~)3.676s (-7.8% 🟢)0.496s91.04x

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

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🌐 Starter🥇 Next.js (Turbopack)0.128s (-3.8%)1.006s (~)0.000s (NaN%)1.012s (~)0.883s101.00x
💻 LocalNext.js (Turbopack)0.139s (+36.6% 🔺)1.003s (~)0.016s (+11.0% 🔺)1.027s (~)0.888s101.08x
🌐 RedisNext.js (Turbopack)0.163s (+8.4% 🔺)1.005s (~)0.000s (+Infinity% 🔺)1.015s (~)0.852s101.27x
💻 LocalNitro0.174s (~)0.992s (~)0.016s (-3.1%)1.021s (~)0.847s101.35x
💻 LocalExpress0.182s (+2.9%)0.992s (~)0.016s (-6.0% 🟢)1.022s (~)0.840s101.42x
🌐 TursoNext.js (Turbopack)0.455s (-6.7% 🟢)1.002s (+3.7%)0.000s (~)1.016s (~)0.562s103.54x
🌐 MongoDBNext.js (Turbopack)0.472s (-1.0%)0.979s (+0.6%)0.000s (-100.0% 🟢)1.013s (~)0.541s103.67x
🐘 PostgresNext.js (Turbopack)0.647s (-40.8% 🟢)0.944s (-41.7% 🟢)0.000s (-98.0% 🟢)1.016s (-41.0% 🟢)0.369s105.04x
🐘 PostgresExpress2.361s (+6.2% 🔺)2.682s (-4.9%)0.000s (+Infinity% 🔺)3.013s (~)0.653s1018.38x
🐘 PostgresNitro2.388s (+7.2% 🔺)2.657s (-5.6% 🟢)0.000s (-50.0% 🟢)3.014s (~)0.626s1018.60x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)2.823s (+2.1%)3.328s (+0.7%)0.469s (-7.4% 🟢)4.236s (~)1.413s101.00x
▲ VercelExpress2.911s (+8.6% 🔺)3.256s (+3.0%)0.519s (+13.1% 🔺)4.215s (+3.6%)1.304s101.03x
▲ VercelNitro3.192s (+17.1% 🔺)3.600s (+8.5% 🔺)0.521s (+64.7% 🔺)4.548s (+8.3% 🔺)1.356s101.13x

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

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNext.js (Turbopack)6/8
🐘 PostgresNext.js (Turbopack)7/8
▲ VercelNitro4/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local8/8
Next.js (Turbopack)🌐 Starter5/8
Nitro💻 Local8/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@github-actions

github-actionsBot commented Jan 18, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production424038462
✅ 💻 Local Development388032420
✅ 📦 Local Production388032420
✅ 🐘 Local Postgres388032420
✅ 🪟 Windows420042
❌ 🌍 Community Worlds159210180
Total1789211341944

❌ Failed Tests

🌍 Community Worlds (21 failed)

mongodb (1 failed):

  • webhookWorkflow

redis (1 failed):

  • webhookWorkflow

starter (18 failed):

  • addTenWorkflow
  • addTenWorkflow
  • 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 catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()

turso (1 failed):

  • webhookWorkflow

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro3804
✅ example3804
✅ express3804
✅ fastify3804
✅ hono3804
✅ nextjs-turbopack4101
✅ nextjs-webpack4101
✅ nitro3804
✅ nuxt3804
✅ sveltekit3804
✅ vite3804
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable3804
✅ express-stable3804
✅ fastify-stable3804
✅ hono-stable3804
✅ nextjs-turbopack-stable4200
✅ nextjs-webpack-stable4200
✅ nitro-stable3804
✅ nuxt-stable3804
✅ sveltekit-stable3804
✅ vite-stable3804
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable3804
✅ express-stable3804
✅ fastify-stable3804
✅ hono-stable3804
✅ nextjs-turbopack-stable4200
✅ nextjs-webpack-stable4200
✅ nitro-stable3804
✅ nuxt-stable3804
✅ sveltekit-stable3804
✅ vite-stable3804
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable3804
✅ express-stable3804
✅ fastify-stable3804
✅ hono-stable3804
✅ nextjs-turbopack-stable4200
✅ nextjs-webpack-stable4200
✅ nitro-stable3804
✅ nuxt-stable3804
✅ sveltekit-stable3804
✅ vite-stable3804
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4200
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb4110
✅ redis-dev300
❌ redis4110
✅ starter-dev300
❌ starter24180
✅ turso-dev300
❌ turso4110

📋 View full workflow run

Comment threadpackages/web/src/components/run-detail-view.tsx Outdated

@karthikscale3karthikscale3 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.

Looks good to me overall. Couple of minor comments which can be ITGd later too:

  • the Run ID on each event feels redundant as it's indicated at the top of the page.
  • It'd be kinda nice to click on the Correlation ID that jumps to the trace tab and auto selects the corresponding span. But, we may need to persist span selected state in the url(using nuqs) before we can make this work.

@VaguelySerious

Copy link
Copy Markdown
MemberAuthor

@karthikscale3

the Run ID on each event feels redundant as it's indicated at the top of the page

I included it in the details because it feels strange to intentionally omit data in a detail list, even if slightly redundant

It'd be kinda nice to click on the Correlation ID that jumps to the trace tab and auto selects the corresponding span

100%, and similar with clicking e.g. stream IDs in the sidebar panel. We'll have to be careful so that web-shared doesn't interfere with any routing of the parent app, but maybe we could modify some known set of query params, or do this through an exported Context

@VaguelySerious
VaguelySerious merged commit d30e5c0 into mainJan 19, 2026
89 checks passed
@VaguelySerious
VaguelySerious deleted the peter/web-event-list branch January 19, 2026 08:52
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.

2 participants

@VaguelySerious@karthikscale3