UNPKG
gatlingjs
Version:
latest (0.0.7)
0.0.7
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A NodeJS wrapper for gatling - load testing tool
github.com/abhiche/gatlingjs
abhiche/gatlingjs
gatlingjs
/
src
/
index.js
6 lines
(5 loc)
•
193 B
JavaScript
View Raw
1
2
3
4
5
6
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
);