We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d169c2c commit 8fd6e7aCopy full SHA for 8fd6e7a
.github/workflows/ci.yml
@@ -75,11 +75,11 @@ jobs:
75
- name: Run benchmarks
76
working-directory: sup-lang
77
run: |
78
- python -m sup.tools.benchmarks --case arith_loop --iters 5 --json --out ../perf.json
+ python sup/tools/benchmarks.py --case arith_loop --iters 5 --json --out ../perf.json
79
- name: Enforce performance budgets
80
81
82
- python -m sup.tools.bench_gates
+ python sup/tools/bench_gates.py
83
- name: Upload artifact
84
uses: actions/upload-artifact@v4
85
with:
0 commit comments