summaryrefslogtreecommitdiff
path: root/impl/performance/run-bench.sh
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-11-27 18:20:06 +1100
committerCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-11-27 18:20:06 +1100
commit839764bd955d2bddedb4a38ab1d4d92c797c56b9 (patch)
treeba18f19658c62f5d515d1bdadbf37969f9e99711 /impl/performance/run-bench.sh
parent8b9d3f9880824523c16a1101967987f998dc1cb4 (diff)
Thesis and performance testing related stuff.
Diffstat (limited to 'impl/performance/run-bench.sh')
-rw-r--r--impl/performance/run-bench.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/impl/performance/run-bench.sh b/impl/performance/run-bench.sh
index 8ebdbbc..ed6541b 100644
--- a/impl/performance/run-bench.sh
+++ b/impl/performance/run-bench.sh
@@ -6,7 +6,7 @@ COUNT=1
while [[ `echo "$NUM < 100000" | bc` == "1" ]]
do
echo -n "($NUM,"
- python generate-long.py $NUM > system.eqns
+ python generate-$1.py $NUM > system.eqns
echo `../build/main system.eqns 2>&1 >/dev/null | grep Time | egrep -o "[0-9]*\.[0-9]+"` ")"
NUM=$(($NUM * 2))
COUNT=$(($COUNT + 1))