Skip to content

Commit

Permalink
Last changes for CPM experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Gog authored and Simon Gog committed Jan 19, 2013
1 parent c28e916 commit e4adef8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 812 deletions.
22 changes: 11 additions & 11 deletions query_performance/query_details_web-4GB.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@ bin_dir="../bin"
output_dir=".."
pattern_dir="../pattern"
tmp_dir="../tmp"
file="../web-256MB"
file="../web-4GB"
file_basename=`basename ${file}`

threshold=4096

pattern_number=1000
result_file="query_performance_details_web-256MB.txt"
result_file="query_performance_details_web-4GB.txt"
repetitions=5

rm -f ${result_file}

os=`uname`
if [[ "$os" == 'Darwin' ]]; then
echo "Setup Mac OS for experiments"
./mac_setup.sh
fi
#if [[ "$os" == 'Darwin' ]]; then
# echo "Setup Mac OS for experiments"
# ./mac_setup.sh
#fi

#for fac_dens in 0 1 2 4 8 16 32 64 128 256 512 1024; do
for fac_dens in 0 1 4 16 64 256 1024; do
for i in `seq 1 ${repetitions}`; do
for pattern_len in 40; do
for occ in "75 125"; do
for occ in "8 12" "75 125"; do
for suffix in '0' '1' '2' '3' '4' '5'; do
if [[ "$os" == 'Darwin' ]]; then
purge
Expand All @@ -44,7 +44,7 @@ for fac_dens in 0 1 4 16 64 256 1024; do
done
done

if [[ "$os" == 'Darwin' ]]; then
echo "Activate services on Mac OS again"
./mac_teardown.sh
fi
#if [[ "$os" == 'Darwin' ]]; then
# echo "Activate services on Mac OS again"
# ./mac_teardown.sh
#fi
Loading

0 comments on commit e4adef8

Please sign in to comment.