aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/build_benches.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/build_benches.sh')
-rwxr-xr-xtest/monniaux/build_benches.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/monniaux/build_benches.sh b/test/monniaux/build_benches.sh
index 02123665..5c431f74 100755
--- a/test/monniaux/build_benches.sh
+++ b/test/monniaux/build_benches.sh
@@ -3,7 +3,8 @@ source benches.sh
rm -f commands.txt
for bench in $benches; do
- echo "(cd $bench && make -j5 $1)" >> commands.txt
+ #echo "(cd $bench && make -j5 $1)" >> commands.txt
+ (cd $bench && make -j20 $1)
done
-cat commands.txt | xargs -n1 -I{} -P4 bash -c '{}'
+#cat commands.txt | xargs -n1 -I{} -P4 bash -c '{}'