From 6929a8cd4472809ef9076223f60e50078dae8e47 Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com> Date: Fri, 12 Dec 2025 13:24:30 +0000 Subject: [PATCH] rearrange crates --- .github/workflows/bench.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index bba260da75..886919a9e5 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -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