mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
Make test-tcp-writealot faster
This commit is contained in:
parent
c48e753d98
commit
89da632a19
@ -25,8 +25,8 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
#define WRITES 5
|
||||
#define CHUNKS_PER_WRITE 5
|
||||
#define WRITES 3
|
||||
#define CHUNKS_PER_WRITE 3
|
||||
#define CHUNK_SIZE 10485760 /* 10 MB */
|
||||
|
||||
#define TOTAL_BYTES (WRITES * CHUNKS_PER_WRITE * CHUNK_SIZE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user