Skip to content
Snippets Groups Projects
Commit b6dff6cd authored by Simon Ehrenstein's avatar Simon Ehrenstein
Browse files

Rename called script

parent c63efd14
No related branches found
No related tags found
No related merge requests found
...@@ -5,4 +5,4 @@ import os ...@@ -5,4 +5,4 @@ import os
dirname = os.path.dirname(__file__) dirname = os.path.dirname(__file__)
os.chdir(dirname+"/../../") os.chdir(dirname+"/../../")
def execute(subexperiment_config): def execute(subexperiment_config):
os.system("./run_uc{}-new.sh {} {} {} {} {} {} {} {}".format(subexperiment_config.use_case, subexperiment_config.counter, subexperiment_config.dim_value, subexperiment_config.replicas, subexperiment_config.partitions, subexperiment_config.cpu_limit, subexperiment_config.memory_limit, subexperiment_config.kafka_streams_commit_interval_ms, subexperiment_config.execution_minutes)) os.system("./run_uc{}.sh {} {} {} {} {} {} {} {}".format(subexperiment_config.use_case, subexperiment_config.counter, subexperiment_config.dim_value, subexperiment_config.replicas, subexperiment_config.partitions, subexperiment_config.cpu_limit, subexperiment_config.memory_limit, subexperiment_config.kafka_streams_commit_interval_ms, subexperiment_config.execution_minutes))
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment