ISUCON11本選の環境をWSL2上に構築するスクリプトです。
PowerShell上で以下を実行します。
# ダウンロード
git clone https://github.com/matsuu/wsl-isucon11-final.git
# ディレクトリに移動
cd wsl-isucon11-final
# 一時的にPowerShell実行を許可
Set-ExecutionPolicy RemoteSigned -Scope Process
# 構築スクリプト実行(引数はDistro名、インストールパス)
.\build.ps1 isucon11-final ..\isucon11-final
wsl.exe -d isucon11-final
cd ~/benchmarker
./bin/benchmarker -target localhost:443 -tls
- エラー制御
- 二重実行の防止
/etc/resolv.conf
周りの調整- PowerShellなんもわからん