diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index c819d5178d6..9555596d5fd 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: include: - - { shard: 1, name: "Core foundation", packages: "vortex-buffer vortex-error vortex-mask" } + - { shard: 1, name: "Core foundation", packages: "vortex-buffer vortex-error vortex-mask vortex-compute" } - { shard: 2, name: "Arrays", packages: "vortex-array", features: "--features _test-harness" } - { shard: 3, name: "Main library", packages: "vortex" } - { shard: 4, name: "Encodings 1", packages: "vortex-alp vortex-bytebool vortex-datetime-parts" }