Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danking committed Dec 11, 2024
1 parent 7d58797 commit e53d4f2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
strategy:
matrix:
benchmark:
# - id: datafusion
# name: DataFusion
- id: random_access
name: Random Access
- id: datafusion
name: DataFusion
# - id: random_access
# name: Random Access
# - id: compress
# name: Vortex Compression
# runs-on: self-hosted
Expand Down Expand Up @@ -51,11 +51,11 @@ jobs:
- name: Run benchmark
shell: bash
env:
# AWS Credentials for R2 storage tests
AWS_BUCKET: vortex-test
AWS_ENDPOINT: ${{ secrets.AWS_ENDPOINT }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
# # AWS Credentials for R2 storage tests
# AWS_BUCKET: vortex-test
# AWS_ENDPOINT: ${{ secrets.AWS_ENDPOINT }}
# AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
# AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
BENCH_VORTEX_RATIOS: '.*'
RUSTFLAGS: '-C target-cpu=native'
run: |
Expand Down

0 comments on commit e53d4f2

Please sign in to comment.