Skip to content

lukasfox23/racer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

racer

A Rack-compliant ruby web server. It's written in C cuz its fast.

sick ride

racer is almost as fast as this car

Benchmark

The following Rack app was used benchmark WEBrick, Unicorn, Thin and Racer:

run ->env { [200, { "Content-Type" => "text/html" }, ["hello world"]] }

Tests were carried out on a 64 bit Linux VM running on an Intel Core i7 980X.

ApacheBench was used to run the benchmarks with the following options:

ab -n 10000 -c <...> http://127.0.0.1:3000/

Here are the results:

science

About

A high performance Ruby web server

Resources

License

Stars

Watchers

Forks

Packages

No packages published