slime-lang / slime

Minimalistic HTML templates for Elixir, inspired by Slim.
http://slime-lang.com
MIT License
371 stars 57 forks source link

Benchmarks against eex, calliope, etc. #58

Closed lpil closed 8 years ago

lpil commented 8 years ago

It'd be great if we can see how this library performs.

doomspork commented 8 years ago

This is a great idea. Is this something you're interested in tackling @lpil? @henrik I know you started on some benchmarking, would you be interested in helping with this?

lpil commented 8 years ago

The problem I'm having is that I don't really know how to go about comparing like with like. Do we render HTML pages that are equivalent, even though the output would differ due to this library effectively doing HTML minification, while EEx would not?

doomspork commented 8 years ago

I don't believe this adds much value, so I'm closing this. If someone wants to do this as a blog post go for it 👍