Browse Source

Reduce test time

Samuel Thibault 6 years ago
parent
commit
668112f921
1 changed files with 2 additions and 2 deletions
  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