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