Skip to content

Commit

Permalink
hash_table: measure time
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtomjhj committed Dec 18, 2023
1 parent 0ee04c7 commit e6a1377
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions homework/scripts/grade-hash_table.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
set -uo pipefail
IFS=$'\n\t'

time {

# Imports library.
BASEDIR=$(dirname "$0")
source $BASEDIR/grade-utils.sh
Expand Down Expand Up @@ -99,6 +101,7 @@ done
# fi
# fi

}

SCORES=( 0 5 10 20 40 70 )
SCORE=$(( SCORES[growable_array_fail] + SCORES[split_ordered_list_fail] ))
Expand Down

0 comments on commit e6a1377

Please sign in to comment.