Skip to content
New issue

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

progress bar support #1034

Open
gipsyh opened this issue Apr 28, 2024 · 3 comments
Open

progress bar support #1034

gipsyh opened this issue Apr 28, 2024 · 3 comments

Comments

@gipsyh
Copy link

gipsyh commented Apr 28, 2024

Maybe we can add a progress bar so that we can see how much the benchmark has completed.

@PhilippWendler
Copy link
Member

Would be nice, indeed, thanks for the suggestion!

I don't really know how to implement such a thing, though.

In the meantime, if you have a terminal emulator that supports it, BenchExec should print the count of finished and total runs in the terminal title. So there you can see this information.

@PhilippWendler
Copy link
Member

I just stumbled over the library rich. If we want to implement a progress bar, this could be a good choice.

@incaseoftrouble
Copy link
Contributor

incaseoftrouble commented May 24, 2024

progressbar2 is very easy to use, too (you can basically wrap it around an iterator).

I might be able to add that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants