mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05:00
rearrange crates
This commit is contained in:
8
.github/workflows/bench.yml
vendored
8
.github/workflows/bench.yml
vendored
@@ -19,13 +19,13 @@ jobs:
|
|||||||
runs-on: depot-ubuntu-latest
|
runs-on: depot-ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
partition: [1, 2]
|
||||||
|
total_partitions: [2]
|
||||||
include:
|
include:
|
||||||
- partition: 1
|
- partition: 1
|
||||||
total_partitions: 2
|
crates: "-p reth-primitives -p reth-trie-common -p reth-trie-sparse"
|
||||||
crates: "-p reth-primitives -p reth-trie"
|
|
||||||
- partition: 2
|
- partition: 2
|
||||||
total_partitions: 2
|
crates: "-p reth-trie"
|
||||||
crates: "-p reth-trie-common -p reth-trie-sparse"
|
|
||||||
name: codspeed (${{ matrix.partition }}/${{ matrix.total_partitions }})
|
name: codspeed (${{ matrix.partition }}/${{ matrix.total_partitions }})
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user