We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This was really neat in the old progressbar, we would get ETA/Elapsed, now we only get ETA (or Elapsed?). Can we have both?
CC @fonnesbeck @rob
The text was updated successfully, but these errors were encountered:
I was using the percentage as elapsed and the time as ETA. Can certainly add more metrics if we want, but was trying to keep it simple.
Sorry, something went wrong.
Percentage doesn't tell you if your run took 1 minute or 2 hours to get to 50% (useful for long sampling when coming back)
Successfully merging a pull request may close this issue.
Description
This was really neat in the old progressbar, we would get ETA/Elapsed, now we only get ETA (or Elapsed?). Can we have both?
CC @fonnesbeck @rob
The text was updated successfully, but these errors were encountered: