CastalioPodcast / castaliopodcast.github.io

Um podcast inspirado para castálio!
http://castalio.info
Creative Commons Attribution Share Alike 4.0 International
31 stars 12 forks source link

Improve stats.py script #94

Closed elyezer closed 7 years ago

elyezer commented 7 years ago

Really take advantage of the asyncio. Schedule all tests at the same time and only after having all responses deal with the data.

This brings the execution time to ~7 seconds on my machine. It was ~26 previously.

elyezer commented 7 years ago

Rebased