Skip to content

Instantly share code, notes, and snippets.

@sihugh
sihugh / build_analysis_csvs.rb
Last active November 15, 2017 10:57 — forked from whoojemaflip/build_analysis_csvs.rb
Gather benchmarking stats
# yes, it's a pile of hacks
require 'set'
require 'csv'
require 'pry'
require 'rugged'
require 'time'
filename = 'deployments.csv'
release_regex = /^release_[\d]+$/