Skip to content

Commit

Permalink
hash_table: remove cargo_asan and increase REPS
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtomjhj committed Dec 18, 2023
1 parent e6a1377 commit 71709de
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions homework/scripts/grade-hash_table.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi

export RUST_TEST_THREADS=1

REPS=3
REPS=5
TEST_NAMES=(
"stress_sequential"
"lookup_concurrent"
Expand All @@ -30,17 +30,16 @@ TEST_NAMES=(
)
RUNNERS=(
"cargo --release"
"cargo_asan"
"cargo_asan --release"
"cargo_tsan --release"
)
# timeout for each (TEST_NAME, RUNNER).
TIMEOUTS=(
10s 10s 10s 10s
10s 10s 10s 10s
10s 10s 10s 10s
10s 120s 15s 60s
10s 120s 15s 60s
10s 10s 10s
10s 10s 10s
10s 10s 10s
10s 15s 15s
10s 15s 15s
)
# the index of the last failed test
growable_array_fail=${#TEST_NAMES[@]}
Expand Down

0 comments on commit 71709de

Please sign in to comment.