0.0
No commit activity in last 3 years
No release in over 3 years
Analyzes Test Kitchen logs to help optimize boot times, recipes, and individual resources.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.14
~> 10.0

Runtime

>= 0
 Project Readme

KitchenBlame

KitchenBlame is a ruby gem that analyzes test kitchen log files to identify bottlenecks in your testing process.

Installation

Add this line to your application's Gemfile:

gem 'kitchen_blame'

And then execute:

$ bundle

Or install it yourself as:

$ gem install kitchen_blame

Usage

Commands: 
  blame create LOG      # Analyze create time in a test kitchen LOG
  blame duration LOG    # Measure duration between all steps in a test kitchen LOG
  blame help [COMMAND]  # Describe available commands or one specific command
  blame recipe LOG      # Analyze recipe converge time in a test kitchen LOG

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/boc-tothefuture/kitchen_blame.