mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
display both at the end
This commit is contained in:
parent
49d3c54470
commit
2685b7059d
1 changed files with 3 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue