Skip to content

Commit 8fd6e7a

Browse files
ci: fix perf job invocation; guard optional imports in cli
1 parent d169c2c commit 8fd6e7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ jobs:
7575
- name: Run benchmarks
7676
working-directory: sup-lang
7777
run: |
78-
python -m sup.tools.benchmarks --case arith_loop --iters 5 --json --out ../perf.json
78+
python sup/tools/benchmarks.py --case arith_loop --iters 5 --json --out ../perf.json
7979
- name: Enforce performance budgets
8080
working-directory: sup-lang
8181
run: |
82-
python -m sup.tools.bench_gates
82+
python sup/tools/bench_gates.py
8383
- name: Upload artifact
8484
uses: actions/upload-artifact@v4
8585
with:

0 commit comments

Comments
 (0)