Skip to content
Snippets Groups Projects
Verified Commit ced2123e authored by Claudio Scheer's avatar Claudio Scheer
Browse files

Correction in the test script

parent bf598969
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
rm -rf ../bin
# ./output
rm -rf ../bin ./output
cd ..
ant
cd -
# mkdir output
mkdir output
# initial_sizes=(100000 200000 300000)
initial_sizes=(300000)
# capacities=(300000 500000 1000000)
capacities=(1000000)
threads=(6 8 10 12)
initial_sizes=(100000 200000 300000)
capacities=(300000 500000 1000000)
threads=(2 4 6 8 10 12)
for ((i = 0; i < 3; i++)); do
for t in "${threads[@]}"; do
initial_size=${initial_sizes[i]}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment