mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-07-27 20:47:46 +00:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user