[CI] Fix benchmark script level (#16089)

This commit is contained in:
Kevin H. Luu 2025-04-05 03:36:01 -07:00 committed by GitHub
parent 4285e423a6
commit 0adba91547
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,8 +5,8 @@
set -ex
set -o pipefail
# cd into parent directory of this file
cd "$(dirname "${BASH_SOURCE[0]}")/.."
# cd 2 levels into the working directory
cd "$(dirname "${BASH_SOURCE[0]}")/../.."
(which wget && which curl) || (apt-get update && apt-get install -y wget curl)