Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
angelhof committed Mar 12, 2021
1 parent 54a0a3d commit a7e10e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion evaluation/eurosys/execute_baseline_sort.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ while getopts 'slh' opt; do
case $opt in
s) evaluation_level=1 ;;
l) evaluation_level=2 ;;
h) echo "There are three possible execution levels:"
h) echo "There are two possible execution levels:"
echo "option -s: Small input | --width 2, 16"
echo "option -l: Big input | -- width 2, 4, 8, 16, 32, 64"
exit 0 ;;
Expand Down
2 changes: 1 addition & 1 deletion evaluation/eurosys/execute_web_index_dish_evaluation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ while getopts 'slh' opt; do
case $opt in
s) input_number=1000 ;;
l) input_number=100000 ;;
h) echo "There are three possible execution levels:"
h) echo "There are two possible execution levels:"
echo "option -s: 1,000 urls (about 1.5 minutes in bash)"
echo "option -l: 100,000 urls (a couple hours in bash) (EuroSys evaluation)"
exit 0 ;;
Expand Down

0 comments on commit a7e10e9

Please sign in to comment.