Skip to content

Commit ce505be

Browse files
committed
feat: enable CLI features in hyperfine benchmarking script
1 parent 3227836 commit ce505be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bench_hyperfine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fi
3939
# Build local release binary to ensure it's up to date
4040
LOCAL_BIN_DEFAULT="target/release/bgpkit-parser"
4141
echo "Building release binary..."
42-
cargo build --release >/dev/null
42+
cargo build --release --features cli >/dev/null
4343

4444
LOCAL_BIN="${LOCAL_BIN:-$LOCAL_BIN_DEFAULT}"
4545
if [ ! -x "$LOCAL_BIN" ]; then

0 commit comments

Comments
 (0)