We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3227836 commit ce505beCopy full SHA for ce505be
scripts/bench_hyperfine.sh
@@ -39,7 +39,7 @@ fi
39
# Build local release binary to ensure it's up to date
40
LOCAL_BIN_DEFAULT="target/release/bgpkit-parser"
41
echo "Building release binary..."
42
-cargo build --release >/dev/null
+cargo build --release --features cli >/dev/null
43
44
LOCAL_BIN="${LOCAL_BIN:-$LOCAL_BIN_DEFAULT}"
45
if [ ! -x "$LOCAL_BIN" ]; then
0 commit comments