Benchmarks

This commit is contained in:
Artur Meski
2018-07-22 15:08:50 +01:00
parent f3a6fc6949
commit 41b609326a

View File

@@ -4,7 +4,7 @@ TMPINPUT="tmp_$RANDOM$RANDOM.rs"
CMD="./reactics -b -B"
for i in `seq 2 10`;do
for i in `seq 2 20`;do
echo "[i] n=$i; generating input file"
in/gen_drs_mutex.py $i > $TMPINPUT
@@ -32,4 +32,4 @@ done
rm -f $TMPINPUT
# EOF
# EOF