From deb4fc6edee49c63cc0cd5d64b004b1bc879726e Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 17 Oct 2025 08:28:06 +0000 Subject: [PATCH] remove benchmark from all_features_oss --- backend/all_features_oss.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/all_features_oss.sh b/backend/all_features_oss.sh index a6a9a33616..8ac9a1ea2b 100755 --- a/backend/all_features_oss.sh +++ b/backend/all_features_oss.sh @@ -12,6 +12,7 @@ if [[ -f "$CARGO_TOML_PATH" ]]; then sed -n '/\[features\]/,/^\[/p' | \ grep -E '^[a-zA-Z0-9_-]+' | \ grep -v 'private' | \ + grep -v 'benchmark' | \ cut -d' ' -f1 | \ paste -sd ',' - else