update dependency (ironwood), fix units in core benchmark

This commit is contained in:
Arceliar 2021-05-31 06:39:53 -05:00
parent 1db7437b80
commit 978124dbb1
3 changed files with 4 additions and 4 deletions

View file

@ -164,7 +164,7 @@ func BenchmarkCore_Start_Transfer(b *testing.B) {
rand.Read(msg)
buf := make([]byte, msgLen)
b.SetBytes(int64(b.N * msgLen))
b.SetBytes(int64(msgLen))
b.ResetTimer()
for i := 0; i < b.N; i++ {