the repo consist of some example & demonstrated how to use the benchmark tool/function
it sends concurrent request repeatedly for multiple time, each batch may have 1000 concurrent request,
here demonstrated benchmark on
1. sign up (dynamic input, stores the dynamically generated payload locally)
2. login (login with stored credential from above, then intercept response to collect cookie & csrf tokens)
3. get user info (intercept request to attach same cookie & csrf tokens)
4. get the multiple user info with pagination (here all user can see all user - like all user is admin, data just for demonstration)
View Screeshots