You've already forked opentelemetry-go
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:
6
.github/workflows/benchmark.yml
vendored
6
.github/workflows/benchmark.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user