pumpiteer

0.0.3 • Public • Published

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 variable Description Default value Optional?
PUMPITEER_PORT application server port on which to listen 3032 true
PUMPITEER_TARGET_HOST target host for load testing none false
PUMPITEER_TARGET_PORT target port for load testing 80 true

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

/pumpiteer/

    Package Sidebar

    Install

    npm i pumpiteer

    Weekly Downloads

    1

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    5.54 kB

    Total Files

    5

    Last publish

    Collaborators

    • black-jack-j