celluloid / reel

UNMAINTAINED: See celluloid/celluloid#779 - Celluloid::IO-powered web server
https://celluloid.io
MIT License
596 stars 87 forks source link

Added a new benchmark using a Connection Pool #106

Closed Asmod4n closed 10 years ago

Asmod4n commented 10 years ago

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 commented 10 years ago

Coverage Status

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

tarcieri commented 10 years ago

Thanks!