Skip to content

Instantly share code, notes, and snippets.

View adriandarian's full-sized avatar
🍑
Passionate about data visualization

Adrian Darian adriandarian

🍑
Passionate about data visualization
View GitHub Profile
@adriandarian
adriandarian / benchmark-bun-quick.ps1
Created October 16, 2025 06:29
Benchmark Script Files
# Quick Bun vs npm Benchmark (assumes packages are already installed)
# Focuses on build performance comparison
$BUN = "C:\Users\hello\.bun\bin\bun.exe"
Write-Host "============================================" -ForegroundColor Cyan
Write-Host " Bun vs npm/Grunt Quick Benchmark" -ForegroundColor Cyan
Write-Host "============================================" -ForegroundColor Cyan
Write-Host ""