Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
seren5240 committed Mar 11, 2024
1 parent 751f075 commit be7cb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/benchmark/bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fi
# Calculate the bin path relative to the repo path
script_dir="$(dirname "$(readlink -f "$0")")"
fixtures_dir="${script_dir}/../fixtures"
bin_path="${script_dir}/../../../../target/release/marzano"
bin_path="${script_dir}/../../../../../target/release/marzano"

# Create a temp directory for the repo
temp_repo_path=$(mktemp -d)
Expand Down

0 comments on commit be7cb56

Please sign in to comment.