Skip to content

Commit

Permalink
added testing section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bobrik committed Jun 14, 2012
1 parent f0b2245 commit 28e13d8
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Expand Up @@ -112,4 +112,17 @@ Server RSS memory: 70-80M (no growth after 5M requests)
Responses per second: 15000-17000 (measuring every 5 seconds)
```

If you want more, shard your locks.
If you want more, shard your locks.

## Testing

We use [mocha](http://visionmedia.github.com/mocha/) testing framework for this package.

To run it after installation you should run the next command:

```
# after calling npm install locker-server
npm test locker-server
```

If you want to contribute — please test your code and make sure everything still works.

0 comments on commit 28e13d8

Please sign in to comment.