Skip to content

feat(pipeline): show elapsed time and compact numbers during stage progress#208

Merged
ddeboer merged 2 commits intomainfrom
feat/console-reporter-progress
Mar 6, 2026
Merged

feat(pipeline): show elapsed time and compact numbers during stage progress#208
ddeboer merged 2 commits intomainfrom
feat/console-reporter-progress

Conversation

@ddeboer
Copy link
Member

@ddeboer ddeboer commented Mar 6, 2026

Summary

Show more useful progress information during long-running stages, similar to what LD Workbench displayed.

  • Rename elementsProcessed to itemsProcessed across pipeline and reporter to match ItemSelector terminology
  • Add running elapsed time to the stage progress spinner suffix (e.g. 1.2K items, 45.3K quads, 3m 42s)
  • Format item/quad counts with Intl.NumberFormat compact notation instead of raw numbers, for readability at scale

…ogress

- Rename elementsProcessed to itemsProcessed across pipeline and reporter
  to match ItemSelector terminology
- Add running elapsed time to stageProgress spinner suffix
- Format item/quad counts with Intl.NumberFormat compact notation (e.g. 1.2K, 45.3K)
@ddeboer ddeboer force-pushed the feat/console-reporter-progress branch from 7e0f2b6 to bf88372 Compare March 6, 2026 12:27
@ddeboer ddeboer changed the title feat(pipeline-console-reporter): show elapsed time and compact numbers during stage progress feat(pipeline): show elapsed time and compact numbers during stage progress Mar 6, 2026
@ddeboer ddeboer enabled auto-merge (squash) March 6, 2026 12:28
@ddeboer ddeboer merged commit d735e87 into main Mar 6, 2026
2 checks passed
@ddeboer ddeboer deleted the feat/console-reporter-progress branch March 6, 2026 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant