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.

12 lines (8 loc) 265 B
import { promises } from 'fs'; import __dirname from '../dirname.cjs'; import logger from '../logger.js'; async function help() { const help = await promises.readFile(__dirname + '/../README.md', 'utf-8'); logger.log(help); } export { help as default };