fun analyseGrowth(histoLines: List<HistoLine>, thingToCheck: (HistoLine) -> Long? = { it.instances }): AnalysisResult