feat: integrate dotenv for secure credential management, update benchmark scripts to load API credentials from .env file, add .env.example template, and ensure .env is properly gitignored for security

This commit is contained in:
floor-licker
2025-12-04 06:49:10 -05:00
parent c81430e768
commit 7c495d8b55
8 changed files with 91 additions and 18 deletions
+2
View File
@@ -7,6 +7,8 @@ set -e
echo "🌐 Network Latency Benchmark for polyfill-rs"
echo "============================================="
echo "📝 Note: API credentials loaded from .env file"
echo ""
# Colors for output
RED='\033[0;31m'