From: Mathieu Desnoyers Date: Thu, 7 Jul 2011 14:43:51 +0000 (-0400) Subject: rculfhash test: increases random pool size X-Git-Tag: v0.7.0~43^2~213 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=658744f695e314f2a445d04f9b818d713fc5246f rculfhash test: increases random pool size Signed-off-by: Mathieu Desnoyers --- diff --git a/tests/test_urcu_hash.c b/tests/test_urcu_hash.c index b1ff4ac..e8c51d8 100644 --- a/tests/test_urcu_hash.c +++ b/tests/test_urcu_hash.c @@ -38,7 +38,7 @@ #endif #define HASH_SIZE 32 -#define RAND_POOL 10000 +#define RAND_POOL 1000000 /* Make this big enough to include the POWER5+ L3 cacheline size of 256B */ #define CACHE_LINE_SIZE 4096