Skip to content

Commit

Permalink
ci(bench): try self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Apr 21, 2024
1 parent b1c4864 commit 3fb2973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
PromQL:
runs-on: ubuntu-latest
runs-on: bench
steps:
- name: Install Go
uses: actions/setup-go@v5
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
run: go run github.com/go-faster/oteldb/cmd/otelbench promql analyze -i report.yml

CheckBenchAPI:
runs-on: ubuntu-latest
runs-on: bench
steps:
- name: Install Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 3fb2973

Please sign in to comment.