Skip to content

Commit 8eea65b

Browse files
authored
Merge branch 'master' into dependabot/pip/fastapi-0.135.1
2 parents a792c4a + 8e144d0 commit 8eea65b

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@ name: codspeed-benchmarks
22

33
on:
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

1212
jobs:
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
@@ -21,7 +24,7 @@ jobs:
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
@@ -35,6 +38,5 @@ jobs:
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

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
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>

0 commit comments

Comments
 (0)