Skip to content

ISUCON11予選の環境をWSL2上に構築するスクリプト

License

Notifications You must be signed in to change notification settings

matsuu/wsl-isucon11-qualifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

matsuu/wsl-isucon11-qualifier

これはなに

ISUCON11予選の環境をWSL2上に構築するスクリプトです。

構築

PowerShell上で以下を実行します。

# ダウンロード
git clone https://github.com/matsuu/wsl-isucon11-qualifier.git

# ディレクトリに移動
cd wsl-isucon11-qualifier

# 一時的にPowerShell実行を許可
Set-ExecutionPolicy RemoteSigned -Scope Process

# 構築スクリプト実行(引数はDistro名、インストールパス)
.\build.ps1 isucon11-qualify .\isucon11-qualify

実行

wsl.exe -d isucon11-qualify

サイト表示確認

https://localhost/

ベンチマーク実行

cd ~/bench
# 本番同様にnginx(https)へアクセスを向けたい場合
./bench -all-addresses 127.0.0.11 -target 127.0.0.11:443 -tls -jia-service-url http://127.0.0.1:4999
# isucondition(3000)へ直接アクセスを向けたい場合
./bench -all-addresses 127.0.0.11 -target 127.0.0.11:3000 -jia-service-url http://127.0.0.1:4999

関連

TODO

  • エラー制御
    • 二重実行の防止
  • /etc/resolv.conf 周りの調整
  • PowerShellなんもわからん

About

ISUCON11予選の環境をWSL2上に構築するスクリプト

Topics

Resources

License

Stars

Watchers

Forks