We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26bd6b commit 96c7c6fCopy full SHA for 96c7c6f
.github/workflows/RunBenchmark.yml
@@ -85,7 +85,7 @@ jobs:
85
run: |
86
ncores=`python3 -c 'import multiprocessing as mp; print(mp.cpu_count())'`
87
if [ $ncores -eq 16 ]; then export MACHINE_TYPE="c6id.4xlarge"; fi
88
- if [ $ncores -eq 32 ]; then export MACHINE_TYPE="c6id.4xlarge"; fi
+ if [ $ncores -eq 32 ]; then export MACHINE_TYPE="c6id.8xlarge"; fi
89
if [ $ncores -eq 128 ]; then export MACHINE_TYPE="c6id.metal"; fi
90
MACHINE_TYPE=$MACHINE_TYPE ./_run/run_small_medium.sh
91
0 commit comments