Skip to content

Commit

Permalink
fix to script
Browse files Browse the repository at this point in the history
  • Loading branch information
jermp committed Dec 10, 2024
1 parent 7c0bac5 commit a07e436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/run_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ for config in "${configs[@]}"; do
IFS=' ' read -r l a e <<< "$config"
# run the command 3 times for each configuration
for i in {1..3}; do
./build -n "$1" -l "$l" -a "$a" -e "$e" -r xor -b skew -s 1234567890 -q 10000000 -p 3000 -t 8 --dense --minimal
./build -n "$1" -l "$l" -a "$a" -e "$e" -r add -b opt -s 1234567890 -q 10000000 -p 3000 -t 8 --dense --minimal
done
done

0 comments on commit a07e436

Please sign in to comment.