# README
load-test-sample
負荷試験用のパッケージです。
コンテナを起動するとDBとサーバーと静的ページが立ち上がります。
サンプルデータの登録・取得・リダイレクトを順に実行できることを調べるテストなどで使える・・・かも。
Usage
$ make dstart
$ make dmigrate
endpoint
- Create:
POST /v1/users
- Refer:
GET /v1/users/{user_id}
- 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