Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Added a new benchmark using a Connection Pool #106

Merged
merged 1 commit into from
Oct 1, 2013
Merged

Added a new benchmark using a Connection Pool #106

merged 1 commit into from
Oct 1, 2013

Conversation

Asmod4n
Copy link
Contributor

@Asmod4n Asmod4n commented Oct 1, 2013

On a Core2 Quad Q9550 (Six years old) running Debian 7 inside VMware on Windows Server 2008 i got 12k requests/s with rubinius-head

$ wrk http://localhost:3000
Running 10s test @ http://localhost:3000
  2 threads and 10 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency   811.95us    4.07ms  38.15ms   98.48%
    Req/Sec    12.04k     2.82k   14.89k    89.94%
  112474 requests in 10.01s, 7.94MB read
  Socket errors: connect 0, read 0, write 0, timeout 28
Requests/sec:  11234.99
Transfer/sec:    811.91KB

On a Core2 Quad Q9550 (Six years old) running Debian 7 inside VMware on Windows Server 2008 i got 12k requests/s with rubinius-head

```
$ wrk http://localhost:3000
Running 10s test @ http://localhost:3000
  2 threads and 10 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency   811.95us    4.07ms  38.15ms   98.48%
    Req/Sec    12.04k     2.82k   14.89k    89.94%
  112474 requests in 10.01s, 7.94MB read
  Socket errors: connect 0, read 0, write 0, timeout 28
Requests/sec:  11234.99
Transfer/sec:    811.91KB
```
@coveralls
Copy link

Coverage Status

Coverage decreased (-2.03%) when pulling 35155b6 on Asmod4n:patch-1 into 03241b0 on celluloid:master.

tarcieri added a commit that referenced this pull request Oct 1, 2013
Added a new benchmark using a Connection Pool
@tarcieri tarcieri merged commit 907126a into celluloid:master Oct 1, 2013
@tarcieri
Copy link
Member

tarcieri commented Oct 1, 2013

Thanks!

@Asmod4n Asmod4n deleted the patch-1 branch October 1, 2013 20:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants