Sha256: 32980b8d89d66bedd2685f3c2caeacdced5c5fee96841a32ce1025a733096089

Contents?: true

Size: 871 Bytes

Versions: 3

Compression:

Stored size: 871 Bytes

Contents

# BenchmarkDriver::Output::Gruff

benchmark\_driver plugin to render graph using gruff.gem.

## Installation

Install rmagick.gem's dependency. See also: https://github.com/rmagick/rmagick

```bash
# macOS
brew install imagemagick@6
PKG_CONFIG_PATH=/usr/local/opt/imagemagick@6/lib/pkgconfig gem install rmagick

# Ubuntu
sudo apt-get install libmagickwand-dev
```

And install this gem.

```bash
gem install benchmark_driver-output-gruff
```

## Usage

Specify `-o gruff`/`--output gruff`. Then `graph.png` will be created.

```
bundle exec benchmark-driver examples/multi.yml -o gruff --rbenv '2.4.2;2.5.0'
```

## Example
### benchmark-driver/optcarrot

![](./images/optcarrot.png)

### benchmark-driver/mjit-benchmarks

![](./images/mjit.png)

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
benchmark_driver-output-gruff-0.3.1 README.md
benchmark_driver-output-gruff-0.3.0 README.md
benchmark_driver-output-gruff-0.2.0 README.md