瀏覽代碼

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

Samuel Thibault 5 年之前
父節點
當前提交
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)arg;
+	usleep(1000);
 }
 
 static struct starpu_perfmodel rb_model =