UNPKG

loadtest

Version:

Run load tests for your web application. Mostly ab-compatible interface, with an option to force requests per second. Includes an API for automated load testing.

11 lines (6 loc) 230 B
import {loadTest} from './lib/loadtest.js' import {startServer} from './lib/testserver.js' const loadtest = {loadTest, startServer} export default loadtest export * from './lib/loadtest.js' export * from './lib/testserver.js'