mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-02-04 19:15:07 +00:00
fix(perf/https): request downloadBytes instead of uploadBytes (#203)
This commit is contained in:
parent
53ff8b5db1
commit
2ddea6a139
@ -77,7 +77,7 @@ func runClient(serverAddr string, uploadBytes, downloadBytes uint64) (time.Durat
|
||||
}
|
||||
|
||||
b := make([]byte, 8)
|
||||
binary.BigEndian.PutUint64(b, uploadBytes)
|
||||
binary.BigEndian.PutUint64(b, downloadBytes)
|
||||
|
||||
req, err := http.NewRequest(
|
||||
http.MethodPost,
|
||||
|
Loading…
x
Reference in New Issue
Block a user