Skip to content

Commit

Permalink
Merge pull request #18 from nruth/patch-1
Browse files Browse the repository at this point in the history
docs: how to run one test file
  • Loading branch information
senny committed Jul 2, 2015
2 parents cca641b + 6dc605c commit 2d4bbd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@ To run performance tests in benchmarking mode:
$ rake test:benchmark
```

To run a single test pass it as TEST:
```bash
$ bin/rake test:benchmark TEST=test/performance/your_test.rb
```

#### Profiling

Profiling allows you to make an in-depth analysis of each of your tests by using
Expand Down

0 comments on commit 2d4bbd6

Please sign in to comment.