mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-06-17 14:06:08 +00:00
update dependency (ironwood), fix units in core benchmark
This commit is contained in:
@ -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++ {
|
||||
|
Reference in New Issue
Block a user