Skip to content

Commit 6af61d0

Browse files
committed
added more batch sizes and #cores to stress test experiment
1 parent 11d7a9b commit 6af61d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/arbiter/measure_tslot_throughput.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ mkdir $DIR
1616
echo `git rev-list --max-count=1 HEAD` > $DIR/info.txt
1717

1818
# run the experiment for different sets of parameters
19-
algo_n_cores=( 8 2 4 1 )
20-
batch_size=( 32 8 16 )
19+
algo_n_cores=( 8 2 4 1 6 )
20+
batch_size=( 8 16 4 1 2 32 )
2121

2222
for batch in "${batch_size[@]}"
2323
do

0 commit comments

Comments
 (0)