Skip to content

Commit 536a5e2

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

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/benchmarks.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@ jobs:
1313
permissions:
1414
contents: write # required for pushing to gh-pages
1515
runs-on: oracle-bare-metal-64cpu-512gb-x86-64
16+
container:
17+
image: ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061
1618
steps:
1719
- name: Checkout Core Repo @ SHA - ${{ github.sha }}
1820
uses: actions/checkout@v4
19-
- name: Setup Python
21+
- name: Set up Python
2022
uses: actions/setup-python@v5
2123
with:
22-
python-version: "3.13.6"
24+
python-version: "3.13"
25+
architecture: 'x64'
2326
- name: Run tox
2427
run: tox -e benchmark-opentelemetry-sdk -- -k opentelemetry-sdk/benchmarks --benchmark-json=opentelemetry-sdk/output.json
2528
- name: Report on SDK benchmark results

0 commit comments

Comments
 (0)