Commit 9798adc73475e2cdd5f3aac61cb2f9978a45206c

Authored by Stéphane Raimbault
1 parent 1570649f

Raise the number of loops to 10000 from 1000.

This new value isn't appropriate for a serial link.
tests/bench-bandwidth-master.c
... ... @@ -26,7 +26,7 @@
26 26  
27 27 /* Tests based on PI-MBUS-300 documentation */
28 28 #define SLAVE 0x11
29   -#define NB_LOOPS 1000
  29 +#define NB_LOOPS 10000
30 30  
31 31 #define G_USEC_PER_SEC 1000000
32 32 uint32_t gettime(void)
... ...