Skip to content
Snippets Groups Projects
Commit 2a7b3c7c authored by Jono Wenger's avatar Jono Wenger
Browse files

Fix order

parent 7d51bd29
Branches
No related tags found
2 merge requests!117Release,!105XX-3617 / faster file transfer
......@@ -186,10 +186,9 @@ func newTestManager(sendErr bool, sendChan, sendE2eChan chan message.Receive,
return nil
}
p := DefaultParams()
avgNumMessages := (minPartsSendPerRound + maxPartsSendPerRound) / 2
avgSendSize := avgNumMessages * (8192 / 8)
p := DefaultParams()
p.MaxThroughput = int(time.Second) * avgSendSize
m := &Manager{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment