api-benchmark icon indicating copy to clipboard operation
api-benchmark copied to clipboard

A node.js tool to benchmark APIs

Results 8 api-benchmark issues
Sort by recently updated
recently updated
newest added

I think that route should be allowed to be a function, because then GET endpoints like: ``` /api/customer/12345 /api/customer/67890 ``` could be tested much better with random data.

This PR adds the option to provide a synchronous function as the `route` parameter's value. The function will be executed and the full URL (using the service root) will be...

Maybe we can investigate alternative plotting libraries like d3 and chart-js

Hi! Is there somehow I can provide a client side certificate when hitting an https endpoint?

Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cookiejar&package-manager=npm_and_yarn&previous-version=2.1.2&new-version=2.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [nanoid](https://github.com/ai/nanoid) to 3.3.3 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `nanoid` from 3.1.12 to 3.3.3 Changelog Sourced from nanoid's changelog. 3.3.3 Reduced size...

dependencies