Explorar el Código

Make tasks_size_overhead_scheds.sh fast only when not actually benchmarking

Samuel Thibault hace 6 años
padre
commit
573a864c8c
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      tests/microbenchs/tasks_size_overhead_scheds.sh

+ 6 - 1
tests/microbenchs/tasks_size_overhead_scheds.sh

@@ -19,4 +19,9 @@
 
 XFAIL="heteroprio"
 
-test_scheds tasks_size_overhead_sched.sh -i 8
+if [ -z "$STARPU_BENCH_DIR" ]
+then
+	FAST="-i 8"
+fi
+
+test_scheds tasks_size_overhead_sched.sh $FAST