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

Better support for long running tests #630

Open
gampleman opened this issue Jul 19, 2023 · 0 comments
Open

Better support for long running tests #630

gampleman opened this issue Jul 19, 2023 · 0 comments

Comments

@gampleman
Copy link
Contributor

This is somewhat similar to #169.

Long running tests could do with an ETA estimate of how long they are going to take. This is particularly the case when running with large --fuzz values, as the test time is relatively predictable (anecdote: running my test suite with --fuzz 10000 took 11,462ms; running it with --fuzz 1000000 took 1,214,796 ms, so a 100x increase in fuzz resulted in 105x increase in time, so this is pretty much linear).

The other thing is relatively minor, but showing elapsed time in ms is pretty... er... optimistic. Also difficult to read - Duration: 1214796 ms. Much easier would be Duration: 20 m 14 s.

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

No branches or pull requests

1 participant