Skip to content

Commit

Permalink
added missing ARTIFACTS_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Jun 10, 2024
1 parent 11c1538 commit 998c841
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
set -eu -o pipefail
shopt -s inherit_errexit

ARTIFACTS_DIR="$PWD/.git/.artifacts"

# realpath allows to reuse the current
BENCH_ROOT_DIR=$(realpath "$(dirname "${BASH_SOURCE[0]}")")

Expand Down

0 comments on commit 998c841

Please sign in to comment.