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
Currently, *testing.T is used which is not compatible with *testing.B that is used by benchmarks. It would be great to use the testing.TB interface or a compatible one.
Currently,
*testing.Tis used which is not compatible with*testing.Bthat is used by benchmarks. It would be great to use thetesting.TBinterface or a compatible one.