fixed raw data file name
This commit is contained in:
parent
477fc131f2
commit
364fe11c1f
|
@ -18,7 +18,7 @@ do
|
||||||
rm -f ./hchc/$dir_name/*.txt
|
rm -f ./hchc/$dir_name/*.txt
|
||||||
|
|
||||||
# copy raw file to correct location
|
# copy raw file to correct location
|
||||||
cp /home/kreft/benchmark/benchmarks/mixed_hchc_$((updates))_sqlite ./mixed.txt
|
cp /home/kreft/benchmark/benchmarks/mixed_hchc_sqlite_$((updates)) ./mixed.txt
|
||||||
|
|
||||||
echo "Executing runs for $updates updates"
|
echo "Executing runs for $updates updates"
|
||||||
for run in 1 2 3 4 5
|
for run in 1 2 3 4 5
|
||||||
|
|
Loading…
Reference in New Issue