Skip to content

Commit c38478c

Browse files
authored
ci(benchmark): Fix benchmark runs (#409)
### Rationale for this change Fixes #408 ### What changes are included in this PR? Run the benchmark directly on the runner instead of using a container Using a branch on the repo itself instead of a fork so that it has access to the secrets to actually run the benchmark and confirm this fixes the issue.
1 parent c9d4979 commit c38478c

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,11 @@ permissions:
3030
jobs:
3131
benchmark:
3232
runs-on: ubuntu-latest
33-
container: debian:12
3433
strategy:
3534
matrix:
36-
go: ['1.22.7']
35+
go: ['1.24.3']
3736
arch: ['amd64']
3837
steps:
39-
- name: Install dependencies
40-
run: |
41-
apt-get update
42-
apt-get install -y git ca-certificates
4338
- name: Checkout repository
4439
uses: actions/checkout@v4
4540
with:

0 commit comments

Comments
 (0)