Skip to content

cheald/ruby_http_benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby HTTP Benchmark

Provides a simple harness for testing Ruby HTTP client throughput with shiny graphs.

Requirements

  • Docker
  • Gnuplot
  • MRI or JRUby

If running on the Ruby platform, you'll need the libcurl-dev packages for your platform.

Platform Package
Debian/Ubuntu sudo apt install libcurl4-openssl-dev

Running the suite

Ensure you have Docker installed and running, ensure gnuplot is installed and available on your path, bundle to install dependencies, then just rake to run the suite and plot the results. You'll find the results in plot/ afterwards.

About

Benchmarking framework for Ruby HTTP clients

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages