소스 검색

Reduce test time

Samuel Thibault 6 년 전
부모
커밋
668112f921
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tests/microbenchs/matrix_as_vector.c

+ 2 - 2
tests/microbenchs/matrix_as_vector.c

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2012-2015,2017                           CNRS
  * Copyright (C) 2013                                     Inria
- * Copyright (C) 2012-2017                                Université de Bordeaux
+ * Copyright (C) 2012-2017,2019                           Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by
@@ -28,7 +28,7 @@
  */
 
 #ifdef STARPU_QUICK_CHECK
-#define LOOPS 10
+#define LOOPS 5
 #elif !defined(STARPU_LONG_CHECK)
 #define LOOPS 30
 #else