docs: update README.md

This commit is contained in:
floor-licker
2025-12-07 06:30:17 -05:00
parent 22a22dee1c
commit 7b32765d0d
3 changed files with 27 additions and 11 deletions
@@ -1,9 +1,17 @@
//! 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" }
//! ```
use std::time::Instant;
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
println!("═══════════════════════════════════════════════════════");
println!(" HONEST SIDE-BY-SIDE BENCHMARK");
println!(" SIDE-BY-SIDE BENCHMARK");
println!("═══════════════════════════════════════════════════════");
println!("\nTesting both clients on:");
println!(" - Same machine");