← Graph

find-slow script

tool 1 connections

Ad-hoc Ruby script the speaker wrote to extend git bisect when no known-good commit existed: checks out each previous commit, runs setup, and tests whether the reload slowdown is present, walking back linearly until it finds a green commit. Early iterations failed because they forgot to bundle install and db:migrate; the fix was to call bin/setup on each commit.

category
tool
about
find-slow script tool
Speaker wrote a custom Ruby script to linearly walk git history when no good commit was known.

Provenance

Read by
14 extractions