Sha256: 6a3ac6af7d85e3369baf5aa6578bccd967d46249b8f1a9c630465d22b345cf12

Contents?: true

Size: 617 Bytes

Versions: 1

Compression:

Stored size: 617 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 the following gem.

```ruby
gem 'benchmark_driver-output-gruff'
```

## Usage

TODO: Write usage instructions here

## License

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
benchmark_driver-output-gruff-0.1.0 README.md