We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db90ff commit bb59780Copy full SHA for bb59780
.github/workflows/ci.yml
@@ -74,10 +74,10 @@ jobs:
74
python -c "import sup, sys; print('sup import ok', sup.__version__)"
75
- name: Run benchmarks
76
run: |
77
- python sup-lang/sup/tools/benchmarks.py --case arith_loop --iters 5 --json --out perf.json
+ python -m sup.tools.benchmarks --case arith_loop --iters 5 --json --out perf.json
78
- name: Enforce performance budgets
79
80
- python sup-lang/sup/tools/bench_gates.py
+ python -m sup.tools.bench_gates
81
- name: Upload artifact
82
uses: actions/upload-artifact@v4
83
with:
0 commit comments