chore: upgrade alloy dependencies to 1.x

This commit is contained in:
floor-licker
2026-02-15 09:38:17 -05:00
parent 29307e4c90
commit 020140a13b
3 changed files with 418 additions and 214 deletions
+3 -5
View File
@@ -1,10 +1,8 @@
//! Side-by-side benchmark comparing polyfill-rs vs polymarket-rs-client
//!
//! To run this benchmark, uncomment the polymarket-rs-client dependency in Cargo.toml:
//! ```toml
//! [dev-dependencies]
//! polymarket-rs-client = { path = "external/polymarket-rs-client" }
//! ```
//! To run this benchmark:
//! 1. Add a compatible `polymarket-rs-client` dependency in `Cargo.toml`.
//! 2. Run with `cargo run --example side_by_side_benchmark --features side-by-side-benchmark`.
use std::time::Instant;