Skip to content

Commit

Permalink
fix broken benchmark script
Browse files Browse the repository at this point in the history
  • Loading branch information
gwauge committed Dec 7, 2024
1 parent 86c7773 commit c0aec19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions benchmarks/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@ if [ ! -f "benchmark.sh" ]; then
exit 1
fi

# change to root directory
cd .. || exit

# === Build project ===
echo "Building mandelbrot benchmark"
bash build.sh # run build script

# Change back to root directory
cd .. || exit


# === Run benchmarks ===
echo "Running benchmarks"

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ cd build || exit
cmake ..

# Compile files
make -j
make -j8

0 comments on commit c0aec19

Please sign in to comment.