Skip to content

Commit

Permalink
Delete benchmark action
Browse files Browse the repository at this point in the history
  • Loading branch information
gtopper committed Jan 22, 2024
1 parent d5270f3 commit b85265c
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,24 +62,3 @@ jobs:
V3IO_ACCESS_KEY: ${{ secrets.V3IO_ACCESS_KEY }}
V3IO_FRAMESD: ${{ secrets.V3IO_FRAMESD }}
run: make integration

benchmark:
name: Benchmark
runs-on: [ self-hosted, Linux ]
container:
image: python:3.9.18
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: make dev-env
- name: Run benchmark
run: make bench
- name: Store benchmark result
uses: rhysd/github-action-benchmark@v1
with:
tool: 'pytest'
output-file-path: bench-results.json
# Personal access token to deploy GitHub Pages branch
github-token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
# Push and deploy GitHub pages branch automatically
auto-push: true

0 comments on commit b85265c

Please sign in to comment.