No commit activity in last 3 years
No release in over 3 years
Show graph on benchmark_driver using gruff.gem
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 10.0

Runtime

 Project Readme

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

# 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.

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

benchmark-driver/mjit-benchmarks

License

The gem is available as open source under the terms of the MIT License.