Prechádzať zdrojové kódy

use a higher heavy cost constant to avoid false negative tests results on loaded machines

Olivier Aumage 8 rokov pred
rodič
commit
7a741eafa3

+ 2 - 2
tests/sched_policies/simple_cpu_gpu_sched.c

@@ -57,7 +57,7 @@ cpu_task_gpu(struct starpu_task *task,
 	(void) arch;
 	(void) nimpl;
 
-	return 1000.0;
+	return 10000000.0;
 }
 
 static double
@@ -69,7 +69,7 @@ gpu_task_cpu(struct starpu_task *task,
 	(void) arch;
 	(void) nimpl;
 
-	return 1000.0;
+	return 10000000.0;
 }
 
 static double