A performance testing cli framework that utilizes zero dependencies. It is developer friendly and requires minimal effort to create performance tests for your application.
NOTE: this is in very early stages of development and will likely have bugs.
To install, install the package using your favourite package manager like below:
bun i performance-testingAs this is a cli tool, simply run the below cli command:
perfTestingThis program takes in a number of arguments. You can find out what these are and their default values by running:
perfTesting --help