We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce243a4 commit 107eddcCopy full SHA for 107eddc
1 file changed
.github/workflows/pr_integration_tests.yml
@@ -161,11 +161,3 @@ jobs:
161
env_vars: OS,PYTHON
162
fail_ci_if_error: true
163
verbose: true
164
- - name: Benchmark python
165
- env:
166
- FEAST_SERVER_DOCKER_IMAGE_TAG: ${{ needs.build-docker-image.outputs.DOCKER_IMAGE_TAG }}
167
- FEAST_USAGE: "False"
168
- IS_TEST: "True"
169
- run: pytest --verbose --color=yes sdk/python/tests --integration --benchmark --benchmark-autosave --benchmark-save-data --durations=5
170
- - name: Upload Benchmark Artifact to S3
171
- run: aws s3 cp --recursive .benchmarks s3://feast-ci-pytest-benchmarks
0 commit comments