ソースを参照

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

Samuel Thibault 4 年 前
コミット
5bf9a095af
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  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)descr;
 	(void)arg;
 	(void)arg;
+	usleep(1000);
 }
 }
 
 
 static struct starpu_perfmodel rb_model =
 static struct starpu_perfmodel rb_model =