Categorygithub.com/mochisuna/load-test-sample
module
0.0.0-20220215014843-863075166f9b
Repository: https://github.com/mochisuna/load-test-sample.git
Documentation: pkg.go.dev

# README

load-test-sample

負荷試験用のパッケージです。
コンテナを起動するとDBとサーバーと静的ページが立ち上がります。
サンプルデータの登録・取得・リダイレクトを順に実行できることを調べるテストなどで使える・・・かも。

Usage

$ make dstart
$ make dmigrate

endpoint

  1. Create: POST /v1/users
  2. Refer: GET /v1/users/{user_id}
  3. Redirect: POST /v1/display
> redirect sample body
{
  "id": "hogehoge",
  "name":"fugafuga",
  "secret_key": "piyopiyo"
}

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author