RizkyRajitha/linkin

implement loadtests

RizkyRajitha opened this issue · 1 comments

currently loadtests are implemented using a simple bash script which is not comprehensive.

curl --request POST --url http://34.201.6.138/api/user/login --header 'Content-Type: application/json' --data '{"username":"admin", "password":"linkin123"}'

create new laodtest using https://k6.io/

api details https://github.com/RizkyRajitha/linkin/blob/master/CONTRIBUTING.md#api

for

  • insertpagelinks
  • updatepagelinks

routes

I'd like to work on this issue