Skip to content

Commit

Permalink
No need to skip buildkite upload
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn committed Feb 11, 2025
1 parent 627fcf3 commit 65299fa
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -376,10 +376,7 @@ main() {
pip install tabulate pandas
python3 $QUICK_BENCHMARK_ROOT/scripts/convert-results-json-to-markdown.py

# Set to 0 to run the benchmark script locally without uploading to Buildkite
if [[ "${UPLOAD_TO_BUILDKITE:-1}" == "1" ]]; then
upload_to_buildkite
fi
upload_to_buildkite
}

main "$@"

0 comments on commit 65299fa

Please sign in to comment.