Run ALL benchmark tasks

This commit is contained in:
mmcwilliams 2020-05-22 19:32:18 -04:00
parent 2362ec56ec
commit 4e959df57b
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ CPU=`bash ./scripts/cpu.sh`
DATE=`date -u +%s` #timestamp in seconds
NOTES="./notes/benchmark.csv"
ROTATIONS=( 1 2 ) # 5 10 20 )
DIAMETERS=( 47 ) # 225 300 )
ROTATIONS=( 1 2 5 10 20 )
DIAMETERS=( 47 225 300 )
COMPLETE=( 40 60 )
mkdir -p benchmark