Compare commits

...

1 Commits

Author SHA1 Message Date
Derek Cofausper
4a32c6030e chore(bench): log extra node args in bench-reth-run.sh
Co-Authored-By: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
2026-03-09 11:09:26 +00:00

View File

@@ -111,6 +111,7 @@ case "$LABEL" in
feature*) EXTRA_NODE_ARGS="${BENCH_FEATURE_ARGS:-}" ;;
esac
if [ -n "$EXTRA_NODE_ARGS" ]; then
echo "Extra node args for ${LABEL}: ${EXTRA_NODE_ARGS}"
# Word-split the string into individual args
# shellcheck disable=SC2206
RETH_ARGS+=($EXTRA_NODE_ARGS)