Skip to content

Commit 4d6549b

Browse files
authored
Update benchmarks.yml
1 parent 536a5e2 commit 4d6549b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/benchmarks.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,12 @@ jobs:
1414
contents: write # required for pushing to gh-pages
1515
runs-on: oracle-bare-metal-64cpu-512gb-x86-64
1616
container:
17-
image: ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061
17+
image: python:3.13-slim
1818
steps:
1919
- name: Checkout Core Repo @ SHA - ${{ github.sha }}
2020
uses: actions/checkout@v4
21-
- name: Set up Python
22-
uses: actions/setup-python@v5
23-
with:
24-
python-version: "3.13"
25-
architecture: 'x64'
21+
- name: Install tox
22+
run: pip install tox-uv
2623
- name: Run tox
2724
run: tox -e benchmark-opentelemetry-sdk -- -k opentelemetry-sdk/benchmarks --benchmark-json=opentelemetry-sdk/output.json
2825
- name: Report on SDK benchmark results

0 commit comments

Comments
 (0)