Explorar o código

Make valid_model measurement more stable, otherwise StarPU would flush them and non-linear regression complain

Samuel Thibault %!s(int64=5) %!d(string=hai) anos
pai
achega
5bf9a095af
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/perfmodels/valid_model.c

+ 1 - 0
tests/perfmodels/valid_model.c

@@ -27,6 +27,7 @@ void func(void *descr[], void *arg)
 {
 	(void)descr;
 	(void)arg;
+	usleep(1000);
 }
 
 static struct starpu_perfmodel rb_model =