mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-08 23:08:19 -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
|
||||
strategy:
|
||||
matrix:
|
||||
partition: [1, 2]
|
||||
total_partitions: [2]
|
||||
include:
|
||||
- partition: 1
|
||||
total_partitions: 2
|
||||
crates: "-p reth-primitives -p reth-trie"
|
||||
crates: "-p reth-primitives -p reth-trie-common -p reth-trie-sparse"
|
||||
- partition: 2
|
||||
total_partitions: 2
|
||||
crates: "-p reth-trie-common -p reth-trie-sparse"
|
||||
crates: "-p reth-trie"
|
||||
name: codspeed (${{ matrix.partition }}/${{ matrix.total_partitions }})
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
Reference in New Issue
Block a user