idrinth-api-bench / issues

This is the issue repository for a typescript framework meant to performance test anything even remotely rest-like and related tools
https://idrinth-api-ben.ch/
MIT License
48 stars 48 forks source link

create stress testing binary #571

Open Idrinth opened 3 months ago

Idrinth commented 3 months ago

Is your feature request related to a problem? Please describe

Stress testing is a commonly used feature in performance engineering, that we so fardon't have.

Describe the solution you'd like

Take a time input. Test the response time of the route(s) in a single thread. Estimate the number of requests required to fill the time period. Run those tests.

Idrinth commented 3 months ago

prepared in framework/src/cli/cli.ts callable via framework/bin/iab.js