소스 검색

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 =