Skip to content

Commit

Permalink
Run benchmarks on larger runners
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Dec 5, 2023
1 parent 97b9dee commit 78006c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
strategy:
matrix:
RESOURCES: [ 100, 500, 1000 ]
runs-on: ubuntu-latest-16-cores
runs-on:
group: "Default Larger Runners"
labels: ubuntu-latest-16-cores
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 78006c2

Please sign in to comment.