File tree Expand file tree Collapse file tree 2 files changed +1
-34
lines changed
Expand file tree Collapse file tree 2 files changed +1
-34
lines changed Original file line number Diff line number Diff line change 7373 name : coverage-report
7474 path : htmlcov/
7575 retention-days : 30
76-
77- benchmark :
78- runs-on : ubuntu-latest
79- steps :
80- - name : Checkout code
81- uses : actions/checkout@v6
82-
83- - name : Set up Python
84- uses : actions/setup-python@v6
85- with :
86- python-version : " 3.12"
87-
88- - name : Install uv
89- uses : astral-sh/setup-uv@v7
90- with :
91- version : " latest"
92-
93- - name : Install dependencies
94- run : uv sync --extra dev
95-
96- - name : Run performance tests
97- run : uv run pytest tests/test_performance.py -v --benchmark-only --benchmark-json=benchmark.json
98-
99- - name : Store benchmark result
100- uses : benchmark-action/github-action-benchmark@v1
101- with :
102- tool : " pytest"
103- output-file-path : benchmark.json
104- github-token : ${{ secrets.GITHUB_TOKEN }}
105- auto-push : ${{ github.ref == 'refs/heads/main' }}
106- comment-on-alert : true
107- fail-on-alert : false
108- alert-threshold : " 150%"
109- comment-always : false
Original file line number Diff line number Diff line change 33/.serena /
44/cohn_credentials.json
55/.benchmarks
6+ /benchmark_ * .svg
67
78# Byte-compiled / optimized / DLL files
89__pycache__ /
You can’t perform that action at this time.
0 commit comments