airspeed-velocity / asv

Airspeed Velocity: A simple Python benchmarking tool with web-based reporting
https://asv.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
866 stars 181 forks source link

ENH: Provide feedback during "cloning project" stage #1365

Closed dstansby closed 1 month ago

dstansby commented 8 months ago

After running asv run for the first time, · Cloning project shows up in the terminal. It doesn't provide any feedback that it's donig anything though, and for large repositories it can take a while. It would be nice to show the output of git clone, which has a progress meter so the user has some feedback that something is happening and the clone isn't stuck.

HaoZeke commented 7 months ago

Isn't the output of git shown if -vvv is passed?

HaoZeke commented 1 month ago

Closing for now, please reopen with an MWE if -vvv isn't sufficient.