We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bc443 commit 799afffCopy full SHA for 799afff
defs/bytes_counter.go
@@ -45,7 +45,7 @@ func (c *BytesCounter) Average() float64 {
45
}
46
47
func (c *BytesCounter) AvgMbps() float64 {
48
- var base float64 = 100000
+ var base float64 = 125000
49
if c.mebi {
50
base = 131072
51
0 commit comments