Skip to content

Commit

Permalink
chore: use self-hosted instance for benchmark (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
moul authored Jul 30, 2023
1 parent bdb1b02 commit 59d9c53
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,4 +1,4 @@
name: run benchmarks
name: benchmarks
on:
workflow_call:
inputs:
Expand All @@ -10,7 +10,7 @@ on:
type: string
jobs:
benchmarks:
runs-on: ubuntu-latest
runs-on: [self-hosted, Linux, X64, benchmark-v1]
steps:
- name: checkout
uses: actions/checkout@v3
Expand All @@ -28,4 +28,4 @@ jobs:
INPUT_PUBLISH_BRANCH: gh-benchmarks
INPUT_BENCHMARKS_OUT: benchmarks.json
INPUT_CHECKS: ${{ !inputs.publish }}
INPUT_CHECKS_CONFIG: .benchmarks/gobenchdata-checks.yml
INPUT_CHECKS_CONFIG: .benchmarks/gobenchdata-checks.yml

0 comments on commit 59d9c53

Please sign in to comment.