-
Notifications
You must be signed in to change notification settings - Fork 6
Feature: access to stats after Done() #5
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
I'd like to show a summary status after the progress is completed.
Would be nice to render a final bar format after completion. e.g. during:
(█████ ) 25.0% 3.0 ops/s
and after:
(████████████████████) 100%
It may be better to simply allow the calling code to access the bar instance's stats props to display its own summary. e.g.
Processed 5,300 units in 18s (avg 9 units/sec)
Summary of proposed features:
- Add optional
WithFinalFormat()e.g.:bar :percentto replace bar's in-progress, initial format - Export
Barstats props likerate,startedAt, and (assuming the duration token gets added)duration
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers