Skip to content

Commit

Permalink
Updating README. Added .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
David Czarnecki committed Jun 11, 2012
1 parent b5167a1 commit eecbe7b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 38 deletions.
35 changes: 0 additions & 35 deletions Gemfile.lock

This file was deleted.

13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,26 @@ Benchmarking for [puma.io](http://puma.io).

# Setup

Run under Unicorn or Puma in one terminal and then run the benchmarking in another terminal.

## Running under Unicorn

```
rvm use ruby-1.9.3@puma-benchmarking --create
bundle install
unicorn -c unicorn.rb
```

## Running under Puma

```
ab -n 10000 -c 50 -k http://localhost:9292/health/ping
rvm use jruby-1.6.7.2@puma-benchmarking --create
bundle install
puma -t 4:4
```

## Running under Puma
## Benchmarking with ab

```
rvm use jruby-1.6.7.2@puma-benchmarking --create
ab -n 10000 -c 50 -k http://localhost:9292/health/ping
```

0 comments on commit eecbe7b

Please sign in to comment.