1
0
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:
Bert Belder 2011-04-25 23:19:52 +02:00
parent c48e753d98
commit 89da632a19

View File

@ -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)