Skip to content

Commit

Permalink
refactor: Improve benchmark script
Browse files Browse the repository at this point in the history
  • Loading branch information
KShivendu committed Nov 6, 2023
1 parent df11917 commit 1be2407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -e
set -x

SCRIPT_PATH="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
SCRIPT_PATH="$( cd "$(dirname "$0")" &>/dev/null ; pwd -P )"
export CLOUD_NAME=${CLOUD_NAME:-"custom"}

DATASETS=("glove-100-angular" "deep-image-96" "gist-960-euclidean" "dbpedia-openai-1M-1536-angular")
Expand Down

0 comments on commit 1be2407

Please sign in to comment.