0.0.3 • Published 3 years ago

pumpiteer v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

pumpiteer

Framework to run load tests (possibly with puppeteer support in the near future). Prometheus is used to report test statistics.

ATTENTION: scratch version is rather useless. Does GET request every 1s out of the box

Installation

npm i pumpiteer

Configuration

Environment variables used to specify port to run server to provide metrics, targetPort and targetHost - targets of load testing.

Env variableDescriptionDefault valueOptional?
PUMPITEER_PORTapplication server port on which to listen3032true
PUMPITEER_TARGET_HOSTtarget host for load testingnonefalse
PUMPITEER_TARGET_PORTtarget port for load testing80true

Revision History

0.0.2

  • refactored simulator system
  • moved to ENV-based configuration

0.0.1

  • repository initiated
  • dumb load test runner added
  • CLI file created
0.0.3-a1

3 years ago

0.0.3-a2

3 years ago

0.0.3-a3

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago