tests: Improve e2e auth test coverage

This commit is contained in:
floor-licker
2025-12-18 13:52:33 -05:00
parent 7688a40e82
commit 5767833c56
8 changed files with 720 additions and 112 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ use std::time::Instant;
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
dotenv::dotenv().ok();
dotenvy::dotenv().ok();
println!("Final Benchmark - Apples-to-Apples Comparison");
println!("==============================================\n");
+1 -1
View File
@@ -98,7 +98,7 @@ fn format_duration(d: Duration) -> String {
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
// Load environment variables from .env file
dotenv::dotenv().ok();
dotenvy::dotenv().ok();
println!("🚀 Real-World Polymarket Performance Benchmark");
println!("==============================================");