Skip to content

Commit 2db90ff

Browse files
ci: fix perf scripts path; write perf.json at repo root
1 parent 8fd6e7a commit 2db90ff

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,11 @@ jobs:
7373
python -m pip install -e ./sup-lang
7474
python -c "import sup, sys; print('sup import ok', sup.__version__)"
7575
- name: Run benchmarks
76-
working-directory: sup-lang
7776
run: |
78-
python sup/tools/benchmarks.py --case arith_loop --iters 5 --json --out ../perf.json
77+
python sup-lang/sup/tools/benchmarks.py --case arith_loop --iters 5 --json --out perf.json
7978
- name: Enforce performance budgets
80-
working-directory: sup-lang
8179
run: |
82-
python sup/tools/bench_gates.py
80+
python sup-lang/sup/tools/bench_gates.py
8381
- name: Upload artifact
8482
uses: actions/upload-artifact@v4
8583
with:

0 commit comments

Comments
 (0)