From 4e959df57b5230f8dbbaaa0c65866067faf22d9f Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Fri, 22 May 2020 19:32:18 -0400 Subject: [PATCH] Run ALL benchmark tasks --- scripts/benchmark.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/benchmark.sh b/scripts/benchmark.sh index 0b9a2ed..e7cdb49 100644 --- a/scripts/benchmark.sh +++ b/scripts/benchmark.sh @@ -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