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
pkg/cmd/roachtests: fix disk bandwidth passed to cluster setting
As of #135019, the disk bandwidth variable has units of bytes, but the
string passed to the cluster setting has units of `MiB`. This can result
an effective bandwidth that is orders of magnitude too high.
Change the former to match the units of the latter.
Release note: None.
0 commit comments