Skip to content

Commit

Permalink
use 16 cores runner for bench
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejparity committed Dec 4, 2023
1 parent ca50d61 commit d6b9a29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
# Benches
bench-rust-nightly:
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-latest-16-cores
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -132,7 +132,7 @@ jobs:
time cargo +nightly bench --features bit-vec,bytes,generic-array,derive,max-encoded-len
miri:
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-latest-16-cores
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit d6b9a29

Please sign in to comment.