← Graph

Cut Test Suites Under 15 Minutes

takeaway 1 connections

Hasiński's rule of thumb: if a test suite runs longer than 15 minutes he switches to TikTok/Facebook while waiting. Easy wins on slow suites: grep for `sleep`, remove loops that mechanically multiply tests, shrink shared contexts and huge fixture files (e.g. 25MB PNGs), then reach for parallelism and test-prof.

type
recommendation
takeaway Cut Test Suites Under 15 Minutes
from_talk
Core rule-of-thumb in the test-suite speedup section.

Provenance

Read by
5 extractions