ソースを参照

tests/microbenchs/async_tasks_overhead.c: lower number of tasks when quick-check is required

Nathalie Furmento 8 年 前
コミット
e03a8325bb
共有1 個のファイルを変更した4 個の追加0 個の削除を含む
  1. 4 0
      tests/microbenchs/async_tasks_overhead.c

+ 4 - 0
tests/microbenchs/async_tasks_overhead.c

@@ -94,6 +94,10 @@ int main(int argc, char **argv)
 	starpu_conf_init(&conf);
 	conf.ncpus = 2;
 
+#ifdef STARPU_QUICK_CHECK
+	ntasks = 128;
+#endif
+
 	parse_args(argc, argv, &conf);
 
 	ret = starpu_initialize(&conf, &argc, &argv);