mirror of
https://github.com/kopia/kopia.git
synced 2026-03-29 19:42:30 -04:00
* Update display on repository summary * Apply throughout app * Situate units_test * Update Command Line documentation * Envar cleanup * Rename to BytesString * Restore envar string available for test * Remove extraneous empty check and restore UIPreferences field for frontend * PR: config bool cleanup and missed `BaseEnv`s * Fix lint and test
This commit is contained in:
@@ -126,7 +126,7 @@ type benchResult struct {
|
||||
|
||||
c.out.printStdout("%-25v %12v count:%v min:%v 10th:%v 25th:%v 50th:%v 75th:%v 90th:%v max:%v\n",
|
||||
r.splitter,
|
||||
units.BytesStringBase10(r.bytesPerSecond)+"/s",
|
||||
units.BytesString(r.bytesPerSecond)+"/s",
|
||||
r.segmentCount,
|
||||
r.min, r.p10, r.p25, r.p50, r.p75, r.p90, r.max,
|
||||
)
|
||||
@@ -143,7 +143,7 @@ type benchResult struct {
|
||||
c.out.printStdout("%3v. %-25v %-12v count:%v min:%v 10th:%v 25th:%v 50th:%v 75th:%v 90th:%v max:%v\n",
|
||||
ndx,
|
||||
r.splitter,
|
||||
units.BytesStringBase10(r.bytesPerSecond)+"/s",
|
||||
units.BytesString(r.bytesPerSecond)+"/s",
|
||||
r.segmentCount,
|
||||
r.min, r.p10, r.p25, r.p50, r.p75, r.p90, r.max)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user