Skip to content

Commit

Permalink
Add Setup section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogda committed Apr 30, 2020
1 parent 4754ffd commit 5f17e9c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Simple Benchmark for Metka gem

## Setup

- run `bundle install` to install required gems
- configure your database connection with `config/database.yml` as you prefer
- create your database with `bundle exec rails db:create` if you haven't decided to use present database on previous step
- run all migrations with `bundle exec rails db:migrate`

## Usage

Simply run `$ bundle exec rake bench:all` to run all available benchmarks in order

0 comments on commit 5f17e9c

Please sign in to comment.