Skip to content

Commit

Permalink
Use actuated runner to run benchmark (#5635)
Browse files Browse the repository at this point in the history
Part of #4537

Changes:
- Against every commit on the main branch.
- Use actuated runner `actuated-arm64-4cpu-4gb` for benchmark.
  • Loading branch information
XSAM authored Jul 23, 2024
1 parent abc0ea6 commit 2a454a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Benchmark
on:
push:
tags:
- v1.*
branches:
- main
workflow_dispatch:

env:
DEFAULT_GO_VERSION: "~1.22.5"
jobs:
benchmark:
name: Benchmarks
runs-on: ubuntu-latest
runs-on: actuated-arm64-4cpu-4gb
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2a454a7

Please sign in to comment.