Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/diogosouza/haml-slim-erb

Performance of Rails Engines: ERB vs HAML vs SLIM
https://github.com/diogosouza/haml-slim-erb

erb-template haml honeybadger performance-analysis rails-application rails5 ruby ruby-on-rails slim-framework

Last synced: about 18 hours ago
JSON representation

Performance of Rails Engines: ERB vs HAML vs SLIM

Awesome Lists containing this project

README

        

This project is a simple Rails CRUD app that lists a couple of notes from a fake online API.

To execute it, first install the dependencies:

```
bundle install
```

Then, start the project via `rails s` command.

To stress the views, you'll need the [hey](https://github.com/rakyll/hey) tool.

Commands:
```
$ hey http://localhost:3000/notes_erb/index

$ hey http://localhost:3000/notes_haml/index

$ hey http://localhost:3000/notes_slim/index
```