mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-18 23:18:08 +00:00
tests: Improve e2e auth test coverage
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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!("==============================================");
|
||||
|
||||
Reference in New Issue
Block a user