othiym23 / nonsense-benchmark

suite of servers that don't do anything very interesting, but do it very quickly (and asynchronously)
8 stars 15 forks source link

Add two Ruby reference implementations #1

Closed benweint closed 11 years ago

benweint commented 11 years ago

Two simple Ruby server implementations: one using nothing outside of the Ruby standard library, and one using EventMachine. The former hits ~60k rpm using the node client on my machine, and the latter hits ~68k rpm.