Files
dallonby ec278faf36 feat: add keccak-cache feature flag and per-ref features to bench-compare
This commit adds:
1. keccak-cache feature flag support for mainnet reth binary, propagated through:
   - bin/reth/Cargo.toml
   - crates/ethereum/cli/Cargo.toml
   - crates/ethereum/node/Cargo.toml
   - crates/node/metrics/Cargo.toml

2. Enhanced reth-bench-compare with per-reference feature support:
   - --baseline-features: specify features for baseline build only
   - --feature-features: specify features for feature build only
   - Existing --features flag still works as default for both

3. Patches Cargo.toml to use local alloy-core fork with keccak-cache feature

This enables A/B testing reth with and without the keccak256 LRU cache.
2025-12-13 06:51:42 +00:00
..