Skip to content

Commit

Permalink
Update baseline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos authored Sep 22, 2024
1 parent 94433eb commit 7fb3c18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches: [main]
paths:
- "libs/**"
- ".github/workflows/baseline.yml"

env:
POETRY_VERSION: "1.7.1"
Expand All @@ -27,6 +28,7 @@ jobs:
cache-key: bench
- name: Install dependencies
run: poetry install --with dev
- run: python -m pyperf system tune
- name: Run benchmarks
run: OUTPUT=out/benchmark-baseline.json make -s benchmark
- name: Save outputs
Expand Down

0 comments on commit 7fb3c18

Please sign in to comment.