nesvoboda / socrates

A small testing framework for 42's philosophers
68 stars 3 forks source link

Add progress indicator during performance tests #5

Closed cacharle closed 3 years ago

cacharle commented 3 years ago

Having to wait 40 seconds without any feedback is frustrating. A timer with the current number of seconds or a progress bar would make the experience better.

nesvoboda commented 3 years ago

Good idea! I've used tqdm for that in the past, it seems to have low performance overhead. I'll try to work on it once I have a free moment. But feel free to grab this issue for yourself if you have some time!

nesvoboda commented 3 years ago

Added in f62d319 (pull request #6 by @cacharle). Hooray!