소스 검색

Raise the number of loops to 10000 from 1000.
This new value isn't appropriate for a serial link.

Stéphane Raimbault 17 년 전
부모
커밋
9798adc734
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/bench-bandwidth-master.c

+ 1 - 1
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)