diff --git a/frameworks/Kieker/scripts/runExponentialSizes.sh b/frameworks/Kieker/scripts/runExponentialSizes.sh index fb9fa117724068fda7dd948dddb5b84cb7cb9b68..259d26ef82616e5bcd94b0f935b40cfc9922b929 100755 --- a/frameworks/Kieker/scripts/runExponentialSizes.sh +++ b/frameworks/Kieker/scripts/runExponentialSizes.sh @@ -7,6 +7,6 @@ for depth in 2 4 8 16 32 64 128 do export RECURSION_DEPTH=$depth echo "Running $depth" - ./benchmark.sh &> results-opentelemetry/$depth.txt + ./benchmark.sh &> $RESULTS_DIR/$depth.txt mv $RESULTS_DIR/results.zip $RESULTS_DIR/results-$RECURSION_DEPTH.zip done diff --git a/frameworks/opentelemetry/runExponentialSizes.sh b/frameworks/opentelemetry/runExponentialSizes.sh index 59e793231dbcf09e15e4634b43202ecc9a58caf1..3839c9513ae3feb43588f1db44aad4ff84635c28 100755 --- a/frameworks/opentelemetry/runExponentialSizes.sh +++ b/frameworks/opentelemetry/runExponentialSizes.sh @@ -7,6 +7,6 @@ for depth in 2 4 8 16 32 64 128 do export RECURSION_DEPTH=$depth echo "Running $depth" - ./benchmark.sh &> results-opentelemetry/$depth.txt + ./benchmark.sh &> $RESULTS_DIR/$depth.txt mv $RESULTS_DIR/results.zip $RESULTS_DIR/results-$RECURSION_DEPTH.zip done