Implement the core benchmarking components

This commit is contained in:
Omar Abdulla
2025-10-02 18:42:38 +03:00
parent 8762702560
commit ba90c60c1b
29 changed files with 1973 additions and 1168 deletions
+1 -2
View File
@@ -89,8 +89,7 @@ echo "This may take a while..."
echo ""
# Run the tool
RUST_LOG="info,alloy_pubsub::service=error" cargo run --release -- execute-tests \
--platform geth-evm-solc \
RUST_LOG="info,alloy_pubsub::service=error" cargo run --release -- test \
--platform revive-dev-node-polkavm-resolc \
--corpus "$CORPUS_FILE" \
--working-directory "$WORKDIR" \