mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-15 02:52:55 -05:00
[no-release-notes] Switch to millisecond performance (#3965)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user