From fd2898bef357da68ae4962120ce723748b488137 Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Sat, 29 Jun 2019 16:32:28 +0200 Subject: Decreasing amount of concurrent -j5 on run_benches.sh --- test/monniaux/run_benches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/monniaux/run_benches.sh') diff --git a/test/monniaux/run_benches.sh b/test/monniaux/run_benches.sh index 5f9f22cb..a562a117 100755 --- a/test/monniaux/run_benches.sh +++ b/test/monniaux/run_benches.sh @@ -6,7 +6,7 @@ for bench in $benches; do echo "(cd $bench && make -j5 run)" >> commands.txt done -cat commands.txt | xargs -n1 -I{} -P4 bash -c '{}' +cat commands.txt | xargs -n1 -I{} -P5 bash -c '{}' ## # Gather all the CSV files -- cgit