Skip to content

Commit

Permalink
NO_OP
Browse files Browse the repository at this point in the history
  • Loading branch information
axelniklasson committed Apr 15, 2019
1 parent 7a363a6 commit d73cbce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions 18_experiment_ss_overhead.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

./run_clients_distributed.sh ../odin/hosts.txt 3 6 11 NO_OP
2 changes: 1 addition & 1 deletion experiment_ss_overhead.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if [ "$#" -ne 1 ]; then
exit 1
fi

./run_clients_distributed.sh ../odin/hosts.txt $1 6 34
./run_clients_distributed.sh ../odin/hosts.txt $1 6 34 NO_OP

0 comments on commit d73cbce

Please sign in to comment.