Browse Source

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

Samuel Thibault 4 years ago
parent
commit
5bf9a095af
1 changed files with 1 additions and 0 deletions
  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 =