jekyll / jekyll-avatar

A Jekyll plugin for rendering GitHub avatars
MIT License
89 stars 9 forks source link

Profile memory usage from rendering avatars #41

Closed ashmaroli closed 4 years ago

ashmaroli commented 4 years ago

Add a Ruby script to profile memory usage from rendering avatars using various supported tag_markup. The rendering is independent of Jekyll version, using just Liquid's API.

To allow monitoring of changes to allocation easily, the script has been wired to run as part of Travis CI builds.