diff --git a/.github/scripts/benchmark.sh b/.github/scripts/benchmark.sh index ea19d1141..22fd99e52 100755 --- a/.github/scripts/benchmark.sh +++ b/.github/scripts/benchmark.sh @@ -15,7 +15,7 @@ http --version # Send start_time=$(date +%s) -http --ignore-stdin POST localhost:8080/api/v1/dataset "Authorization:$(oidc token trustify -bf)" @etc/datasets/ds3.zip +http --ignore-stdin POST localhost:8080/api/v2/dataset "Authorization:$(oidc token trustify -bf)" @etc/datasets/ds3.zip end_time=$(date +%s) runtime=$((end_time - start_time)) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 6a8cf5d4b..659fb59c5 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -4,9 +4,9 @@ on: push: branches: - "main" -# pull_request: -# branches: -# - "main" + pull_request: + branches: + - "main" concurrency: benchmark