display both at the end

This commit is contained in:
Tarun Pothulapati 2025-04-24 17:15:15 +05:30
parent 49d3c54470
commit 2685b7059d
No known key found for this signature in database
GPG key ID: 82B504CB6F6C9902

View file

@ -105,8 +105,9 @@ func Run(files []string) {
}
}
RenderTable(area, files, workers) // to show last stats
RenderPipelineRangesTable(area, files, workers) // to render per pipeline-range latency digests
RenderTable(area, files, workers) // to show last stats
areaPipelineRanges, _ := pterm.DefaultArea.WithCenter().Start()
RenderPipelineRangesTable(areaPipelineRanges, files, workers) // to render per pipeline-range latency digests
}
func Print(files []string) {