You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use go-humanize with testing.B to report some size.
testing.B.ReportMetrics takes a number and a suffix where such a function is already provided for SI with ComputeSI. So I added similar functions for Bytes and Bytes.
I'd like to use go-humanize with testing.B to report some size.
testing.B.ReportMetrics takes a number and a suffix where such a function is already provided for SI with ComputeSI. So I added similar functions for Bytes and Bytes.
I've created a PR here adding this support: #88
The text was updated successfully, but these errors were encountered: