Explorar o código

Reduce overlap test length, it is too long for lsan

Samuel Thibault %!s(int64=4) %!d(string=hai) anos
pai
achega
ad8edb8471
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;