Skip to content

Commit bb59780

Browse files
ci(perf): run benchmarks via module (python -m sup.tools.benchmarks)
1 parent 2db90ff commit bb59780

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
@@ -74,10 +74,10 @@ jobs:
7474
python -c "import sup, sys; print('sup import ok', sup.__version__)"
7575
- name: Run benchmarks
7676
run: |
77-
python sup-lang/sup/tools/benchmarks.py --case arith_loop --iters 5 --json --out perf.json
77+
python -m sup.tools.benchmarks --case arith_loop --iters 5 --json --out perf.json
7878
- name: Enforce performance budgets
7979
run: |
80-
python sup-lang/sup/tools/bench_gates.py
80+
python -m sup.tools.bench_gates
8181
- name: Upload artifact
8282
uses: actions/upload-artifact@v4
8383
with:

0 commit comments

Comments
 (0)