Skip to content

実験1の3部で作成するwebシステムの性能を評価するベンチマークサーバ

Notifications You must be signed in to change notification settings

Hamaguri-0414/SU-CSexpA-benchmark

Repository files navigation

実験Aベンチマークサーバ

deploy

https://ohkilab.github.io/SU-CSexpA-benchmark/index.html

導入から起動

Dockerを使用する場合(編集中)

  1. Dockerをインストール
  2. リポジトリをクローン
    $git clone [email protected]:ohkilab/expA-benchmarkserver.git
  3. クローンしたリポジトリに移動
    $cd SU-CSexpA
  4. githubに登録済みの.sshをコピー
    例:$cp -r ~/.ssh .

    注意
    公開鍵と秘密鍵とknown_hostsが必要です

  5. GitのEmailとユーザ名を設定する
    Dockerfile内の以下を修正
    RUN git config --global user.email "[email protected]"
    RUN git config --global user.name "hoge"
  6. Dockerを起動する
    $docker-compose up
  7. http://localhost:3000またはhttp://<ipアドレス>:3000でアクセス

Dockerを使用しない場合

  1. 公式サイトからgoをダウンロード

    $go versionでgoの存在確認

  2. ターミナルを再起動
  3. リポジトリをクローン
    $git clone [email protected]:ohkilab/expA-benchmarkserver.git
  4. $go run main.goでベンチマークサーバを起動

    注意
    main.goプログラムが存在するディレクトリ(benchmarkserver)をカレントディレクトリにする必要があります
    $cd benchmarkserverでmaing.goをカレントディレクトリにする

  5. http://localhost:3000またはhttp://<ipアドレス>:3000でアクセス

About

実験1の3部で作成するwebシステムの性能を評価するベンチマークサーバ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •