Explorar o código

asan becomes a little bit too slow for the bandwidth test

Samuel Thibault %!s(int64=4) %!d(string=hai) anos
pai
achega
cd14bff5af
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/microbenchs/bandwidth.c

+ 1 - 1
tests/microbenchs/bandwidth.c

@@ -25,7 +25,7 @@
  * kernels and number of idle workers.
  */
 
-#if defined(STARPU_QUICK_CHECK) || defined(STARPU_SANITIZE_LEAK)
+#if defined(STARPU_QUICK_CHECK) || defined(STARPU_SANITIZE_LEAK) || defined(STARPU_SANITIZE_ADDRESS)
 static size_t size = 1024;
 static unsigned cpustep = 4;
 #else