UNPKG

gatlingjs

Version:

A NodeJS wrapper for gatling - load testing tool

6 lines (5 loc) 193 B
import Gatling from './gatling'; import childProcess from 'child_process'; import OS from './utils/os'; const gatling = new Gatling(process, new OS(process)); gatling.exec(childProcess.spawn);