UNPKG

perst

Version:

perst is a wrapper around LoaderIO, which can be configured and run in your commandline multiple tests and validates the measureable values like AVG Response Time and AVG Error Rate.

16 lines (13 loc) 293 B
import dumpConfig from './dumpConfig.js'; import help from './help.js'; import listTasks from './listTasks.js'; import run from './run.js'; import version from './version.js'; var Commands = { version, help, dumpConfig, listTasks, run, }; export { Commands as default };