From 9798adc73475e2cdd5f3aac61cb2f9978a45206c Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Wed, 6 Aug 2008 20:47:03 +0200 Subject: [PATCH] Raise the number of loops to 10000 from 1000. This new value isn't appropriate for a serial link. --- tests/bench-bandwidth-master.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bench-bandwidth-master.c b/tests/bench-bandwidth-master.c index 1d5b32f..acf28a7 100644 --- a/tests/bench-bandwidth-master.c +++ b/tests/bench-bandwidth-master.c @@ -26,7 +26,7 @@ /* Tests based on PI-MBUS-300 documentation */ #define SLAVE 0x11 -#define NB_LOOPS 1000 +#define NB_LOOPS 10000 #define G_USEC_PER_SEC 1000000 uint32_t gettime(void) -- libgit2 0.21.4