Skip to content

Commit 18f8ea9

Browse files
Merge pull request #357 from egraphs-good/custom-cost-model
Add ability to create custom model and pass them in to extract
2 parents a46b180 + 4b0f21d commit 18f8ea9

28 files changed

+1427
-259
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,12 @@ jobs:
6868
- run: |
6969
export UV_PROJECT_ENVIRONMENT="${pythonLocation}"
7070
uv sync --extra test --locked
71-
- uses: CodSpeedHQ/action@v3.8.1
71+
- uses: CodSpeedHQ/action@v4.0.1
7272
with:
7373
token: ${{ secrets.CODSPEED_TOKEN }}
7474
# allow updating snapshots due to indeterministic benchmarks
7575
run: pytest -vvv --snapshot-update --durations=10
76+
mode: "instrumentation"
7677

7778
docs:
7879
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)