diff --git a/scripts/ft-benchmark.sh b/scripts/ft-benchmark.sh index 11dfb5b7848..6c87fd6381d 100755 --- a/scripts/ft-benchmark.sh +++ b/scripts/ft-benchmark.sh @@ -1,6 +1,14 @@ #!/bin/bash set -xeo pipefail +# For debugging purposes +whoami +date + +# Otherwise nearup and cargo don't work even if installed properly +PATH=/home/ubuntu/.local/bin/:$PATH +export PATH=$PATH:$HOME/.cargo/bin + # Fetch the latest changes from the remote git fetch