Skip to content

Instantly share code, notes, and snippets.

View whoojemaflip's full-sized avatar

Tom Gladhill whoojemaflip

  • Independent technical contractor
  • BC, Canada
View GitHub Profile
@whoojemaflip
whoojemaflip / build_analysis_csvs.rb
Created June 27, 2017 15:22
Gather benchmarking stats
# yes, it's a pile of hacks
require 'set'
require 'csv'
require 'pry'
require 'rugged'
filename = 'deployments.csv'
release_regex = /^release_[\d]+$/