Commit 9798adc73475e2cdd5f3aac61cb2f9978a45206c
1 parent
1570649f
Raise the number of loops to 10000 from 1000.
This new value isn't appropriate for a serial link.
Showing
1 changed file
with
1 additions
and
1 deletions
tests/bench-bandwidth-master.c
| @@ -26,7 +26,7 @@ | @@ -26,7 +26,7 @@ | ||
| 26 | 26 | ||
| 27 | /* Tests based on PI-MBUS-300 documentation */ | 27 | /* Tests based on PI-MBUS-300 documentation */ |
| 28 | #define SLAVE 0x11 | 28 | #define SLAVE 0x11 |
| 29 | -#define NB_LOOPS 1000 | 29 | +#define NB_LOOPS 10000 |
| 30 | 30 | ||
| 31 | #define G_USEC_PER_SEC 1000000 | 31 | #define G_USEC_PER_SEC 1000000 |
| 32 | uint32_t gettime(void) | 32 | uint32_t gettime(void) |