Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rengolin committed Dec 5, 2024
1 parent 17bacf5 commit 1699e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if [ ! "$BENCH_BASE" ] && [ ! "$BENCH_PT" ] && [ ! "$BENCH_OMP" ] &&
exit 1
fi

BENCH_DIR=${GITHUB_BUILD_CHECKOUT_PATH:-.}/benchmarks
BENCH_DIR=benchmarks
BUILD_DIR=$(realpath "${BUILD_DIR:-build-${COMPILER}}")
CONFIG_DIR=$(realpath "${BENCH_DIR}/config")

Expand Down

0 comments on commit 1699e8a

Please sign in to comment.