mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
update dependency (ironwood), fix units in core benchmark
This commit is contained in:
parent
1db7437b80
commit
978124dbb1
3 changed files with 4 additions and 4 deletions
|
@ -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++ {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue