This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 "" |