[no-release-notes] Switch to millisecond performance (#3965)

This commit is contained in:
Vinai Rachakonda
2022-07-29 12:28:13 -07:00
committed by GitHub
parent b83b8e9b03
commit aae47eda8b

View File

@@ -119,7 +119,7 @@ func getResultsRow(res result, cols []*SeedColumn) []string {
// set iterations
row[6] = fmt.Sprintf("%d", res.br.N)
// set time
row[7] = res.br.T.Round(time.Second).String()
row[7] = res.br.T.Round(time.Millisecond * 10).String()
// set size_on_disk
row[8] = fmt.Sprintf("%v", res.sizeOnDisk)
// set rows_per_second