Skip to content

Commit 3a18118

Browse files
author
Reiner Jung
committed
Made run all resources configurable
1 parent 5fdcc09 commit 3a18118

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

run-all-resource-utilization.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ function run_exp() {
2020
rm -rf "executions/$1"
2121
}
2222

23-
#for I in ${CONFIG_SET["minor"]} ; do
24-
for I in 5000 2000 3000 4000 6000 7000 8000 9000 ; do
23+
for I in ${CONFIG_SET["resource"]} ; do
2524
NAME="simulated-account-services-$I"
2625
run_exp "$NAME"
2726
done

0 commit comments

Comments
 (0)