Skip to content

Commit

Permalink
fix benchmark ci (#319)
Browse files Browse the repository at this point in the history
* fix benchmark ci

* add vcd-to-csv

* update lockfile
  • Loading branch information
jorendumoulin authored Dec 20, 2024
1 parent eac6811 commit 78dd933
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/run-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
pull_request:
paths:
- '.github/workflows/run-benchmarks.yml'
- 'benchmarks/**'

jobs:
Expand All @@ -18,7 +19,7 @@ jobs:
cache: true
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
- name: Run benchmarks
run: python3 genbenchmark.py
run: pixi run python genbenchmark.py
working-directory: benchmarks/${{ matrix.kernel }}
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down
13 changes: 12 additions & 1 deletion pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,4 @@ lld = "==19.1.1"
snax-cluster = "==0.2.7"
snakemake-minimal="*"
pyright = ">=1.1.390,<2"
vcd-to-csv = { version = ">=0.1.0,<0.2", channel = "kuleuven-micas" }

0 comments on commit 78dd933

Please sign in to comment.