esmf-org / esmf-profiler

ESMF Profiler application converts binary traces into a web based, dynamic report.
0 stars 2 forks source link

Make push_to_repo more efficient #42

Open ryanlong1004 opened 2 years ago

ryanlong1004 commented 2 years ago

main.py -> push_to_repo(...

This deletes/reclones every time which can be inefficient if the repo is large instead we want to check whether it exists already and see if we can git pull

Fix per quote.