Skip to content

Latest commit

 

History

History
117 lines (104 loc) · 7.32 KB

README.md

File metadata and controls

117 lines (104 loc) · 7.32 KB

Ruby On Speed

An open collection of Ruby benchmarks.

Ruby On Speed (ROS) allows you to run your Ruby code idioms in an elegant and reproducible way. It's based on the wonderful Benchmark/Ips gem and provides an easy to use DSL to create the benchmark collection.

Usage

Get Help

./bin/ros help

List All Benchmarks

./bin/ros list

Test All Benchmarks

./bin/ros test

Run All Benchmarks

./bin/ros run

List of Benchmarks