1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-08-10 22:31:50 +02:00

Use actuated runner to run benchmark (#5635)

Part of #4537

Changes:
- Against every commit on the main branch.
- Use actuated runner `actuated-arm64-4cpu-4gb` for benchmark.
This commit is contained in:
Sam Xie
2024-07-23 10:27:02 -07:00
committed by GitHub
parent abc0ea69f0
commit 2a454a776a

View File

@@ -1,8 +1,8 @@
name: Benchmark
on:
push:
tags:
- v1.*
branches:
- main
workflow_dispatch:
env:
@@ -10,7 +10,7 @@ env:
jobs:
benchmark:
name: Benchmarks
runs-on: ubuntu-latest
runs-on: actuated-arm64-4cpu-4gb
timeout-minutes: 15
steps:
- uses: actions/checkout@v4