File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,16 +2,19 @@ name: codspeed-benchmarks
22
33on :
44 push :
5- branches : [ master, pydantic_v2 ]
5+ branches : [ master ]
66 pull_request :
7- branches : [ master, pydantic_v2 ]
7+ branches : [ master ]
88 # `workflow_dispatch` allows CodSpeed to trigger backtest
99 # performance analysis in order to generate initial data.
1010 workflow_dispatch :
1111
1212jobs :
1313 benchmarks :
14- runs-on : ubuntu-latest
14+ permissions :
15+ contents : read
16+ id-token : write
17+ runs-on : codspeed-macro
1518 steps :
1619 - uses : actions/checkout@v6
1720 - uses : actions/setup-python@v6
2124 - name : Install Poetry
2225 uses : snok/install-poetry@v1.4
2326 with :
24- version : 2.1.3
27+ version : 2.3.2
2528 virtualenvs-create : false
2629
2730 - name : Poetry details
3538 - name : Run benchmarks
3639 uses : CodSpeedHQ/action@v4
3740 with :
38- mode : instrumentation
39- token : ${{ secrets.CODSPEED_TOKEN }}
41+ mode : walltime
4042 run : poetry run pytest benchmarks/ --codspeed
Original file line number Diff line number Diff line change 1212<a href =" https://codecov.io/gh/collerek/ormar " >
1313 <img src="https://codecov.io/gh/collerek/ormar/branch/master/graph/badge.svg" alt="Coverage">
1414</a >
15- <a href =" https://www.codefactor.io/repository/github/collerek/ormar " >
16- <img src =" https://www.codefactor.io/repository/github/collerek/ormar/badge " alt =" CodeFactor " />
17- </a >
1815<a href =" https://qlty.sh/gh/collerek/projects/ormar " ><img src =" https://qlty.sh/gh/collerek/projects/ormar/maintainability.svg " alt =" Maintainability " /></a >
1916<a href =" https://pepy.tech/project/ormar " >
2017<img src =" https://pepy.tech/badge/ormar " ></a >
You can’t perform that action at this time.
0 commit comments