Add benchmark harness for whitelist [b#099] - #978
Conversation
|
@Jerry-Tekh Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
CI status note (July 28, 2026): All five failing checks stop before compiling or testing this PR's whitelist changes. They fail while Cargo parses the root workspace with: This configuration is present in base commit I tested the minimal workspace-membership correction locally. It gets past Cargo metadata, but the next workspace-wide formatting step exposes extensive pre-existing formatting drift across unrelated contracts. I have not included that repository-wide cleanup in this focused benchmark PR. The whitelist package itself passes:
|
|
CI passed, solid PR — merged. |
Summary
CalloraWhitelisthot entrypoints with 32-address fixturesValidation
cargo test -p callora-whitelist(24 unit tests and 5 integration tests passed)cargo clippy -p callora-whitelist --all-targets --all-features -- -D warningscargo bench -p callora-whitelist -- --test(all 7 targets passed)git diff --checkExact coverage percentage was not collected locally because no coverage runner is installed.
Closes #924