Skip to content
Snippets Groups Projects
Commit f444ba9b authored by David Georg Reichelt's avatar David Georg Reichelt
Browse files

Use correct folders

parent 63b5476d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment