ualberta-smr / LibraryMetricScripts

Scripts to collect metrics from software libraries.
MIT License
4 stars 2 forks source link

No need to loop twice over issues #33

Open snadi opened 4 years ago

snadi commented 4 years ago

Right now, we loop several times through the issues to create issue related charts. Even within the same chart, we loop twice (once to create the values for x-axis and once to add the data). Check if this can be done in one loop to optimize running time.