ruby-benchmarks/README.md

14 lines
327 B
Markdown
Raw Permalink Normal View History

2019-04-15 23:48:03 +00:00
# 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
```