Skip to content

Commit 96c7c6f

Browse files
committed
another machine type
1 parent d26bd6b commit 96c7c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/RunBenchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: |
8686
ncores=`python3 -c 'import multiprocessing as mp; print(mp.cpu_count())'`
8787
if [ $ncores -eq 16 ]; then export MACHINE_TYPE="c6id.4xlarge"; fi
88-
if [ $ncores -eq 32 ]; then export MACHINE_TYPE="c6id.4xlarge"; fi
88+
if [ $ncores -eq 32 ]; then export MACHINE_TYPE="c6id.8xlarge"; fi
8989
if [ $ncores -eq 128 ]; then export MACHINE_TYPE="c6id.metal"; fi
9090
MACHINE_TYPE=$MACHINE_TYPE ./_run/run_small_medium.sh
9191

0 commit comments

Comments
 (0)