Simple Benchmark for Metka gem
- run
bundle installto install required gems - configure your database connection with
config/database.ymlas you prefer - create your database with
bundle exec rails db:createif you haven't decided to use present database on previous step - run all migrations with
bundle exec rails db:migrate
Simply run $ bundle exec rake bench:all to run all available benchmarks in order