Skip to content

synapticielfactory/opbeans-loadgen

 
 

Repository files navigation

Build Status

Opbeans Load Generator

This is a load generator for Opbeans as a Docker container.

Start the docker container with a list of base URLs to generate load on

docker run --rm -e OPBEANS_URLS=opbeans-node:http://opbeans-node:3000,opbeans-python:http://opbeans-python:3000 opbeans/opbeans-loadgen

Testing locally

The simplest way to test this demo is by running:

make test

Tests are written using bats under the tests dir

Publishing to dockerhub locally

Publish the docker image with

VERSION=1.2.3 make publish

NOTE: VERSION refers to the tag for the docker image which will be published in the registry

About

Load generator for Opbeans demo apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.2%
  • Makefile 11.0%
  • Shell 9.9%
  • Dockerfile 5.3%
  • Groovy 0.6%