소스 검색

Reduce overlap test length, it is too long for lsan

Samuel Thibault 4 년 전
부모
커밋
ad8edb8471
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/microbenchs/bandwidth.c

+ 1 - 1
tests/microbenchs/bandwidth.c

@@ -27,7 +27,7 @@
 
 #if defined(STARPU_QUICK_CHECK) || defined(STARPU_SANITIZE_LEAK) || defined(STARPU_SANITIZE_ADDRESS)
 static size_t size = 1024;
-static unsigned cpustep = 4;
+static unsigned cpustep = 8;
 #else
 /* Must be bigger than available cache size per core, 64MiB should be enough */
 static size_t size = 64UL << 20;