ruby-benchmarks/README.md

14 lines
327 B
Markdown

# Quick & Dirty Ruby Benchmarks
Just some fun little benchmarks I did with the help of [benchmark-ips](https://github.com/evanphx/benchmark-ips).
## Usage
Run the `.rb` files with `INSTALL_GEMS=1` in your environment to make sure you install all the dependencies.
### Example
```bash
env INSTALL_GEMS=1 ruby markup.rb
```