From 442153e310a8468cf8f5fa837cfffb4471c4d22b Mon Sep 17 00:00:00 2001 From: Robert Kruszewski Date: Wed, 6 May 2026 00:14:49 +0100 Subject: [PATCH] Run vortex-mask benchmarks with codspeed Signed-off-by: Robert Kruszewski --- .github/workflows/codspeed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index 8f3e62c44e7..065a2ddc902 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" } + - { shard: 1, name: "Core foundation", packages: "vortex-buffer vortex-error vortex-mask" } - { 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" }