diff --git a/examples/zoop.sh b/examples/zoop.sh index d25622d4fd5bf06bbea645b907fbdc3046c3eb7b..2286faf50c377ca7a5c5eda7f1988e4d0da0641b 100644 --- a/examples/zoop.sh +++ b/examples/zoop.sh @@ -1,5 +1,8 @@ #!/bin/bash -for syncs in {0..16} +for options in {1..5} do - ./bench_8/main.exe $syncs + for forwards in {0..15} + do + ./bench_11/main.exe $forwards $options 0 + done done \ No newline at end of file